From f8c7332db596958b5f76400aef8e0b9703a60c27 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jos=C3=A9=20Fonseca?= Date: Tue, 10 May 2011 20:33:17 +0100 Subject: [PATCH] Object handles chosen by the implementation and need to be remapped. --- gltypes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gltypes.py b/gltypes.py index 67b389a..e65aef0 100644 --- a/gltypes.py +++ b/gltypes.py @@ -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) -- 2.45.2