diff --git a/src/opengl.nim b/src/opengl.nim index cd8a24c..55ef6bd 100644 --- a/src/opengl.nim +++ b/src/opengl.nim @@ -110,6 +110,7 @@ type GLubyte* = uint8 GLushort* = uint16 GLuint* = uint32 + GLhandle* = GLuint GLsizei* = int32 GLfloat* = float32 GLclampf* = float32