diff options
author | Laura Ekstrand <[email protected]> | 2014-12-02 17:51:30 -0800 |
---|---|---|
committer | Laura Ekstrand <[email protected]> | 2015-01-08 11:37:30 -0800 |
commit | 98e64e538afeaa800e1cdcbc7ce5d5093b274fe7 (patch) | |
tree | 3f9e6e85c4f30ae34a8e34542be34788cc1a2df7 /src/mapi/glapi | |
parent | 499004e56a51bdabff489913680aa972e7fab369 (diff) |
main: Added entry point for glTextureBuffer.
Reviewed-by: Anuj Phogat <[email protected]>
Diffstat (limited to 'src/mapi/glapi')
-rw-r--r-- | src/mapi/glapi/gen/ARB_direct_state_access.xml | 6 |
1 files changed, 6 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 c48fb261f74..2fe1638fde9 100644 --- a/src/mapi/glapi/gen/ARB_direct_state_access.xml +++ b/src/mapi/glapi/gen/ARB_direct_state_access.xml @@ -15,6 +15,12 @@ <param name="textures" type="GLuint *" /> </function> + <function name="TextureBuffer" offset="assign"> + <param name="texture" type="GLuint" /> + <param name="internalformat" type="GLenum" /> + <param name="buffer" type="GLuint" /> + </function> + <function name="TextureStorage1D" offset="assign"> <param name="texture" type="GLuint" /> <param name="levels" type="GLsizei" /> |