diff --git a/Source/Bind/Specifications/GL2/enumext.spec b/Source/Bind/Specifications/GL2/enumext.spec index 1c70d9ad..e2bcce32 100644 --- a/Source/Bind/Specifications/GL2/enumext.spec +++ b/Source/Bind/Specifications/GL2/enumext.spec @@ -452,7 +452,7 @@ GetQueryObjectParam enum: ############################################################################### # -# OpenGL 2.0 enums +# OpenGL 2.0 enums (edited for OpenTK) # ############################################################################### @@ -542,6 +542,12 @@ VERSION_2_0 enum: STENCIL_BACK_VALUE_MASK = 0x8CA4 # ARB_stencil_two_side STENCIL_BACK_WRITEMASK = 0x8CA5 # ARB_stencil_two_side +# Half Float (http://www.opengl.org/registry/specs/ARB/half_float_pixel.txt) +PixelType enum: + HALF_FLOAT = 0x140B + + + ############################################################################### # # OpenGL 2.1 enums