From 59edbacf7da0ad57645cbe856de053c7ccb4708a Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Thu, 12 Dec 2013 11:44:18 -0800 Subject: [PATCH] Remove a bad alias of glGetAttachedShaders. On OS X, GLhandleARB is void *, which is of different size than GLuint on 64-bit. Because of this, the implementation of glGetAttachedObjectsARB must be different from glGetAttachedShaders, since the pointers/ints are packed the output memory. --- registry/gl.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/registry/gl.xml b/registry/gl.xml index 9407b9c..b916eba 100644 --- a/registry/gl.xml +++ b/registry/gl.xml @@ -12821,7 +12821,6 @@ typedef unsigned int GLhandleARB; GLsizei maxCount GLsizei *count GLhandleARB *obj - void glGetAttachedShaders