]> git.cworth.org Git - apitrace/blobdiff - specs/gltypes.py
Dump a few more parameters.
[apitrace] / specs / gltypes.py
index 2200a88bfeaa972385d46482229327e6bffd58ea..71d7cd613e110e5ed224b4777901e1b9ede87beb 100644 (file)
@@ -32,7 +32,11 @@ import platform
 from stdapi import *
 
 
-GLboolean = Alias("GLboolean", Bool)
+GLboolean = Enum("GLboolean", [
+    "GL_TRUE",
+    "GL_FALSE",
+])
+
 GLvoid = Alias("GLvoid", Void)
 GLbyte = Alias("GLbyte", SChar)
 GLshort = Alias("GLshort", Short)