Skip to content

Commit cc74bbe

Browse files
committed
Clarify what the TYPE_INFO dict is for
1 parent 6f1cb01 commit cc74bbe

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

demosys/opengl/constants.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,7 @@ def __repr__(self):
3434
return str(self)
3535

3636

37-
# Information about data types
38-
# TODO: Types may be missing
37+
# Information about each GL enum type
3938
TYPE_INFO = {
4039
# Floats
4140
GL.GL_FLOAT: TypeInfo("GL_FLOAT", GL.GL_FLOAT, SIZE_OF_FLOAT),

0 commit comments

Comments
 (0)