projects
/
tools
/
apitrace.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9b126ea
)
Add a few comments.
author
José Fonseca
<jose.r.fonseca@gmail.com>
Thu, 15 Sep 2011 07:21:09 +0000
(08:21 +0100)
committer
José Fonseca
<jose.r.fonseca@gmail.com>
Thu, 15 Sep 2011 07:21:09 +0000
(08:21 +0100)
glparams.py
patch
|
blob
|
history
diff --git
a/glparams.py
b/glparams.py
index
bc350a4
..
7f4c2d8
100644
(file)
--- a/
glparams.py
+++ b/
glparams.py
@@
-33,7
+33,7
@@
from gltypes import *
# Shorthands for the types
-X = None # To be determined
+X = None # To be determined
, merely an enum
B = GLboolean
I = GLint
I64 = GLint64
@@
-44,6
+44,8
@@
P = OpaquePointer(Void)
S = CString
H = GLhandleARB
+# A underscore prefix (e.g., _glGet) is used to skip automatic code generation
+# for parameters that are obtained through other ways.
parameters = [
# (functions, type, count, name) # value