summaryrefslogtreecommitdiffstats
path: root/src/mapi
diff options
context:
space:
mode:
authorLaura Ekstrand <[email protected]>2014-10-24 15:02:16 -0700
committerLaura Ekstrand <[email protected]>2015-01-08 11:37:28 -0800
commit97c838cf856e478401be9526ab028aea3aacad26 (patch)
tree08c39e39396983d26d3b91e3905bad7f4ff12d94 /src/mapi
parent15ddc2d94b0ac23bf23e166530e46be4ee9570a2 (diff)
main: Added entry point for glCreateTextures.
Reviewed-by: Anuj Phogat <[email protected]>
Diffstat (limited to 'src/mapi')
-rw-r--r--src/mapi/glapi/gen/ARB_direct_state_access.xml8
1 files changed, 8 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 fcec6080647..9f2eacb2d48 100644
--- a/src/mapi/glapi/gen/ARB_direct_state_access.xml
+++ b/src/mapi/glapi/gen/ARB_direct_state_access.xml
@@ -7,5 +7,13 @@
<enum name="QUERY_TARGET" value="0x82EA"/>
<enum name="TEXTURE_BINDING" value="0x82EB"/>
+ <!-- Texture object functions -->
+
+ <function name="CreateTextures" offset="assign">
+ <param name="target" type="GLenum" />
+ <param name="n" type="GLsizei" />
+ <param name="textures" type="GLuint *" />
+ </function>
+
</category>
</OpenGLAPI>