diff options
author | Martin Peres <[email protected]> | 2015-02-11 18:12:21 +0200 |
---|---|---|
committer | Martin Peres <[email protected]> | 2015-03-25 10:05:45 +0200 |
commit | b09f2ee8f7b76f30a75eec61ea8225a434365d49 (patch) | |
tree | 6cf7864385be1c0d60bfedb0f58912f16e9f62e7 /src/mapi/glapi | |
parent | 19e6efc0ad0e937bd89c00967d06f54d987810bc (diff) |
main: Added entry point for glCreateProgramPipelines
v2:
- add spaces in an error message (Laura)
Reviewed-by: Laura Ekstrand <[email protected]>
Signed-off-by: Martin Peres <[email protected]>
Diffstat (limited to 'src/mapi/glapi')
-rw-r--r-- | src/mapi/glapi/gen/ARB_direct_state_access.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/mapi/glapi/gen/ARB_direct_state_access.xml b/src/mapi/glapi/gen/ARB_direct_state_access.xml index 05b9f3fe06f..9d7a59a5e05 100644 --- a/src/mapi/glapi/gen/ARB_direct_state_access.xml +++ b/src/mapi/glapi/gen/ARB_direct_state_access.xml @@ -420,6 +420,13 @@ <param name="params" type="GLint *" /> </function> + <!-- Program Pipeline object functions --> + + <function name="CreateProgramPipelines" offset="assign"> + <param name="n" type="GLsizei" /> + <param name="pipelines" type="GLuint *" /> + </function> + <!-- Query object functions --> <function name="CreateQueries" offset="assign"> |