Skip to content

Commit c906d3a

Browse files
committed
Add GL_EXT_ES1_compatibility
1 parent 0dc2416 commit c906d3a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

xml/gl.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51869,5 +51869,13 @@ typedef unsigned int GLhandleARB;
5186951869
</require>
5187051870
</extension>
5187151871
<extension name="GL_EXT_texture_shadow_lod" supported="gl|glcore|gles2"/>
51872+
<extension name="GL_EXT_ES1_compatibility" supported="gl|glcore">
51873+
<require>
51874+
<command name="glClipPlanef"/>
51875+
<command name="glFrustumf"/>
51876+
<command name="glGetClipPlanef"/>
51877+
<command name="glOrthof"/>
51878+
</require>
51879+
</extension>
5187251880
</extensions>
5187351881
</registry>

0 commit comments

Comments
 (0)