diff options
author | Laura Ekstrand <[email protected]> | 2015-01-06 12:09:38 -0800 |
---|---|---|
committer | Laura Ekstrand <[email protected]> | 2015-01-08 11:37:29 -0800 |
commit | a7d69516b86328eedd68ae43d8530b0799735a4c (patch) | |
tree | 7c5a8097b1311065b5e171ecbaf7c9d62b3ab9f1 /src/mapi | |
parent | 91089d6d658d5379afa00f69c37a81f0d3c98dc3 (diff) |
main: Added entry points for glTextureStorage[23]DMultisample.
Reviewed-by: Anuj Phogat <[email protected]>
Diffstat (limited to 'src/mapi')
-rw-r--r-- | src/mapi/glapi/gen/ARB_direct_state_access.xml | 19 |
1 files changed, 19 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 afc16ad97ed..c48fb261f74 100644 --- a/src/mapi/glapi/gen/ARB_direct_state_access.xml +++ b/src/mapi/glapi/gen/ARB_direct_state_access.xml @@ -39,6 +39,25 @@ <param name="depth" type="GLsizei" /> </function> + <function name="TextureStorage2DMultisample" offset="assign"> + <param name="texture" type="GLuint" /> + <param name="samples" type="GLsizei" /> + <param name="internalformat" type="GLenum" /> + <param name="width" type="GLsizei" /> + <param name="height" type="GLsizei" /> + <param name="fixedsamplelocations" type="GLboolean" /> + </function> + + <function name="TextureStorage3DMultisample" offset="assign"> + <param name="texture" type="GLuint" /> + <param name="samples" type="GLsizei" /> + <param name="internalformat" type="GLenum" /> + <param name="width" type="GLsizei" /> + <param name="height" type="GLsizei" /> + <param name="depth" type="GLsizei" /> + <param name="fixedsamplelocations" type="GLboolean" /> + </function> + <function name="TextureSubImage1D" offset="assign"> <param name="texture" type="GLuint" /> <param name="level" type="GLint" /> |