Skip to content

Commit

Permalink
files: updates to latest specifications
Browse files Browse the repository at this point in the history
  • Loading branch information
Dav1dde committed Mar 18, 2024
1 parent 51b787e commit f8e93fb
Show file tree
Hide file tree
Showing 2 changed files with 280 additions and 123 deletions.
8 changes: 6 additions & 2 deletions glad/files/gl.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7013,6 +7013,10 @@ typedef unsigned int GLhandleARB;
<unused start="0x96F7" end="0x96FF" vendor="ARM"/>
</enums>

<enums namespace="GL" start="0x9700" end="0x970F" vendor="Samsung" comment="Reserved for Jeff Vigil">
<unused start="0x9700" end="0x970F" vendor="Samsung"/>
</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 @@ -7022,8 +7026,8 @@ typedef unsigned int GLhandleARB;
file) File requests in the Khronos Bugzilla, OpenGL project, Registry
component. -->

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

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

0 comments on commit f8e93fb

Please sign in to comment.