Skip to content

Commit

Permalink
Merge pull request KhronosGroup#23 from KhronosGroup/EXT_dsa_4_glcore
Browse files Browse the repository at this point in the history
Make GL_EXT_direct_state_access available in core profile
  • Loading branch information
oddhack authored Feb 21, 2017
2 parents bedff8a + 8766fd8 commit 6d7d002
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xml/gl.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40708,7 +40708,7 @@ typedef unsigned int GLhandleARB;
<command name="glDepthBoundsEXT"/>
</require>
</extension>
<extension name="GL_EXT_direct_state_access" supported="gl" comment="DSA extension doesn't identify which interfaces are core profile and keeps getting expanded. This is in sync with revision 34, 2010/09/07">
<extension name="GL_EXT_direct_state_access" supported="gl|glcore" comment="DSA extension doesn't identify which interfaces are core profile and keeps getting expanded. This is in sync with revision 34, 2010/09/07">
<require>
<enum name="GL_PROGRAM_MATRIX_EXT"/>
<enum name="GL_TRANSPOSE_PROGRAM_MATRIX_EXT"/>
Expand Down

0 comments on commit 6d7d002

Please sign in to comment.