diff options
author | Laura Ekstrand <[email protected]> | 2014-12-18 17:10:06 -0800 |
---|---|---|
committer | Laura Ekstrand <[email protected]> | 2015-03-17 10:18:33 -0700 |
commit | 2cf48c37c1e2946f7c0648e0a5927a90209f59a4 (patch) | |
tree | 63f1dc3f04ec76fc78c064082b84200396d93058 /src/mapi | |
parent | 44ecf0793d872e771edc448436f7a2fd7c3390f5 (diff) |
main: Add entry point for CreateBuffers.
Reviewed-by: Martin Peres <[email protected]>
Diffstat (limited to 'src/mapi')
-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 86c00f9097b..6c9d0e807a1 100644 --- a/src/mapi/glapi/gen/ARB_direct_state_access.xml +++ b/src/mapi/glapi/gen/ARB_direct_state_access.xml @@ -7,6 +7,13 @@ <enum name="QUERY_TARGET" value="0x82EA"/> <enum name="TEXTURE_BINDING" value="0x82EB"/> + <!-- Buffer object functions --> + + <function name="CreateBuffers" offset="assign"> + <param name="n" type="GLsizei" /> + <param name="buffers" type="GLuint *" /> + </function> + <!-- Texture object functions --> <function name="CreateTextures" offset="assign"> |