diff options
author | Chris Forbes <[email protected]> | 2014-01-25 18:09:34 +1300 |
---|---|---|
committer | Chris Forbes <[email protected]> | 2014-06-22 16:51:29 +1200 |
commit | 22448c819de017b63a84ce26ef4cadf23293d0e1 (patch) | |
tree | 12b3a3f8be454785af8987a3dab92e3d819f4f2f /src/mapi | |
parent | a20994d61677adea7f15facbc6bb025f32b37c93 (diff) |
glapi: Add (empty) api section for ARB_fragment_layer_viewport
This extension is purely GLSL -- there are no new GL API elements.
Signed-off-by: Chris Forbes <[email protected]>
Reviewed-by: Ian Romanick <[email protected]>
Diffstat (limited to 'src/mapi')
-rw-r--r-- | src/mapi/glapi/gen/gl_API.xml | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/src/mapi/glapi/gen/gl_API.xml b/src/mapi/glapi/gen/gl_API.xml index 8596ea29821..0a486f0705f 100644 --- a/src/mapi/glapi/gen/gl_API.xml +++ b/src/mapi/glapi/gen/gl_API.xml @@ -8312,7 +8312,13 @@ <xi:include href="ARB_ES3_compatibility.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/> -<!-- ARB extensions #128...#131 --> +<!-- ARB extension #128 --> + +<category name="GL_ARB_fragment_layer_viewport" number="129"> + <!-- No new functions, types, enums. --> +</category> + +<!-- ARB extensions #130..#131 --> <category name="GL_ARB_explicit_uniform_location" number="128"> <enum name="MAX_UNIFORM_LOCATIONS" count="1" value="0x826E" > |