diff options
author | Ian Romanick <[email protected]> | 2012-05-25 12:12:33 -0700 |
---|---|---|
committer | Ian Romanick <[email protected]> | 2012-06-13 11:50:26 -0700 |
commit | 2485a1332ee3bcef0c56d093b431875c4d4edb4a (patch) | |
tree | 65d2aec24a5150eac25a5f1adddc76fbedf2180c /src | |
parent | 22cdd7d8177f92c58a841533fa67f67e2b8d5132 (diff) |
glapi: Add missing enums for GL_ARB_occlusion_query2
Signed-off-by: Ian Romanick <[email protected]>
Reviewed-by: Brian Paul <[email protected]>
Diffstat (limited to 'src')
-rw-r--r-- | src/mapi/glapi/gen/gl_API.xml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/mapi/glapi/gen/gl_API.xml b/src/mapi/glapi/gen/gl_API.xml index c883e8f1327..80ea44a4c9b 100644 --- a/src/mapi/glapi/gen/gl_API.xml +++ b/src/mapi/glapi/gen/gl_API.xml @@ -7965,7 +7965,12 @@ <xi:include href="ARB_blend_func_extended.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/> <!-- 79. GL_ARB_explicit_attrib_location --> -<!-- 80. GL_ARB_occlusion_query2 --> + +<category name="GL_ARB_occlusion_query2" number="80"> + <enum name="ANY_SAMPLES_PASSED" count="1" value="0x8C2F"> + <size name="GetQueryiv" mode="get"/> + </enum> +</category> <xi:include href="ARB_sampler_objects.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/> |