]> git.tdb.fi Git - libs/gl.git/blobdiff - gl.fixes.xml
Update gl.xml to latest version
[libs/gl.git] / gl.fixes.xml
index f0f12fa1b0239c8385b44104ec79bf0a63ac5e8e..5f97fa3c54df46f679326a7e446bc1621741ef99 100644 (file)
@@ -17,7 +17,7 @@
         </command>
 
         <!-- ARB_shader_objects function names got changed when promoted to
-        core -->
+        core. -->
         <command>
             <proto><name>glDeleteObjectARB</name></proto>
             <alias name="glDeleteShader" />
             <alias name="glGetShaderiv" />
             <alias name="glGetProgramiv" />
         </command>
+
+        <!-- This alias is missing because the ARB version returns GLhandleARB,
+        which is typedef'd as a pointer on OS X.  It could cause problems on
+        64-bit macs with shaders only available through the extension. -->
+        <command>
+            <proto><name>glGetAttachedObjectsARB</name></proto>
+            <alias name="glGetAttachedShaders" />
+        </command>
     </commands>
 
     <enums>