diff options
author | Tapani Pälli <[email protected]> | 2014-06-05 07:30:14 +0300 |
---|---|---|
committer | Tapani Pälli <[email protected]> | 2014-06-16 06:49:59 +0300 |
commit | bd5f1202fb2ebc2c2d228f2518d4132320d8701a (patch) | |
tree | f36d9bb24a791dbd6208bf5f5d5dabf4ac33207e /src | |
parent | 5d8e246ac86b4a94a0c2cf2bc707eceb3fe20cb6 (diff) |
glapi: add GL_ARB_explicit_uniform_location
Signed-off-by: Tapani Pälli <[email protected]>
Reviewed-by: Ian Romanick <[email protected]>
Diffstat (limited to 'src')
-rw-r--r-- | src/mapi/glapi/gen/gl_API.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/mapi/glapi/gen/gl_API.xml b/src/mapi/glapi/gen/gl_API.xml index de953a61937..8596ea29821 100644 --- a/src/mapi/glapi/gen/gl_API.xml +++ b/src/mapi/glapi/gen/gl_API.xml @@ -8314,6 +8314,12 @@ <!-- ARB extensions #128...#131 --> +<category name="GL_ARB_explicit_uniform_location" number="128"> + <enum name="MAX_UNIFORM_LOCATIONS" count="1" value="0x826E" > + <size name="Get" mode="get"/> + </enum> +</category> + <xi:include href="ARB_invalidate_subdata.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/> <!-- ARB extension #133 is ARB_multi_draw_indirect, defined in the same |