Browse Source

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 <chrisf@ijw.co.nz>
Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
tags/10.3-branchpoint
Chris Forbes 11 years ago
parent
commit
22448c819d
1 changed files with 7 additions and 1 deletions
  1. 7
    1
      src/mapi/glapi/gen/gl_API.xml

+ 7
- 1
src/mapi/glapi/gen/gl_API.xml View File

@@ -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" >

Loading…
Cancel
Save