Skip to content

Commit

Permalink
Reserve enums for GL_EXT_mesh_shader (#640)
Browse files Browse the repository at this point in the history
  • Loading branch information
oddhack committed Jan 8, 2025
1 parent 18d7439 commit d8fdb8d
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions xml/gl.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7027,6 +7027,10 @@ typedef unsigned int GLhandleARB;
<unused start="0x9720" end="0x973F" vendor="ANGLE"/>
</enums>

<enums namespace="GL" start="0x9740" end="0x975F" vendor="MESA" comment="Reserved for VK_EXT_mesh_shader (github pull request 640)">

This comment has been minimized.

Copy link
@yuq

yuq Jan 8, 2025

should be GL_EXT_mesh_shader

<unused start="0x9740" end="0x975F" vendor="MESA"/>
</enums>

<!-- Enums reservable for future use. To reserve a new range, allocate one
or more multiples of 16 starting at the lowest available point in this
block and note it in a new <enums> block immediately above.
Expand All @@ -7036,8 +7040,8 @@ typedef unsigned int GLhandleARB;
file) File requests in the Khronos Bugzilla, OpenGL project, Registry
component. -->

<enums namespace="GL" start="0x9740" end="99999" vendor="ARB" comment="RESERVED FOR FUTURE ALLOCATIONS BY KHRONOS">
<unused start="0x9740" end="99999" comment="RESERVED"/>
<enums namespace="GL" start="0x9760" end="99999" vendor="ARB" comment="RESERVED FOR FUTURE ALLOCATIONS BY KHRONOS">
<unused start="0x9760" end="99999" comment="RESERVED"/>
</enums>

<!-- Historical large block allocations, all unused except (in older days) by IBM -->
Expand Down

0 comments on commit d8fdb8d

Please sign in to comment.