summaryrefslogtreecommitdiffstats
path: root/src/mapi/glapi/gen
diff options
context:
space:
mode:
Diffstat (limited to 'src/mapi/glapi/gen')
-rw-r--r--src/mapi/glapi/gen/ARB_direct_state_access.xml24
1 files changed, 24 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 9f2eacb2d48..37aac7ec2d0 100644
--- a/src/mapi/glapi/gen/ARB_direct_state_access.xml
+++ b/src/mapi/glapi/gen/ARB_direct_state_access.xml
@@ -15,5 +15,29 @@
<param name="textures" type="GLuint *" />
</function>
+ <function name="TextureStorage1D" offset="assign">
+ <param name="texture" type="GLuint" />
+ <param name="levels" type="GLsizei" />
+ <param name="internalformat" type="GLenum" />
+ <param name="width" type="GLsizei" />
+ </function>
+
+ <function name="TextureStorage2D" offset="assign">
+ <param name="texture" type="GLuint" />
+ <param name="levels" type="GLsizei" />
+ <param name="internalformat" type="GLenum" />
+ <param name="width" type="GLsizei" />
+ <param name="height" type="GLsizei" />
+ </function>
+
+ <function name="TextureStorage3D" offset="assign">
+ <param name="texture" type="GLuint" />
+ <param name="levels" type="GLsizei" />
+ <param name="internalformat" type="GLenum" />
+ <param name="width" type="GLsizei" />
+ <param name="height" type="GLsizei" />
+ <param name="depth" type="GLsizei" />
+ </function>
+
</category>
</OpenGLAPI>