]> git.cworth.org Git - apitrace/commitdiff
Object handles chosen by the implementation and need to be remapped.
authorJosé Fonseca <jose.r.fonseca@gmail.com>
Tue, 10 May 2011 19:33:17 +0000 (20:33 +0100)
committerJosé Fonseca <jose.r.fonseca@gmail.com>
Tue, 10 May 2011 19:33:17 +0000 (20:33 +0100)
gltypes.py

index 67b389a44816d5443fc3f1cfe8a85f03e0161048..e65aef0ee89133161c33889627c0c85ba4b4561e 100644 (file)
@@ -56,7 +56,7 @@ GLcharARB = Alias("GLcharARB", SChar)
 GLstringARB = String("GLcharARB *")
 GLintptrARB = Alias("GLintptrARB", Int)
 GLsizeiptrARB = Alias("GLsizeiptrARB", Int)
-GLhandleARB = Alias("GLhandleARB", UInt)
+GLhandleARB = Handle("handleARB", Alias("GLhandleARB", UInt))
 GLhalfARB = Alias("GLhalfARB", UShort)
 GLhalfNV = Alias("GLhalfNV", UShort)
 GLint64EXT = Alias("GLint64EXT", Int64)