]> git.tdb.fi Git - libs/gl.git/commitdiff
Remove the kludge for FBO error codes on GLES
authorMikko Rasa <tdb@tdb.fi>
Sun, 9 Feb 2020 21:57:57 +0000 (23:57 +0200)
committerMikko Rasa <tdb@tdb.fi>
Sun, 9 Feb 2020 21:57:57 +0000 (23:57 +0200)
This turned out to be a bad idea as the constants are not defined in the
headers.  Not having them here makes the extension generator emit the
definitions with a proper #ifndef guard.

gl.fixes.xml

index 8b84a4fb963725468e331f2c836c11f8b34c5951..e5f9ee55c3bed91d2bf459338fdadd5d6dd03c4b 100644 (file)
         </require>
     </feature>
 
-    <feature api="gles2" name="GL_ES_VERSION_3_0" number="3.0">
-        <require>
-            <!-- These are found in the 3.0 spec. -->
-            <enum name="GL_FRAMEBUFFER_INCOMPLETE_DRAW_BUFFER"/>
-            <enum name="GL_FRAMEBUFFER_INCOMPLETE_READ_BUFFER"/>
-        </require>
-    </feature>
-
     <extensions>
         <extension name="GL_ARB_depth_texture" supported="gl">
             <require>