Skip to content

Commit

Permalink
Reserve enums 0x34A0..0x34AF for ANGLE project. (KhronosGroup#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
kenrussell authored and oddhack committed Oct 12, 2019
1 parent 64c92f4 commit 8c224bf
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions egl.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1002,6 +1002,9 @@
<enum value="0x3490" name="EGL_GL_COLORSPACE_DISPLAY_P3_PASSTHROUGH_EXT"/>
<unused start="0x3491" end="0x349F"/>
</enums>
<enums namespace="EGL" start="0x34A0" end="0x34AF" vendor="ANGLE" comment="Reserved for Ken Russell - ANGLE (via github pull request)">
<unused start="0x34A0" end="0x34AF"/>
</enums>

<!-- Please remember that new enumerant allocations must be obtained by
request to the Khronos API registrar (see comments at the top of this
Expand All @@ -1012,8 +1015,8 @@

<!-- Reservable for future use. To generate a new range, allocate multiples
of 16 starting at the lowest available point in this block. -->
<enums namespace="EGL" start="0x34A0" end="0x3FFF" vendor="KHR" comment="Reserved for future use">
<unused start="0x34A0" end="0x3FFF"/>
<enums namespace="EGL" start="0x34B0" end="0x3FFF" vendor="KHR" comment="Reserved for future use">
<unused start="0x34B0" end="0x3FFF"/>
</enums>

<enums namespace="EGL" start="0x8F70" end="0x8F7F" vendor="HI" comment="For Mark Callow, Khronos bug 4055. Shared with GL.">
Expand Down

0 comments on commit 8c224bf

Please # to comment.