Skip to content

Commit

Permalink
Add GL_ARB_ES1_compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
caramelli committed Dec 11, 2020
1 parent 0dc2416 commit 7aa5a87
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions xml/gl.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51869,5 +51869,13 @@ typedef unsigned int GLhandleARB;
</require>
</extension>
<extension name="GL_EXT_texture_shadow_lod" supported="gl|glcore|gles2"/>
<extension name="GL_ARB_ES1_compatibility" supported="gl|glcore">
<require>
<command name="glClipPlanef"/>
<command name="glFrustumf"/>
<command name="glGetClipPlanef"/>
<command name="glOrthof"/>
</require>
</extension>
</extensions>
</registry>

0 comments on commit 7aa5a87

Please sign in to comment.