// GENERATED by the `generator` package — do not edit by hand.
// GL enum constants.
///|
pub const GL_CURRENT_BIT : UInt = 0x00000001
///|
pub const GL_POINT_BIT : UInt = 0x00000002
///|
pub const GL_LINE_BIT : UInt = 0x00000004
///|
pub const GL_POLYGON_BIT : UInt = 0x00000008
///|
pub const GL_POLYGON_STIPPLE_BIT : UInt = 0x00000010
///|
pub const GL_PIXEL_MODE_BIT : UInt = 0x00000020
///|
pub const GL_LIGHTING_BIT : UInt = 0x00000040
///|
pub const GL_FOG_BIT : UInt = 0x00000080
///|
pub const GL_DEPTH_BUFFER_BIT : UInt = 0x00000100
///|
pub const GL_ACCUM_BUFFER_BIT : UInt = 0x00000200
///|
pub const GL_STENCIL_BUFFER_BIT : UInt = 0x00000400
///|
pub const GL_VIEWPORT_BIT : UInt = 0x00000800
///|
pub const GL_TRANSFORM_BIT : UInt = 0x00001000
///|
pub const GL_ENABLE_BIT : UInt = 0x00002000
///|
pub const GL_COLOR_BUFFER_BIT : UInt = 0x00004000
///|
pub const GL_HINT_BIT : UInt = 0x00008000
///|
pub const GL_EVAL_BIT : UInt = 0x00010000
///|
pub const GL_LIST_BIT : UInt = 0x00020000
///|
pub const GL_TEXTURE_BIT : UInt = 0x00040000
///|
pub const GL_SCISSOR_BIT : UInt = 0x00080000
///|
pub const GL_MULTISAMPLE_BIT : UInt = 0x20000000
///|
pub const GL_MULTISAMPLE_BIT_ARB : UInt = 0x20000000
///|
pub const GL_MULTISAMPLE_BIT_EXT : UInt = 0x20000000
///|
pub const GL_MULTISAMPLE_BIT_3DFX : UInt = 0x20000000
///|
pub const GL_ALL_ATTRIB_BITS : UInt = 0xFFFFFFFF
///|
pub const GL_DYNAMIC_STORAGE_BIT : UInt = 0x0100
///|
pub const GL_DYNAMIC_STORAGE_BIT_EXT : UInt = 0x0100
///|
pub const GL_CLIENT_STORAGE_BIT : UInt = 0x0200
///|
pub const GL_CLIENT_STORAGE_BIT_EXT : UInt = 0x0200
///|
pub const GL_SPARSE_STORAGE_BIT_ARB : UInt = 0x0400
///|
pub const GL_LGPU_SEPARATE_STORAGE_BIT_NVX : UInt = 0x0800
///|
pub const GL_PER_GPU_STORAGE_BIT_NV : UInt = 0x0800
///|
pub const GL_EXTERNAL_STORAGE_BIT_NVX : UInt = 0x2000
///|
pub const GL_COVERAGE_BUFFER_BIT_NV : UInt = 0x00008000
///|
pub const GL_CLIENT_PIXEL_STORE_BIT : UInt = 0x00000001
///|
pub const GL_CLIENT_VERTEX_ARRAY_BIT : UInt = 0x00000002
///|
pub const GL_CLIENT_ALL_ATTRIB_BITS : UInt = 0xFFFFFFFF
///|
pub const GL_CONTEXT_FLAG_FORWARD_COMPATIBLE_BIT : UInt = 0x00000001
///|
pub const GL_CONTEXT_FLAG_DEBUG_BIT : UInt = 0x00000002
///|
pub const GL_CONTEXT_FLAG_DEBUG_BIT_KHR : UInt = 0x00000002
///|
pub const GL_CONTEXT_FLAG_ROBUST_ACCESS_BIT : UInt = 0x00000004
///|
pub const GL_CONTEXT_FLAG_ROBUST_ACCESS_BIT_ARB : UInt = 0x00000004
///|
pub const GL_CONTEXT_FLAG_NO_ERROR_BIT : UInt = 0x00000008
///|
pub const GL_CONTEXT_FLAG_NO_ERROR_BIT_KHR : UInt = 0x00000008
///|
pub const GL_CONTEXT_FLAG_PROTECTED_CONTENT_BIT_EXT : UInt = 0x00000010
///|
pub const GL_CONTEXT_CORE_PROFILE_BIT : UInt = 0x00000001
///|
pub const GL_CONTEXT_COMPATIBILITY_PROFILE_BIT : UInt = 0x00000002
///|
pub const GL_MAP_READ_BIT : UInt = 0x0001
///|
pub const GL_MAP_READ_BIT_EXT : UInt = 0x0001
///|
pub const GL_MAP_WRITE_BIT : UInt = 0x0002
///|
pub const GL_MAP_WRITE_BIT_EXT : UInt = 0x0002
///|
pub const GL_MAP_INVALIDATE_RANGE_BIT : UInt = 0x0004
///|
pub const GL_MAP_INVALIDATE_RANGE_BIT_EXT : UInt = 0x0004
///|
pub const GL_MAP_INVALIDATE_BUFFER_BIT : UInt = 0x0008
///|
pub const GL_MAP_INVALIDATE_BUFFER_BIT_EXT : UInt = 0x0008
///|
pub const GL_MAP_FLUSH_EXPLICIT_BIT : UInt = 0x0010
///|
pub const GL_MAP_FLUSH_EXPLICIT_BIT_EXT : UInt = 0x0010
///|
pub const GL_MAP_UNSYNCHRONIZED_BIT : UInt = 0x0020
///|
pub const GL_MAP_UNSYNCHRONIZED_BIT_EXT : UInt = 0x0020
///|
pub const GL_MAP_PERSISTENT_BIT : UInt = 0x0040
///|
pub const GL_MAP_PERSISTENT_BIT_EXT : UInt = 0x0040
///|
pub const GL_MAP_COHERENT_BIT : UInt = 0x0080
///|
pub const GL_MAP_COHERENT_BIT_EXT : UInt = 0x0080
///|
pub const GL_VERTEX_ATTRIB_ARRAY_BARRIER_BIT : UInt = 0x00000001
///|
pub const GL_VERTEX_ATTRIB_ARRAY_BARRIER_BIT_EXT : UInt = 0x00000001
///|
pub const GL_ELEMENT_ARRAY_BARRIER_BIT : UInt = 0x00000002
///|
pub const GL_ELEMENT_ARRAY_BARRIER_BIT_EXT : UInt = 0x00000002
///|
pub const GL_UNIFORM_BARRIER_BIT : UInt = 0x00000004
///|
pub const GL_UNIFORM_BARRIER_BIT_EXT : UInt = 0x00000004
///|
pub const GL_TEXTURE_FETCH_BARRIER_BIT : UInt = 0x00000008
///|
pub const GL_TEXTURE_FETCH_BARRIER_BIT_EXT : UInt = 0x00000008
///|
pub const GL_SHADER_GLOBAL_ACCESS_BARRIER_BIT_NV : UInt = 0x00000010
///|
pub const GL_SHADER_IMAGE_ACCESS_BARRIER_BIT : UInt = 0x00000020
///|
pub const GL_SHADER_IMAGE_ACCESS_BARRIER_BIT_EXT : UInt = 0x00000020
///|
pub const GL_COMMAND_BARRIER_BIT : UInt = 0x00000040
///|
pub const GL_COMMAND_BARRIER_BIT_EXT : UInt = 0x00000040
///|
pub const GL_PIXEL_BUFFER_BARRIER_BIT : UInt = 0x00000080
///|
pub const GL_PIXEL_BUFFER_BARRIER_BIT_EXT : UInt = 0x00000080
///|
pub const GL_TEXTURE_UPDATE_BARRIER_BIT : UInt = 0x00000100
///|
pub const GL_TEXTURE_UPDATE_BARRIER_BIT_EXT : UInt = 0x00000100
///|
pub const GL_BUFFER_UPDATE_BARRIER_BIT : UInt = 0x00000200
///|
pub const GL_BUFFER_UPDATE_BARRIER_BIT_EXT : UInt = 0x00000200
///|
pub const GL_FRAMEBUFFER_BARRIER_BIT : UInt = 0x00000400
///|
pub const GL_FRAMEBUFFER_BARRIER_BIT_EXT : UInt = 0x00000400
///|
pub const GL_TRANSFORM_FEEDBACK_BARRIER_BIT : UInt = 0x00000800
///|
pub const GL_TRANSFORM_FEEDBACK_BARRIER_BIT_EXT : UInt = 0x00000800
///|
pub const GL_ATOMIC_COUNTER_BARRIER_BIT : UInt = 0x00001000
///|
pub const GL_ATOMIC_COUNTER_BARRIER_BIT_EXT : UInt = 0x00001000
///|
pub const GL_SHADER_STORAGE_BARRIER_BIT : UInt = 0x00002000
///|
pub const GL_CLIENT_MAPPED_BUFFER_BARRIER_BIT : UInt = 0x00004000
///|
pub const GL_CLIENT_MAPPED_BUFFER_BARRIER_BIT_EXT : UInt = 0x00004000
///|
pub const GL_QUERY_BUFFER_BARRIER_BIT : UInt = 0x00008000
///|
pub const GL_ALL_BARRIER_BITS : UInt = 0xFFFFFFFF
///|
pub const GL_ALL_BARRIER_BITS_EXT : UInt = 0xFFFFFFFF
///|
pub const GL_QUERY_DEPTH_PASS_EVENT_BIT_AMD : UInt = 0x00000001
///|
pub const GL_QUERY_DEPTH_FAIL_EVENT_BIT_AMD : UInt = 0x00000002
///|
pub const GL_QUERY_STENCIL_FAIL_EVENT_BIT_AMD : UInt = 0x00000004
///|
pub const GL_QUERY_DEPTH_BOUNDS_FAIL_EVENT_BIT_AMD : UInt = 0x00000008
///|
pub const GL_QUERY_ALL_EVENT_BITS_AMD : UInt = 0xFFFFFFFF
///|
pub const GL_SYNC_FLUSH_COMMANDS_BIT : UInt = 0x00000001
///|
pub const GL_SYNC_FLUSH_COMMANDS_BIT_APPLE : UInt = 0x00000001
///|
pub const GL_VERTEX_SHADER_BIT : UInt = 0x00000001
///|
pub const GL_VERTEX_SHADER_BIT_EXT : UInt = 0x00000001
///|
pub const GL_FRAGMENT_SHADER_BIT : UInt = 0x00000002
///|
pub const GL_FRAGMENT_SHADER_BIT_EXT : UInt = 0x00000002
///|
pub const GL_GEOMETRY_SHADER_BIT : UInt = 0x00000004
///|
pub const GL_GEOMETRY_SHADER_BIT_EXT : UInt = 0x00000004
///|
pub const GL_GEOMETRY_SHADER_BIT_OES : UInt = 0x00000004
///|
pub const GL_TESS_CONTROL_SHADER_BIT : UInt = 0x00000008
///|
pub const GL_TESS_CONTROL_SHADER_BIT_EXT : UInt = 0x00000008
///|
pub const GL_TESS_CONTROL_SHADER_BIT_OES : UInt = 0x00000008
///|
pub const GL_TESS_EVALUATION_SHADER_BIT : UInt = 0x00000010
///|
pub const GL_TESS_EVALUATION_SHADER_BIT_EXT : UInt = 0x00000010
///|
pub const GL_TESS_EVALUATION_SHADER_BIT_OES : UInt = 0x00000010
///|
pub const GL_COMPUTE_SHADER_BIT : UInt = 0x00000020
///|
pub const GL_MESH_SHADER_BIT_NV : UInt = 0x00000040
///|
pub const GL_MESH_SHADER_BIT_EXT : UInt = 0x00000040
///|
pub const GL_TASK_SHADER_BIT_NV : UInt = 0x00000080
///|
pub const GL_TASK_SHADER_BIT_EXT : UInt = 0x00000080
///|
pub const GL_ALL_SHADER_BITS : UInt = 0xFFFFFFFF
///|
pub const GL_ALL_SHADER_BITS_EXT : UInt = 0xFFFFFFFF
///|
pub const GL_SUBGROUP_FEATURE_BASIC_BIT_KHR : UInt = 0x00000001
///|
pub const GL_SUBGROUP_FEATURE_VOTE_BIT_KHR : UInt = 0x00000002
///|
pub const GL_SUBGROUP_FEATURE_ARITHMETIC_BIT_KHR : UInt = 0x00000004
///|
pub const GL_SUBGROUP_FEATURE_BALLOT_BIT_KHR : UInt = 0x00000008
///|
pub const GL_SUBGROUP_FEATURE_SHUFFLE_BIT_KHR : UInt = 0x00000010
///|
pub const GL_SUBGROUP_FEATURE_SHUFFLE_RELATIVE_BIT_KHR : UInt = 0x00000020
///|
pub const GL_SUBGROUP_FEATURE_CLUSTERED_BIT_KHR : UInt = 0x00000040
///|
pub const GL_SUBGROUP_FEATURE_QUAD_BIT_KHR : UInt = 0x00000080
///|
pub const GL_SUBGROUP_FEATURE_PARTITIONED_BIT_NV : UInt = 0x00000100
///|
pub const GL_TEXTURE_STORAGE_SPARSE_BIT_AMD : UInt = 0x00000001
///|
pub const GL_RED_BIT_ATI : UInt = 0x00000001
///|
pub const GL_GREEN_BIT_ATI : UInt = 0x00000002
///|
pub const GL_BLUE_BIT_ATI : UInt = 0x00000004
///|
pub const GL_2X_BIT_ATI : UInt = 0x00000001
///|
pub const GL_4X_BIT_ATI : UInt = 0x00000002
///|
pub const GL_8X_BIT_ATI : UInt = 0x00000004
///|
pub const GL_HALF_BIT_ATI : UInt = 0x00000008
///|
pub const GL_QUARTER_BIT_ATI : UInt = 0x00000010
///|
pub const GL_EIGHTH_BIT_ATI : UInt = 0x00000020
///|
pub const GL_SATURATE_BIT_ATI : UInt = 0x00000040
///|
pub const GL_COMP_BIT_ATI : UInt = 0x00000002
///|
pub const GL_NEGATE_BIT_ATI : UInt = 0x00000004
///|
pub const GL_BIAS_BIT_ATI : UInt = 0x00000008
///|
pub const GL_TRACE_OPERATIONS_BIT_MESA : UInt = 0x0001
///|
pub const GL_TRACE_PRIMITIVES_BIT_MESA : UInt = 0x0002
///|
pub const GL_TRACE_ARRAYS_BIT_MESA : UInt = 0x0004
///|
pub const GL_TRACE_TEXTURES_BIT_MESA : UInt = 0x0008
///|
pub const GL_TRACE_PIXELS_BIT_MESA : UInt = 0x0010
///|
pub const GL_TRACE_ERRORS_BIT_MESA : UInt = 0x0020
///|
pub const GL_TRACE_ALL_BITS_MESA : UInt = 0xFFFF
///|
pub const GL_BOLD_BIT_NV : UInt = 0x01
///|
pub const GL_ITALIC_BIT_NV : UInt = 0x02
///|
pub const GL_GLYPH_WIDTH_BIT_NV : UInt = 0x01
///|
pub const GL_GLYPH_HEIGHT_BIT_NV : UInt = 0x02
///|
pub const GL_GLYPH_HORIZONTAL_BEARING_X_BIT_NV : UInt = 0x04
///|
pub const GL_GLYPH_HORIZONTAL_BEARING_Y_BIT_NV : UInt = 0x08
///|
pub const GL_GLYPH_HORIZONTAL_BEARING_ADVANCE_BIT_NV : UInt = 0x10
///|
pub const GL_GLYPH_VERTICAL_BEARING_X_BIT_NV : UInt = 0x20
///|
pub const GL_GLYPH_VERTICAL_BEARING_Y_BIT_NV : UInt = 0x40
///|
pub const GL_GLYPH_VERTICAL_BEARING_ADVANCE_BIT_NV : UInt = 0x80
///|
pub const GL_GLYPH_HAS_KERNING_BIT_NV : UInt = 0x100
///|
pub const GL_FONT_X_MIN_BOUNDS_BIT_NV : UInt = 0x00010000
///|
pub const GL_FONT_Y_MIN_BOUNDS_BIT_NV : UInt = 0x00020000
///|
pub const GL_FONT_X_MAX_BOUNDS_BIT_NV : UInt = 0x00040000
///|
pub const GL_FONT_Y_MAX_BOUNDS_BIT_NV : UInt = 0x00080000
///|
pub const GL_FONT_UNITS_PER_EM_BIT_NV : UInt = 0x00100000
///|
pub const GL_FONT_ASCENDER_BIT_NV : UInt = 0x00200000
///|
pub const GL_FONT_DESCENDER_BIT_NV : UInt = 0x00400000
///|
pub const GL_FONT_HEIGHT_BIT_NV : UInt = 0x00800000
///|
pub const GL_FONT_MAX_ADVANCE_WIDTH_BIT_NV : UInt = 0x01000000
///|
pub const GL_FONT_MAX_ADVANCE_HEIGHT_BIT_NV : UInt = 0x02000000
///|
pub const GL_FONT_UNDERLINE_POSITION_BIT_NV : UInt = 0x04000000
///|
pub const GL_FONT_UNDERLINE_THICKNESS_BIT_NV : UInt = 0x08000000
///|
pub const GL_FONT_HAS_KERNING_BIT_NV : UInt = 0x10000000
///|
pub const GL_FONT_NUM_GLYPH_INDICES_BIT_NV : UInt = 0x20000000
///|
pub const GL_PERFQUERY_SINGLE_CONTEXT_INTEL : UInt = 0x00000000
///|
pub const GL_PERFQUERY_GLOBAL_CONTEXT_INTEL : UInt = 0x00000001
///|
pub const GL_VERTEX23_BIT_PGI : UInt = 0x00000004
///|
pub const GL_VERTEX4_BIT_PGI : UInt = 0x00000008
///|
pub const GL_COLOR3_BIT_PGI : UInt = 0x00010000
///|
pub const GL_COLOR4_BIT_PGI : UInt = 0x00020000
///|
pub const GL_EDGEFLAG_BIT_PGI : UInt = 0x00040000
///|
pub const GL_INDEX_BIT_PGI : UInt = 0x00080000
///|
pub const GL_MAT_AMBIENT_BIT_PGI : UInt = 0x00100000
///|
pub const GL_MAT_AMBIENT_AND_DIFFUSE_BIT_PGI : UInt = 0x00200000
///|
pub const GL_MAT_DIFFUSE_BIT_PGI : UInt = 0x00400000
///|
pub const GL_MAT_EMISSION_BIT_PGI : UInt = 0x00800000
///|
pub const GL_MAT_COLOR_INDEXES_BIT_PGI : UInt = 0x01000000
///|
pub const GL_MAT_SHININESS_BIT_PGI : UInt = 0x02000000
///|
pub const GL_MAT_SPECULAR_BIT_PGI : UInt = 0x04000000
///|
pub const GL_NORMAL_BIT_PGI : UInt = 0x08000000
///|
pub const GL_TEXCOORD1_BIT_PGI : UInt = 0x10000000
///|
pub const GL_TEXCOORD2_BIT_PGI : UInt = 0x20000000
///|
pub const GL_TEXCOORD3_BIT_PGI : UInt = 0x40000000
///|
pub const GL_TEXCOORD4_BIT_PGI : UInt = 0x80000000
///|
pub const GL_COLOR_BUFFER_BIT0_QCOM : UInt = 0x00000001
///|
pub const GL_COLOR_BUFFER_BIT1_QCOM : UInt = 0x00000002
///|
pub const GL_COLOR_BUFFER_BIT2_QCOM : UInt = 0x00000004
///|
pub const GL_COLOR_BUFFER_BIT3_QCOM : UInt = 0x00000008
///|
pub const GL_COLOR_BUFFER_BIT4_QCOM : UInt = 0x00000010
///|
pub const GL_COLOR_BUFFER_BIT5_QCOM : UInt = 0x00000020
///|
pub const GL_COLOR_BUFFER_BIT6_QCOM : UInt = 0x00000040
///|
pub const GL_COLOR_BUFFER_BIT7_QCOM : UInt = 0x00000080
///|
pub const GL_DEPTH_BUFFER_BIT0_QCOM : UInt = 0x00000100
///|
pub const GL_DEPTH_BUFFER_BIT1_QCOM : UInt = 0x00000200
///|
pub const GL_DEPTH_BUFFER_BIT2_QCOM : UInt = 0x00000400
///|
pub const GL_DEPTH_BUFFER_BIT3_QCOM : UInt = 0x00000800
///|
pub const GL_DEPTH_BUFFER_BIT4_QCOM : UInt = 0x00001000
///|
pub const GL_DEPTH_BUFFER_BIT5_QCOM : UInt = 0x00002000
///|
pub const GL_DEPTH_BUFFER_BIT6_QCOM : UInt = 0x00004000
///|
pub const GL_DEPTH_BUFFER_BIT7_QCOM : UInt = 0x00008000
///|
pub const GL_STENCIL_BUFFER_BIT0_QCOM : UInt = 0x00010000
///|
pub const GL_STENCIL_BUFFER_BIT1_QCOM : UInt = 0x00020000
///|
pub const GL_STENCIL_BUFFER_BIT2_QCOM : UInt = 0x00040000
///|
pub const GL_STENCIL_BUFFER_BIT3_QCOM : UInt = 0x00080000
///|
pub const GL_STENCIL_BUFFER_BIT4_QCOM : UInt = 0x00100000
///|
pub const GL_STENCIL_BUFFER_BIT5_QCOM : UInt = 0x00200000
///|
pub const GL_STENCIL_BUFFER_BIT6_QCOM : UInt = 0x00400000
///|
pub const GL_STENCIL_BUFFER_BIT7_QCOM : UInt = 0x00800000
///|
pub const GL_MULTISAMPLE_BUFFER_BIT0_QCOM : UInt = 0x01000000
///|
pub const GL_MULTISAMPLE_BUFFER_BIT1_QCOM : UInt = 0x02000000
///|
pub const GL_MULTISAMPLE_BUFFER_BIT2_QCOM : UInt = 0x04000000
///|
pub const GL_MULTISAMPLE_BUFFER_BIT3_QCOM : UInt = 0x08000000
///|
pub const GL_MULTISAMPLE_BUFFER_BIT4_QCOM : UInt = 0x10000000
///|
pub const GL_MULTISAMPLE_BUFFER_BIT5_QCOM : UInt = 0x20000000
///|
pub const GL_MULTISAMPLE_BUFFER_BIT6_QCOM : UInt = 0x40000000
///|
pub const GL_MULTISAMPLE_BUFFER_BIT7_QCOM : UInt = 0x80000000
///|
pub const GL_FOVEATION_ENABLE_BIT_QCOM : UInt = 0x00000001
///|
pub const GL_FOVEATION_SCALED_BIN_METHOD_BIT_QCOM : UInt = 0x00000002
///|
pub const GL_FOVEATION_SUBSAMPLED_LAYOUT_METHOD_BIT_QCOM : UInt = 0x00000004
///|
pub const GL_TEXTURE_DEFORMATION_BIT_SGIX : UInt = 0x00000001
///|
pub const GL_GEOMETRY_DEFORMATION_BIT_SGIX : UInt = 0x00000002
///|
pub const GL_TERMINATE_SEQUENCE_COMMAND_NV : UInt = 0x0000
///|
pub const GL_NOP_COMMAND_NV : UInt = 0x0001
///|
pub const GL_DRAW_ELEMENTS_COMMAND_NV : UInt = 0x0002
///|
pub const GL_DRAW_ARRAYS_COMMAND_NV : UInt = 0x0003
///|
pub const GL_DRAW_ELEMENTS_STRIP_COMMAND_NV : UInt = 0x0004
///|
pub const GL_DRAW_ARRAYS_STRIP_COMMAND_NV : UInt = 0x0005
///|
pub const GL_DRAW_ELEMENTS_INSTANCED_COMMAND_NV : UInt = 0x0006
///|
pub const GL_DRAW_ARRAYS_INSTANCED_COMMAND_NV : UInt = 0x0007
///|
pub const GL_ELEMENT_ADDRESS_COMMAND_NV : UInt = 0x0008
///|
pub const GL_ATTRIBUTE_ADDRESS_COMMAND_NV : UInt = 0x0009
///|
pub const GL_UNIFORM_ADDRESS_COMMAND_NV : UInt = 0x000A
///|
pub const GL_BLEND_COLOR_COMMAND_NV : UInt = 0x000B
///|
pub const GL_STENCIL_REF_COMMAND_NV : UInt = 0x000C
///|
pub const GL_LINE_WIDTH_COMMAND_NV : UInt = 0x000D
///|
pub const GL_POLYGON_OFFSET_COMMAND_NV : UInt = 0x000E
///|
pub const GL_ALPHA_REF_COMMAND_NV : UInt = 0x000F
///|
pub const GL_VIEWPORT_COMMAND_NV : UInt = 0x0010
///|
pub const GL_SCISSOR_COMMAND_NV : UInt = 0x0011
///|
pub const GL_FRONT_FACE_COMMAND_NV : UInt = 0x0012
///|
pub const GL_LAYOUT_DEFAULT_INTEL : UInt = 0
///|
pub const GL_LAYOUT_LINEAR_INTEL : UInt = 1
///|
pub const GL_LAYOUT_LINEAR_CPU_CACHED_INTEL : UInt = 2
///|
pub const GL_CLOSE_PATH_NV : UInt = 0x00
///|
pub const GL_MOVE_TO_NV : UInt = 0x02
///|
pub const GL_RELATIVE_MOVE_TO_NV : UInt = 0x03
///|
pub const GL_LINE_TO_NV : UInt = 0x04
///|
pub const GL_RELATIVE_LINE_TO_NV : UInt = 0x05
///|
pub const GL_HORIZONTAL_LINE_TO_NV : UInt = 0x06
///|
pub const GL_RELATIVE_HORIZONTAL_LINE_TO_NV : UInt = 0x07
///|
pub const GL_VERTICAL_LINE_TO_NV : UInt = 0x08
///|
pub const GL_RELATIVE_VERTICAL_LINE_TO_NV : UInt = 0x09
///|
pub const GL_QUADRATIC_CURVE_TO_NV : UInt = 0x0A
///|
pub const GL_RELATIVE_QUADRATIC_CURVE_TO_NV : UInt = 0x0B
///|
pub const GL_CUBIC_CURVE_TO_NV : UInt = 0x0C
///|
pub const GL_RELATIVE_CUBIC_CURVE_TO_NV : UInt = 0x0D
///|
pub const GL_SMOOTH_QUADRATIC_CURVE_TO_NV : UInt = 0x0E
///|
pub const GL_RELATIVE_SMOOTH_QUADRATIC_CURVE_TO_NV : UInt = 0x0F
///|
pub const GL_SMOOTH_CUBIC_CURVE_TO_NV : UInt = 0x10
///|
pub const GL_RELATIVE_SMOOTH_CUBIC_CURVE_TO_NV : UInt = 0x11
///|
pub const GL_SMALL_CCW_ARC_TO_NV : UInt = 0x12
///|
pub const GL_RELATIVE_SMALL_CCW_ARC_TO_NV : UInt = 0x13
///|
pub const GL_SMALL_CW_ARC_TO_NV : UInt = 0x14
///|
pub const GL_RELATIVE_SMALL_CW_ARC_TO_NV : UInt = 0x15
///|
pub const GL_LARGE_CCW_ARC_TO_NV : UInt = 0x16
///|
pub const GL_RELATIVE_LARGE_CCW_ARC_TO_NV : UInt = 0x17
///|
pub const GL_LARGE_CW_ARC_TO_NV : UInt = 0x18
///|
pub const GL_RELATIVE_LARGE_CW_ARC_TO_NV : UInt = 0x19
///|
pub const GL_CONIC_CURVE_TO_NV : UInt = 0x1A
///|
pub const GL_RELATIVE_CONIC_CURVE_TO_NV : UInt = 0x1B
///|
pub const GL_SHARED_EDGE_NV : UInt = 0xC0
///|
pub const GL_ROUNDED_RECT_NV : UInt = 0xE8
///|
pub const GL_RELATIVE_ROUNDED_RECT_NV : UInt = 0xE9
///|
pub const GL_ROUNDED_RECT2_NV : UInt = 0xEA
///|
pub const GL_RELATIVE_ROUNDED_RECT2_NV : UInt = 0xEB
///|
pub const GL_ROUNDED_RECT4_NV : UInt = 0xEC
///|
pub const GL_RELATIVE_ROUNDED_RECT4_NV : UInt = 0xED
///|
pub const GL_ROUNDED_RECT8_NV : UInt = 0xEE
///|
pub const GL_RELATIVE_ROUNDED_RECT8_NV : UInt = 0xEF
///|
pub const GL_RESTART_PATH_NV : UInt = 0xF0
///|
pub const GL_DUP_FIRST_CUBIC_CURVE_TO_NV : UInt = 0xF2
///|
pub const GL_DUP_LAST_CUBIC_CURVE_TO_NV : UInt = 0xF4
///|
pub const GL_RECT_NV : UInt = 0xF6
///|
pub const GL_RELATIVE_RECT_NV : UInt = 0xF7
///|
pub const GL_CIRCULAR_CCW_ARC_TO_NV : UInt = 0xF8
///|
pub const GL_CIRCULAR_CW_ARC_TO_NV : UInt = 0xFA
///|
pub const GL_CIRCULAR_TANGENT_ARC_TO_NV : UInt = 0xFC
///|
pub const GL_ARC_TO_NV : UInt = 0xFE
///|
pub const GL_RELATIVE_ARC_TO_NV : UInt = 0xFF
///|
pub const GL_NEXT_BUFFER_NV : Int = -2
///|
pub const GL_SKIP_COMPONENTS4_NV : Int = -3
///|
pub const GL_SKIP_COMPONENTS3_NV : Int = -4
///|
pub const GL_SKIP_COMPONENTS2_NV : Int = -5
///|
pub const GL_SKIP_COMPONENTS1_NV : Int = -6
///|
pub const GL_RESTART_SUN : UInt = 0x0001
///|
pub const GL_REPLACE_MIDDLE_SUN : UInt = 0x0002
///|
pub const GL_REPLACE_OLDEST_SUN : UInt = 0x0003
///|
pub const GL_FALSE : UInt = 0
///|
pub const GL_NO_ERROR : UInt = 0
///|
pub const GL_ZERO : UInt = 0
///|
pub const GL_NONE : UInt = 0
///|
pub const GL_NONE_OES : UInt = 0
///|
pub const GL_TRUE : UInt = 1
///|
pub const GL_ONE : UInt = 1
///|
pub const GL_INVALID_INDEX : UInt = 0xFFFFFFFF
///|
pub const GL_ALL_PIXELS_AMD : UInt = 0xFFFFFFFF
///|
pub const GL_TIMEOUT_IGNORED : UInt64 = 0xFFFFFFFFFFFFFFFF
///|
pub const GL_TIMEOUT_IGNORED_APPLE : UInt64 = 0xFFFFFFFFFFFFFFFF
///|
pub const GL_VERSION_ES_CL_1_0 : UInt = 1
///|
pub const GL_VERSION_ES_CM_1_1 : UInt = 1
///|
pub const GL_VERSION_ES_CL_1_1 : UInt = 1
///|
pub const GL_UUID_SIZE_EXT : UInt = 16
///|
pub const GL_LUID_SIZE_EXT : UInt = 8
///|
pub const GL_POINTS : UInt = 0x0000
///|
pub const GL_LINES : UInt = 0x0001
///|
pub const GL_LINE_LOOP : UInt = 0x0002
///|
pub const GL_LINE_STRIP : UInt = 0x0003
///|
pub const GL_TRIANGLES : UInt = 0x0004
///|
pub const GL_TRIANGLE_STRIP : UInt = 0x0005
///|
pub const GL_TRIANGLE_FAN : UInt = 0x0006
///|
pub const GL_QUADS : UInt = 0x0007
///|
pub const GL_QUADS_EXT : UInt = 0x0007
///|
pub const GL_QUADS_OES : UInt = 0x0007
///|
pub const GL_QUAD_STRIP : UInt = 0x0008
///|
pub const GL_POLYGON : UInt = 0x0009
///|
pub const GL_LINES_ADJACENCY : UInt = 0x000A
///|
pub const GL_LINES_ADJACENCY_ARB : UInt = 0x000A
///|
pub const GL_LINES_ADJACENCY_EXT : UInt = 0x000A
///|
pub const GL_LINES_ADJACENCY_OES : UInt = 0x000A
///|
pub const GL_LINE_STRIP_ADJACENCY : UInt = 0x000B
///|
pub const GL_LINE_STRIP_ADJACENCY_ARB : UInt = 0x000B
///|
pub const GL_LINE_STRIP_ADJACENCY_EXT : UInt = 0x000B
///|
pub const GL_LINE_STRIP_ADJACENCY_OES : UInt = 0x000B
///|
pub const GL_TRIANGLES_ADJACENCY : UInt = 0x000C
///|
pub const GL_TRIANGLES_ADJACENCY_ARB : UInt = 0x000C
///|
pub const GL_TRIANGLES_ADJACENCY_EXT : UInt = 0x000C
///|
pub const GL_TRIANGLES_ADJACENCY_OES : UInt = 0x000C
///|
pub const GL_TRIANGLE_STRIP_ADJACENCY : UInt = 0x000D
///|
pub const GL_TRIANGLE_STRIP_ADJACENCY_ARB : UInt = 0x000D
///|
pub const GL_TRIANGLE_STRIP_ADJACENCY_EXT : UInt = 0x000D
///|
pub const GL_TRIANGLE_STRIP_ADJACENCY_OES : UInt = 0x000D
///|
pub const GL_PATCHES : UInt = 0x000E
///|
pub const GL_PATCHES_EXT : UInt = 0x000E
///|
pub const GL_PATCHES_OES : UInt = 0x000E
///|
pub const GL_ACCUM : UInt = 0x0100
///|
pub const GL_LOAD : UInt = 0x0101
///|
pub const GL_RETURN : UInt = 0x0102
///|
pub const GL_MULT : UInt = 0x0103
///|
pub const GL_ADD : UInt = 0x0104
///|
pub const GL_NEVER : UInt = 0x0200
///|
pub const GL_LESS : UInt = 0x0201
///|
pub const GL_EQUAL : UInt = 0x0202
///|
pub const GL_LEQUAL : UInt = 0x0203
///|
pub const GL_GREATER : UInt = 0x0204
///|
pub const GL_NOTEQUAL : UInt = 0x0205
///|
pub const GL_GEQUAL : UInt = 0x0206
///|
pub const GL_ALWAYS : UInt = 0x0207
///|
pub const GL_SRC_COLOR : UInt = 0x0300
///|
pub const GL_ONE_MINUS_SRC_COLOR : UInt = 0x0301
///|
pub const GL_SRC_ALPHA : UInt = 0x0302
///|
pub const GL_ONE_MINUS_SRC_ALPHA : UInt = 0x0303
///|
pub const GL_DST_ALPHA : UInt = 0x0304
///|
pub const GL_ONE_MINUS_DST_ALPHA : UInt = 0x0305
///|
pub const GL_DST_COLOR : UInt = 0x0306
///|
pub const GL_ONE_MINUS_DST_COLOR : UInt = 0x0307
///|
pub const GL_SRC_ALPHA_SATURATE : UInt = 0x0308
///|
pub const GL_SRC_ALPHA_SATURATE_EXT : UInt = 0x0308
///|
pub const GL_FRONT_LEFT : UInt = 0x0400
///|
pub const GL_FRONT_RIGHT : UInt = 0x0401
///|
pub const GL_BACK_LEFT : UInt = 0x0402
///|
pub const GL_BACK_RIGHT : UInt = 0x0403
///|
pub const GL_FRONT : UInt = 0x0404
///|
pub const GL_BACK : UInt = 0x0405
///|
pub const GL_LEFT : UInt = 0x0406
///|
pub const GL_RIGHT : UInt = 0x0407
///|
pub const GL_FRONT_AND_BACK : UInt = 0x0408
///|
pub const GL_AUX0 : UInt = 0x0409
///|
pub const GL_AUX1 : UInt = 0x040A
///|
pub const GL_AUX2 : UInt = 0x040B
///|
pub const GL_AUX3 : UInt = 0x040C
///|
pub const GL_INVALID_ENUM : UInt = 0x0500
///|
pub const GL_INVALID_VALUE : UInt = 0x0501
///|
pub const GL_INVALID_OPERATION : UInt = 0x0502
///|
pub const GL_STACK_OVERFLOW : UInt = 0x0503
///|
pub const GL_STACK_OVERFLOW_KHR : UInt = 0x0503
///|
pub const GL_STACK_UNDERFLOW : UInt = 0x0504
///|
pub const GL_STACK_UNDERFLOW_KHR : UInt = 0x0504
///|
pub const GL_OUT_OF_MEMORY : UInt = 0x0505
///|
pub const GL_INVALID_FRAMEBUFFER_OPERATION : UInt = 0x0506
///|
pub const GL_INVALID_FRAMEBUFFER_OPERATION_EXT : UInt = 0x0506
///|
pub const GL_INVALID_FRAMEBUFFER_OPERATION_OES : UInt = 0x0506
///|
pub const GL_CONTEXT_LOST : UInt = 0x0507
///|
pub const GL_CONTEXT_LOST_KHR : UInt = 0x0507
///|
pub const GL_2D : UInt = 0x0600
///|
pub const GL_3D : UInt = 0x0601
///|
pub const GL_3D_COLOR : UInt = 0x0602
///|
pub const GL_3D_COLOR_TEXTURE : UInt = 0x0603
///|
pub const GL_4D_COLOR_TEXTURE : UInt = 0x0604
///|
pub const GL_PASS_THROUGH_TOKEN : UInt = 0x0700
///|
pub const GL_POINT_TOKEN : UInt = 0x0701
///|
pub const GL_LINE_TOKEN : UInt = 0x0702
///|
pub const GL_POLYGON_TOKEN : UInt = 0x0703
///|
pub const GL_BITMAP_TOKEN : UInt = 0x0704
///|
pub const GL_DRAW_PIXEL_TOKEN : UInt = 0x0705
///|
pub const GL_COPY_PIXEL_TOKEN : UInt = 0x0706
///|
pub const GL_LINE_RESET_TOKEN : UInt = 0x0707
///|
pub const GL_EXP : UInt = 0x0800
///|
pub const GL_EXP2 : UInt = 0x0801
///|
pub const GL_CW : UInt = 0x0900
///|
pub const GL_CCW : UInt = 0x0901
///|
pub const GL_COEFF : UInt = 0x0A00
///|
pub const GL_ORDER : UInt = 0x0A01
///|
pub const GL_DOMAIN : UInt = 0x0A02
///|
pub const GL_CURRENT_COLOR : UInt = 0x0B00
///|
pub const GL_CURRENT_INDEX : UInt = 0x0B01
///|
pub const GL_CURRENT_NORMAL : UInt = 0x0B02
///|
pub const GL_CURRENT_TEXTURE_COORDS : UInt = 0x0B03
///|
pub const GL_CURRENT_RASTER_COLOR : UInt = 0x0B04
///|
pub const GL_CURRENT_RASTER_INDEX : UInt = 0x0B05
///|
pub const GL_CURRENT_RASTER_TEXTURE_COORDS : UInt = 0x0B06
///|
pub const GL_CURRENT_RASTER_POSITION : UInt = 0x0B07
///|
pub const GL_CURRENT_RASTER_POSITION_VALID : UInt = 0x0B08
///|
pub const GL_CURRENT_RASTER_DISTANCE : UInt = 0x0B09
///|
pub const GL_POINT_SMOOTH : UInt = 0x0B10
///|
pub const GL_POINT_SIZE : UInt = 0x0B11
///|
pub const GL_POINT_SIZE_RANGE : UInt = 0x0B12
///|
pub const GL_SMOOTH_POINT_SIZE_RANGE : UInt = 0x0B12
///|
pub const GL_POINT_SIZE_GRANULARITY : UInt = 0x0B13
///|
pub const GL_SMOOTH_POINT_SIZE_GRANULARITY : UInt = 0x0B13
///|
pub const GL_LINE_SMOOTH : UInt = 0x0B20
///|
pub const GL_LINE_WIDTH : UInt = 0x0B21
///|
pub const GL_LINE_WIDTH_RANGE : UInt = 0x0B22
///|
pub const GL_SMOOTH_LINE_WIDTH_RANGE : UInt = 0x0B22
///|
pub const GL_LINE_WIDTH_GRANULARITY : UInt = 0x0B23
///|
pub const GL_SMOOTH_LINE_WIDTH_GRANULARITY : UInt = 0x0B23
///|
pub const GL_LINE_STIPPLE : UInt = 0x0B24
///|
pub const GL_LINE_STIPPLE_PATTERN : UInt = 0x0B25
///|
pub const GL_LINE_STIPPLE_REPEAT : UInt = 0x0B26
///|
pub const GL_LIST_MODE : UInt = 0x0B30
///|
pub const GL_MAX_LIST_NESTING : UInt = 0x0B31
///|
pub const GL_LIST_BASE : UInt = 0x0B32
///|
pub const GL_LIST_INDEX : UInt = 0x0B33
///|
pub const GL_POLYGON_MODE : UInt = 0x0B40
///|
pub const GL_POLYGON_MODE_NV : UInt = 0x0B40
///|
pub const GL_POLYGON_SMOOTH : UInt = 0x0B41
///|
pub const GL_POLYGON_STIPPLE : UInt = 0x0B42
///|
pub const GL_EDGE_FLAG : UInt = 0x0B43
///|
pub const GL_CULL_FACE : UInt = 0x0B44
///|
pub const GL_CULL_FACE_MODE : UInt = 0x0B45
///|
pub const GL_FRONT_FACE : UInt = 0x0B46
///|
pub const GL_LIGHTING : UInt = 0x0B50
///|
pub const GL_LIGHT_MODEL_LOCAL_VIEWER : UInt = 0x0B51
///|
pub const GL_LIGHT_MODEL_TWO_SIDE : UInt = 0x0B52
///|
pub const GL_LIGHT_MODEL_AMBIENT : UInt = 0x0B53
///|
pub const GL_SHADE_MODEL : UInt = 0x0B54
///|
pub const GL_COLOR_MATERIAL_FACE : UInt = 0x0B55
///|
pub const GL_COLOR_MATERIAL_PARAMETER : UInt = 0x0B56
///|
pub const GL_COLOR_MATERIAL : UInt = 0x0B57
///|
pub const GL_FOG : UInt = 0x0B60
///|
pub const GL_FOG_INDEX : UInt = 0x0B61
///|
pub const GL_FOG_DENSITY : UInt = 0x0B62
///|
pub const GL_FOG_START : UInt = 0x0B63
///|
pub const GL_FOG_END : UInt = 0x0B64
///|
pub const GL_FOG_MODE : UInt = 0x0B65
///|
pub const GL_FOG_COLOR : UInt = 0x0B66
///|
pub const GL_DEPTH_RANGE : UInt = 0x0B70
///|
pub const GL_DEPTH_TEST : UInt = 0x0B71
///|
pub const GL_DEPTH_WRITEMASK : UInt = 0x0B72
///|
pub const GL_DEPTH_CLEAR_VALUE : UInt = 0x0B73
///|
pub const GL_DEPTH_FUNC : UInt = 0x0B74
///|
pub const GL_ACCUM_CLEAR_VALUE : UInt = 0x0B80
///|
pub const GL_STENCIL_TEST : UInt = 0x0B90
///|
pub const GL_STENCIL_CLEAR_VALUE : UInt = 0x0B91
///|
pub const GL_STENCIL_FUNC : UInt = 0x0B92
///|
pub const GL_STENCIL_VALUE_MASK : UInt = 0x0B93
///|
pub const GL_STENCIL_FAIL : UInt = 0x0B94
///|
pub const GL_STENCIL_PASS_DEPTH_FAIL : UInt = 0x0B95
///|
pub const GL_STENCIL_PASS_DEPTH_PASS : UInt = 0x0B96
///|
pub const GL_STENCIL_REF : UInt = 0x0B97
///|
pub const GL_STENCIL_WRITEMASK : UInt = 0x0B98
///|
pub const GL_MATRIX_MODE : UInt = 0x0BA0
///|
pub const GL_NORMALIZE : UInt = 0x0BA1
///|
pub const GL_VIEWPORT : UInt = 0x0BA2
///|
pub const GL_MODELVIEW_STACK_DEPTH : UInt = 0x0BA3
///|
pub const GL_MODELVIEW0_STACK_DEPTH_EXT : UInt = 0x0BA3
///|
pub const GL_PATH_MODELVIEW_STACK_DEPTH_NV : UInt = 0x0BA3
///|
pub const GL_PROJECTION_STACK_DEPTH : UInt = 0x0BA4
///|
pub const GL_PATH_PROJECTION_STACK_DEPTH_NV : UInt = 0x0BA4
///|
pub const GL_TEXTURE_STACK_DEPTH : UInt = 0x0BA5
///|
pub const GL_MODELVIEW_MATRIX : UInt = 0x0BA6
///|
pub const GL_MODELVIEW0_MATRIX_EXT : UInt = 0x0BA6
///|
pub const GL_PATH_MODELVIEW_MATRIX_NV : UInt = 0x0BA6
///|
pub const GL_PROJECTION_MATRIX : UInt = 0x0BA7
///|
pub const GL_PATH_PROJECTION_MATRIX_NV : UInt = 0x0BA7
///|
pub const GL_TEXTURE_MATRIX : UInt = 0x0BA8
///|
pub const GL_ATTRIB_STACK_DEPTH : UInt = 0x0BB0
///|
pub const GL_CLIENT_ATTRIB_STACK_DEPTH : UInt = 0x0BB1
///|
pub const GL_ALPHA_TEST : UInt = 0x0BC0
///|
pub const GL_ALPHA_TEST_QCOM : UInt = 0x0BC0
///|
pub const GL_ALPHA_TEST_FUNC : UInt = 0x0BC1
///|
pub const GL_ALPHA_TEST_FUNC_QCOM : UInt = 0x0BC1
///|
pub const GL_ALPHA_TEST_REF : UInt = 0x0BC2
///|
pub const GL_ALPHA_TEST_REF_QCOM : UInt = 0x0BC2
///|
pub const GL_DITHER : UInt = 0x0BD0
///|
pub const GL_BLEND_DST : UInt = 0x0BE0
///|
pub const GL_BLEND_SRC : UInt = 0x0BE1
///|
pub const GL_BLEND : UInt = 0x0BE2
///|
pub const GL_LOGIC_OP_MODE : UInt = 0x0BF0
///|
pub const GL_INDEX_LOGIC_OP : UInt = 0x0BF1
///|
pub const GL_LOGIC_OP : UInt = 0x0BF1
///|
pub const GL_COLOR_LOGIC_OP : UInt = 0x0BF2
///|
pub const GL_AUX_BUFFERS : UInt = 0x0C00
///|
pub const GL_DRAW_BUFFER : UInt = 0x0C01
///|
pub const GL_DRAW_BUFFER_EXT : UInt = 0x0C01
///|
pub const GL_READ_BUFFER : UInt = 0x0C02
///|
pub const GL_READ_BUFFER_EXT : UInt = 0x0C02
///|
pub const GL_READ_BUFFER_NV : UInt = 0x0C02
///|
pub const GL_SCISSOR_BOX : UInt = 0x0C10
///|
pub const GL_SCISSOR_TEST : UInt = 0x0C11
///|
pub const GL_INDEX_CLEAR_VALUE : UInt = 0x0C20
///|
pub const GL_INDEX_WRITEMASK : UInt = 0x0C21
///|
pub const GL_COLOR_CLEAR_VALUE : UInt = 0x0C22
///|
pub const GL_COLOR_WRITEMASK : UInt = 0x0C23
///|
pub const GL_INDEX_MODE : UInt = 0x0C30
///|
pub const GL_RGBA_MODE : UInt = 0x0C31
///|
pub const GL_DOUBLEBUFFER : UInt = 0x0C32
///|
pub const GL_STEREO : UInt = 0x0C33
///|
pub const GL_RENDER_MODE : UInt = 0x0C40
///|
pub const GL_PERSPECTIVE_CORRECTION_HINT : UInt = 0x0C50
///|
pub const GL_POINT_SMOOTH_HINT : UInt = 0x0C51
///|
pub const GL_LINE_SMOOTH_HINT : UInt = 0x0C52
///|
pub const GL_POLYGON_SMOOTH_HINT : UInt = 0x0C53
///|
pub const GL_FOG_HINT : UInt = 0x0C54
///|
pub const GL_TEXTURE_GEN_S : UInt = 0x0C60
///|
pub const GL_TEXTURE_GEN_T : UInt = 0x0C61
///|
pub const GL_TEXTURE_GEN_R : UInt = 0x0C62
///|
pub const GL_TEXTURE_GEN_Q : UInt = 0x0C63
///|
pub const GL_PIXEL_MAP_I_TO_I : UInt = 0x0C70
///|
pub const GL_PIXEL_MAP_S_TO_S : UInt = 0x0C71
///|
pub const GL_PIXEL_MAP_I_TO_R : UInt = 0x0C72
///|
pub const GL_PIXEL_MAP_I_TO_G : UInt = 0x0C73
///|
pub const GL_PIXEL_MAP_I_TO_B : UInt = 0x0C74
///|
pub const GL_PIXEL_MAP_I_TO_A : UInt = 0x0C75
///|
pub const GL_PIXEL_MAP_R_TO_R : UInt = 0x0C76
///|
pub const GL_PIXEL_MAP_G_TO_G : UInt = 0x0C77
///|
pub const GL_PIXEL_MAP_B_TO_B : UInt = 0x0C78
///|
pub const GL_PIXEL_MAP_A_TO_A : UInt = 0x0C79
///|
pub const GL_PIXEL_MAP_I_TO_I_SIZE : UInt = 0x0CB0
///|
pub const GL_PIXEL_MAP_S_TO_S_SIZE : UInt = 0x0CB1
///|
pub const GL_PIXEL_MAP_I_TO_R_SIZE : UInt = 0x0CB2
///|
pub const GL_PIXEL_MAP_I_TO_G_SIZE : UInt = 0x0CB3
///|
pub const GL_PIXEL_MAP_I_TO_B_SIZE : UInt = 0x0CB4
///|
pub const GL_PIXEL_MAP_I_TO_A_SIZE : UInt = 0x0CB5
///|
pub const GL_PIXEL_MAP_R_TO_R_SIZE : UInt = 0x0CB6
///|
pub const GL_PIXEL_MAP_G_TO_G_SIZE : UInt = 0x0CB7
///|
pub const GL_PIXEL_MAP_B_TO_B_SIZE : UInt = 0x0CB8
///|
pub const GL_PIXEL_MAP_A_TO_A_SIZE : UInt = 0x0CB9
///|
pub const GL_UNPACK_SWAP_BYTES : UInt = 0x0CF0
///|
pub const GL_UNPACK_LSB_FIRST : UInt = 0x0CF1
///|
pub const GL_UNPACK_ROW_LENGTH : UInt = 0x0CF2
///|
pub const GL_UNPACK_ROW_LENGTH_EXT : UInt = 0x0CF2
///|
pub const GL_UNPACK_SKIP_ROWS : UInt = 0x0CF3
///|
pub const GL_UNPACK_SKIP_ROWS_EXT : UInt = 0x0CF3
///|
pub const GL_UNPACK_SKIP_PIXELS : UInt = 0x0CF4
///|
pub const GL_UNPACK_SKIP_PIXELS_EXT : UInt = 0x0CF4
///|
pub const GL_UNPACK_ALIGNMENT : UInt = 0x0CF5
///|
pub const GL_PACK_SWAP_BYTES : UInt = 0x0D00
///|
pub const GL_PACK_LSB_FIRST : UInt = 0x0D01
///|
pub const GL_PACK_ROW_LENGTH : UInt = 0x0D02
///|
pub const GL_PACK_ROW_LENGTH_NV : UInt = 0x0D02
///|
pub const GL_PACK_SKIP_ROWS : UInt = 0x0D03
///|
pub const GL_PACK_SKIP_ROWS_NV : UInt = 0x0D03
///|
pub const GL_PACK_SKIP_PIXELS : UInt = 0x0D04
///|
pub const GL_PACK_SKIP_PIXELS_NV : UInt = 0x0D04
///|
pub const GL_PACK_ALIGNMENT : UInt = 0x0D05
///|
pub const GL_MAP_COLOR : UInt = 0x0D10
///|
pub const GL_MAP_STENCIL : UInt = 0x0D11
///|
pub const GL_INDEX_SHIFT : UInt = 0x0D12
///|
pub const GL_INDEX_OFFSET : UInt = 0x0D13
///|
pub const GL_RED_SCALE : UInt = 0x0D14
///|
pub const GL_RED_BIAS : UInt = 0x0D15
///|
pub const GL_ZOOM_X : UInt = 0x0D16
///|
pub const GL_ZOOM_Y : UInt = 0x0D17
///|
pub const GL_GREEN_SCALE : UInt = 0x0D18
///|
pub const GL_GREEN_BIAS : UInt = 0x0D19
///|
pub const GL_BLUE_SCALE : UInt = 0x0D1A
///|
pub const GL_BLUE_BIAS : UInt = 0x0D1B
///|
pub const GL_ALPHA_SCALE : UInt = 0x0D1C
///|
pub const GL_ALPHA_BIAS : UInt = 0x0D1D
///|
pub const GL_DEPTH_SCALE : UInt = 0x0D1E
///|
pub const GL_DEPTH_BIAS : UInt = 0x0D1F
///|
pub const GL_MAX_EVAL_ORDER : UInt = 0x0D30
///|
pub const GL_MAX_LIGHTS : UInt = 0x0D31
///|
pub const GL_MAX_CLIP_PLANES : UInt = 0x0D32
///|
pub const GL_MAX_CLIP_PLANES_IMG : UInt = 0x0D32
///|
pub const GL_MAX_CLIP_DISTANCES : UInt = 0x0D32
///|
pub const GL_MAX_CLIP_DISTANCES_EXT : UInt = 0x0D32
///|
pub const GL_MAX_CLIP_DISTANCES_APPLE : UInt = 0x0D32
///|
pub const GL_MAX_TEXTURE_SIZE : UInt = 0x0D33
///|
pub const GL_MAX_PIXEL_MAP_TABLE : UInt = 0x0D34
///|
pub const GL_MAX_ATTRIB_STACK_DEPTH : UInt = 0x0D35
///|
pub const GL_MAX_MODELVIEW_STACK_DEPTH : UInt = 0x0D36
///|
pub const GL_PATH_MAX_MODELVIEW_STACK_DEPTH_NV : UInt = 0x0D36
///|
pub const GL_MAX_NAME_STACK_DEPTH : UInt = 0x0D37
///|
pub const GL_MAX_PROJECTION_STACK_DEPTH : UInt = 0x0D38
///|
pub const GL_PATH_MAX_PROJECTION_STACK_DEPTH_NV : UInt = 0x0D38
///|
pub const GL_MAX_TEXTURE_STACK_DEPTH : UInt = 0x0D39
///|
pub const GL_MAX_VIEWPORT_DIMS : UInt = 0x0D3A
///|
pub const GL_MAX_CLIENT_ATTRIB_STACK_DEPTH : UInt = 0x0D3B
///|
pub const GL_SUBPIXEL_BITS : UInt = 0x0D50
///|
pub const GL_INDEX_BITS : UInt = 0x0D51
///|
pub const GL_RED_BITS : UInt = 0x0D52
///|
pub const GL_GREEN_BITS : UInt = 0x0D53
///|
pub const GL_BLUE_BITS : UInt = 0x0D54
///|
pub const GL_ALPHA_BITS : UInt = 0x0D55
///|
pub const GL_DEPTH_BITS : UInt = 0x0D56
///|
pub const GL_STENCIL_BITS : UInt = 0x0D57
///|
pub const GL_ACCUM_RED_BITS : UInt = 0x0D58
///|
pub const GL_ACCUM_GREEN_BITS : UInt = 0x0D59
///|
pub const GL_ACCUM_BLUE_BITS : UInt = 0x0D5A
///|
pub const GL_ACCUM_ALPHA_BITS : UInt = 0x0D5B
///|
pub const GL_NAME_STACK_DEPTH : UInt = 0x0D70
///|
pub const GL_AUTO_NORMAL : UInt = 0x0D80
///|
pub const GL_MAP1_COLOR_4 : UInt = 0x0D90
///|
pub const GL_MAP1_INDEX : UInt = 0x0D91
///|
pub const GL_MAP1_NORMAL : UInt = 0x0D92
///|
pub const GL_MAP1_TEXTURE_COORD_1 : UInt = 0x0D93
///|
pub const GL_MAP1_TEXTURE_COORD_2 : UInt = 0x0D94
///|
pub const GL_MAP1_TEXTURE_COORD_3 : UInt = 0x0D95
///|
pub const GL_MAP1_TEXTURE_COORD_4 : UInt = 0x0D96
///|
pub const GL_MAP1_VERTEX_3 : UInt = 0x0D97
///|
pub const GL_MAP1_VERTEX_4 : UInt = 0x0D98
///|
pub const GL_MAP2_COLOR_4 : UInt = 0x0DB0
///|
pub const GL_MAP2_INDEX : UInt = 0x0DB1
///|
pub const GL_MAP2_NORMAL : UInt = 0x0DB2
///|
pub const GL_MAP2_TEXTURE_COORD_1 : UInt = 0x0DB3
///|
pub const GL_MAP2_TEXTURE_COORD_2 : UInt = 0x0DB4
///|
pub const GL_MAP2_TEXTURE_COORD_3 : UInt = 0x0DB5
///|
pub const GL_MAP2_TEXTURE_COORD_4 : UInt = 0x0DB6
///|
pub const GL_MAP2_VERTEX_3 : UInt = 0x0DB7
///|
pub const GL_MAP2_VERTEX_4 : UInt = 0x0DB8
///|
pub const GL_MAP1_GRID_DOMAIN : UInt = 0x0DD0
///|
pub const GL_MAP1_GRID_SEGMENTS : UInt = 0x0DD1
///|
pub const GL_MAP2_GRID_DOMAIN : UInt = 0x0DD2
///|
pub const GL_MAP2_GRID_SEGMENTS : UInt = 0x0DD3
///|
pub const GL_TEXTURE_1D : UInt = 0x0DE0
///|
pub const GL_TEXTURE_2D : UInt = 0x0DE1
///|
pub const GL_FEEDBACK_BUFFER_POINTER : UInt = 0x0DF0
///|
pub const GL_FEEDBACK_BUFFER_SIZE : UInt = 0x0DF1
///|
pub const GL_FEEDBACK_BUFFER_TYPE : UInt = 0x0DF2
///|
pub const GL_SELECTION_BUFFER_POINTER : UInt = 0x0DF3
///|
pub const GL_SELECTION_BUFFER_SIZE : UInt = 0x0DF4
///|
pub const GL_TEXTURE_WIDTH : UInt = 0x1000
///|
pub const GL_TEXTURE_HEIGHT : UInt = 0x1001
///|
pub const GL_TEXTURE_INTERNAL_FORMAT : UInt = 0x1003
///|
pub const GL_TEXTURE_COMPONENTS : UInt = 0x1003
///|
pub const GL_TEXTURE_BORDER_COLOR : UInt = 0x1004
///|
pub const GL_TEXTURE_BORDER_COLOR_EXT : UInt = 0x1004
///|
pub const GL_TEXTURE_BORDER_COLOR_NV : UInt = 0x1004
///|
pub const GL_TEXTURE_BORDER_COLOR_OES : UInt = 0x1004
///|
pub const GL_TEXTURE_BORDER : UInt = 0x1005
///|
pub const GL_TEXTURE_TARGET : UInt = 0x1006
///|
pub const GL_DONT_CARE : UInt = 0x1100
///|
pub const GL_FASTEST : UInt = 0x1101
///|
pub const GL_NICEST : UInt = 0x1102
///|
pub const GL_AMBIENT : UInt = 0x1200
///|
pub const GL_DIFFUSE : UInt = 0x1201
///|
pub const GL_SPECULAR : UInt = 0x1202
///|
pub const GL_POSITION : UInt = 0x1203
///|
pub const GL_SPOT_DIRECTION : UInt = 0x1204
///|
pub const GL_SPOT_EXPONENT : UInt = 0x1205
///|
pub const GL_SPOT_CUTOFF : UInt = 0x1206
///|
pub const GL_CONSTANT_ATTENUATION : UInt = 0x1207
///|
pub const GL_LINEAR_ATTENUATION : UInt = 0x1208
///|
pub const GL_QUADRATIC_ATTENUATION : UInt = 0x1209
///|
pub const GL_COMPILE : UInt = 0x1300
///|
pub const GL_COMPILE_AND_EXECUTE : UInt = 0x1301
///|
pub const GL_BYTE : UInt = 0x1400
///|
pub const GL_UNSIGNED_BYTE : UInt = 0x1401
///|
pub const GL_SHORT : UInt = 0x1402
///|
pub const GL_UNSIGNED_SHORT : UInt = 0x1403
///|
pub const GL_INT : UInt = 0x1404
///|
pub const GL_UNSIGNED_INT : UInt = 0x1405
///|
pub const GL_FLOAT : UInt = 0x1406
///|
pub const GL_2_BYTES : UInt = 0x1407
///|
pub const GL_2_BYTES_NV : UInt = 0x1407
///|
pub const GL_3_BYTES : UInt = 0x1408
///|
pub const GL_3_BYTES_NV : UInt = 0x1408
///|
pub const GL_4_BYTES : UInt = 0x1409
///|
pub const GL_4_BYTES_NV : UInt = 0x1409
///|
pub const GL_DOUBLE : UInt = 0x140A
///|
pub const GL_DOUBLE_EXT : UInt = 0x140A
///|
pub const GL_HALF_FLOAT : UInt = 0x140B
///|
pub const GL_HALF_FLOAT_ARB : UInt = 0x140B
///|
pub const GL_HALF_FLOAT_NV : UInt = 0x140B
///|
pub const GL_HALF_APPLE : UInt = 0x140B
///|
pub const GL_FIXED : UInt = 0x140C
///|
pub const GL_FIXED_OES : UInt = 0x140C
///|
pub const GL_INT64_ARB : UInt = 0x140E
///|
pub const GL_INT64_NV : UInt = 0x140E
///|
pub const GL_UNSIGNED_INT64_ARB : UInt = 0x140F
///|
pub const GL_UNSIGNED_INT64_NV : UInt = 0x140F
///|
pub const GL_CLEAR : UInt = 0x1500
///|
pub const GL_AND : UInt = 0x1501
///|
pub const GL_AND_REVERSE : UInt = 0x1502
///|
pub const GL_COPY : UInt = 0x1503
///|
pub const GL_AND_INVERTED : UInt = 0x1504
///|
pub const GL_NOOP : UInt = 0x1505
///|
pub const GL_XOR : UInt = 0x1506
///|
pub const GL_XOR_NV : UInt = 0x1506
///|
pub const GL_OR : UInt = 0x1507
///|
pub const GL_NOR : UInt = 0x1508
///|
pub const GL_EQUIV : UInt = 0x1509
///|
pub const GL_INVERT : UInt = 0x150A
///|
pub const GL_OR_REVERSE : UInt = 0x150B
///|
pub const GL_COPY_INVERTED : UInt = 0x150C
///|
pub const GL_OR_INVERTED : UInt = 0x150D
///|
pub const GL_NAND : UInt = 0x150E
///|
pub const GL_SET : UInt = 0x150F
///|
pub const GL_EMISSION : UInt = 0x1600
///|
pub const GL_SHININESS : UInt = 0x1601
///|
pub const GL_AMBIENT_AND_DIFFUSE : UInt = 0x1602
///|
pub const GL_COLOR_INDEXES : UInt = 0x1603
///|
pub const GL_MODELVIEW : UInt = 0x1700
///|
pub const GL_MODELVIEW0_ARB : UInt = 0x1700
///|
pub const GL_MODELVIEW0_EXT : UInt = 0x1700
///|
pub const GL_PATH_MODELVIEW_NV : UInt = 0x1700
///|
pub const GL_PROJECTION : UInt = 0x1701
///|
pub const GL_PATH_PROJECTION_NV : UInt = 0x1701
///|
pub const GL_TEXTURE : UInt = 0x1702
///|
pub const GL_COLOR : UInt = 0x1800
///|
pub const GL_COLOR_EXT : UInt = 0x1800
///|
pub const GL_DEPTH : UInt = 0x1801
///|
pub const GL_DEPTH_EXT : UInt = 0x1801
///|
pub const GL_STENCIL : UInt = 0x1802
///|
pub const GL_STENCIL_EXT : UInt = 0x1802
///|
pub const GL_COLOR_INDEX : UInt = 0x1900
///|
pub const GL_STENCIL_INDEX : UInt = 0x1901
///|
pub const GL_STENCIL_INDEX_OES : UInt = 0x1901
///|
pub const GL_DEPTH_COMPONENT : UInt = 0x1902
///|
pub const GL_RED : UInt = 0x1903
///|
pub const GL_RED_EXT : UInt = 0x1903
///|
pub const GL_RED_NV : UInt = 0x1903
///|
pub const GL_GREEN : UInt = 0x1904
///|
pub const GL_GREEN_NV : UInt = 0x1904
///|
pub const GL_BLUE : UInt = 0x1905
///|
pub const GL_BLUE_NV : UInt = 0x1905
///|
pub const GL_ALPHA : UInt = 0x1906
///|
pub const GL_RGB : UInt = 0x1907
///|
pub const GL_RGBA : UInt = 0x1908
///|
pub const GL_LUMINANCE : UInt = 0x1909
///|
pub const GL_LUMINANCE_ALPHA : UInt = 0x190A
///|
pub const GL_BITMAP : UInt = 0x1A00
///|
pub const GL_POINT : UInt = 0x1B00
///|
pub const GL_POINT_NV : UInt = 0x1B00
///|
pub const GL_LINE : UInt = 0x1B01
///|
pub const GL_LINE_NV : UInt = 0x1B01
///|
pub const GL_FILL : UInt = 0x1B02
///|
pub const GL_FILL_NV : UInt = 0x1B02
///|
pub const GL_RENDER : UInt = 0x1C00
///|
pub const GL_FEEDBACK : UInt = 0x1C01
///|
pub const GL_SELECT : UInt = 0x1C02
///|
pub const GL_FLAT : UInt = 0x1D00
///|
pub const GL_SMOOTH : UInt = 0x1D01
///|
pub const GL_KEEP : UInt = 0x1E00
///|
pub const GL_REPLACE : UInt = 0x1E01
///|
pub const GL_INCR : UInt = 0x1E02
///|
pub const GL_DECR : UInt = 0x1E03
///|
pub const GL_VENDOR : UInt = 0x1F00
///|
pub const GL_RENDERER : UInt = 0x1F01
///|
pub const GL_VERSION : UInt = 0x1F02
///|
pub const GL_EXTENSIONS : UInt = 0x1F03
///|
pub const GL_S : UInt = 0x2000
///|
pub const GL_T : UInt = 0x2001
///|
pub const GL_R : UInt = 0x2002
///|
pub const GL_Q : UInt = 0x2003
///|
pub const GL_MODULATE : UInt = 0x2100
///|
pub const GL_DECAL : UInt = 0x2101
///|
pub const GL_TEXTURE_ENV_MODE : UInt = 0x2200
///|
pub const GL_TEXTURE_ENV_COLOR : UInt = 0x2201
///|
pub const GL_TEXTURE_ENV : UInt = 0x2300
///|
pub const GL_EYE_LINEAR : UInt = 0x2400
///|
pub const GL_EYE_LINEAR_NV : UInt = 0x2400
///|
pub const GL_OBJECT_LINEAR : UInt = 0x2401
///|
pub const GL_OBJECT_LINEAR_NV : UInt = 0x2401
///|
pub const GL_SPHERE_MAP : UInt = 0x2402
///|
pub const GL_TEXTURE_GEN_MODE : UInt = 0x2500
///|
pub const GL_TEXTURE_GEN_MODE_OES : UInt = 0x2500
///|
pub const GL_OBJECT_PLANE : UInt = 0x2501
///|
pub const GL_EYE_PLANE : UInt = 0x2502
///|
pub const GL_NEAREST : UInt = 0x2600
///|
pub const GL_LINEAR : UInt = 0x2601
///|
pub const GL_NEAREST_MIPMAP_NEAREST : UInt = 0x2700
///|
pub const GL_LINEAR_MIPMAP_NEAREST : UInt = 0x2701
///|
pub const GL_NEAREST_MIPMAP_LINEAR : UInt = 0x2702
///|
pub const GL_LINEAR_MIPMAP_LINEAR : UInt = 0x2703
///|
pub const GL_TEXTURE_MAG_FILTER : UInt = 0x2800
///|
pub const GL_TEXTURE_MIN_FILTER : UInt = 0x2801
///|
pub const GL_TEXTURE_WRAP_S : UInt = 0x2802
///|
pub const GL_TEXTURE_WRAP_T : UInt = 0x2803
///|
pub const GL_CLAMP : UInt = 0x2900
///|
pub const GL_REPEAT : UInt = 0x2901
///|
pub const GL_POLYGON_OFFSET_UNITS : UInt = 0x2A00
///|
pub const GL_POLYGON_OFFSET_POINT : UInt = 0x2A01
///|
pub const GL_POLYGON_OFFSET_POINT_NV : UInt = 0x2A01
///|
pub const GL_POLYGON_OFFSET_LINE : UInt = 0x2A02
///|
pub const GL_POLYGON_OFFSET_LINE_NV : UInt = 0x2A02
///|
pub const GL_R3_G3_B2 : UInt = 0x2A10
///|
pub const GL_V2F : UInt = 0x2A20
///|
pub const GL_V3F : UInt = 0x2A21
///|
pub const GL_C4UB_V2F : UInt = 0x2A22
///|
pub const GL_C4UB_V3F : UInt = 0x2A23
///|
pub const GL_C3F_V3F : UInt = 0x2A24
///|
pub const GL_N3F_V3F : UInt = 0x2A25
///|
pub const GL_C4F_N3F_V3F : UInt = 0x2A26
///|
pub const GL_T2F_V3F : UInt = 0x2A27
///|
pub const GL_T4F_V4F : UInt = 0x2A28
///|
pub const GL_T2F_C4UB_V3F : UInt = 0x2A29
///|
pub const GL_T2F_C3F_V3F : UInt = 0x2A2A
///|
pub const GL_T2F_N3F_V3F : UInt = 0x2A2B
///|
pub const GL_T2F_C4F_N3F_V3F : UInt = 0x2A2C
///|
pub const GL_T4F_C4F_N3F_V4F : UInt = 0x2A2D
///|
pub const GL_CLIP_PLANE0 : UInt = 0x3000
///|
pub const GL_CLIP_PLANE0_IMG : UInt = 0x3000
///|
pub const GL_CLIP_DISTANCE0 : UInt = 0x3000
///|
pub const GL_CLIP_DISTANCE0_EXT : UInt = 0x3000
///|
pub const GL_CLIP_DISTANCE0_APPLE : UInt = 0x3000
///|
pub const GL_CLIP_PLANE1 : UInt = 0x3001
///|
pub const GL_CLIP_PLANE1_IMG : UInt = 0x3001
///|
pub const GL_CLIP_DISTANCE1 : UInt = 0x3001
///|
pub const GL_CLIP_DISTANCE1_EXT : UInt = 0x3001
///|
pub const GL_CLIP_DISTANCE1_APPLE : UInt = 0x3001
///|
pub const GL_CLIP_PLANE2 : UInt = 0x3002
///|
pub const GL_CLIP_PLANE2_IMG : UInt = 0x3002
///|
pub const GL_CLIP_DISTANCE2 : UInt = 0x3002
///|
pub const GL_CLIP_DISTANCE2_EXT : UInt = 0x3002
///|
pub const GL_CLIP_DISTANCE2_APPLE : UInt = 0x3002
///|
pub const GL_CLIP_PLANE3 : UInt = 0x3003
///|
pub const GL_CLIP_PLANE3_IMG : UInt = 0x3003
///|
pub const GL_CLIP_DISTANCE3 : UInt = 0x3003
///|
pub const GL_CLIP_DISTANCE3_EXT : UInt = 0x3003
///|
pub const GL_CLIP_DISTANCE3_APPLE : UInt = 0x3003
///|
pub const GL_CLIP_PLANE4 : UInt = 0x3004
///|
pub const GL_CLIP_PLANE4_IMG : UInt = 0x3004
///|
pub const GL_CLIP_DISTANCE4 : UInt = 0x3004
///|
pub const GL_CLIP_DISTANCE4_EXT : UInt = 0x3004
///|
pub const GL_CLIP_DISTANCE4_APPLE : UInt = 0x3004
///|
pub const GL_CLIP_PLANE5 : UInt = 0x3005
///|
pub const GL_CLIP_PLANE5_IMG : UInt = 0x3005
///|
pub const GL_CLIP_DISTANCE5 : UInt = 0x3005
///|
pub const GL_CLIP_DISTANCE5_EXT : UInt = 0x3005
///|
pub const GL_CLIP_DISTANCE5_APPLE : UInt = 0x3005
///|
pub const GL_CLIP_DISTANCE6 : UInt = 0x3006
///|
pub const GL_CLIP_DISTANCE6_EXT : UInt = 0x3006
///|
pub const GL_CLIP_DISTANCE6_APPLE : UInt = 0x3006
///|
pub const GL_CLIP_DISTANCE7 : UInt = 0x3007
///|
pub const GL_CLIP_DISTANCE7_EXT : UInt = 0x3007
///|
pub const GL_CLIP_DISTANCE7_APPLE : UInt = 0x3007
///|
pub const GL_LIGHT0 : UInt = 0x4000
///|
pub const GL_LIGHT1 : UInt = 0x4001
///|
pub const GL_LIGHT2 : UInt = 0x4002
///|
pub const GL_LIGHT3 : UInt = 0x4003
///|
pub const GL_LIGHT4 : UInt = 0x4004
///|
pub const GL_LIGHT5 : UInt = 0x4005
///|
pub const GL_LIGHT6 : UInt = 0x4006
///|
pub const GL_LIGHT7 : UInt = 0x4007
///|
pub const GL_ABGR_EXT : UInt = 0x8000
///|
pub const GL_CONSTANT_COLOR : UInt = 0x8001
///|
pub const GL_CONSTANT_COLOR_EXT : UInt = 0x8001
///|
pub const GL_ONE_MINUS_CONSTANT_COLOR : UInt = 0x8002
///|
pub const GL_ONE_MINUS_CONSTANT_COLOR_EXT : UInt = 0x8002
///|
pub const GL_CONSTANT_ALPHA : UInt = 0x8003
///|
pub const GL_CONSTANT_ALPHA_EXT : UInt = 0x8003
///|
pub const GL_ONE_MINUS_CONSTANT_ALPHA : UInt = 0x8004
///|
pub const GL_ONE_MINUS_CONSTANT_ALPHA_EXT : UInt = 0x8004
///|
pub const GL_BLEND_COLOR : UInt = 0x8005
///|
pub const GL_BLEND_COLOR_EXT : UInt = 0x8005
///|
pub const GL_FUNC_ADD : UInt = 0x8006
///|
pub const GL_FUNC_ADD_EXT : UInt = 0x8006
///|
pub const GL_FUNC_ADD_OES : UInt = 0x8006
///|
pub const GL_MIN : UInt = 0x8007
///|
pub const GL_MIN_EXT : UInt = 0x8007
///|
pub const GL_MAX : UInt = 0x8008
///|
pub const GL_MAX_EXT : UInt = 0x8008
///|
pub const GL_BLEND_EQUATION : UInt = 0x8009
///|
pub const GL_BLEND_EQUATION_EXT : UInt = 0x8009
///|
pub const GL_BLEND_EQUATION_OES : UInt = 0x8009
///|
pub const GL_BLEND_EQUATION_RGB : UInt = 0x8009
///|
pub const GL_BLEND_EQUATION_RGB_EXT : UInt = 0x8009
///|
pub const GL_BLEND_EQUATION_RGB_OES : UInt = 0x8009
///|
pub const GL_FUNC_SUBTRACT : UInt = 0x800A
///|
pub const GL_FUNC_SUBTRACT_EXT : UInt = 0x800A
///|
pub const GL_FUNC_SUBTRACT_OES : UInt = 0x800A
///|
pub const GL_FUNC_REVERSE_SUBTRACT : UInt = 0x800B
///|
pub const GL_FUNC_REVERSE_SUBTRACT_EXT : UInt = 0x800B
///|
pub const GL_FUNC_REVERSE_SUBTRACT_OES : UInt = 0x800B
///|
pub const GL_CMYK_EXT : UInt = 0x800C
///|
pub const GL_CMYKA_EXT : UInt = 0x800D
///|
pub const GL_PACK_CMYK_HINT_EXT : UInt = 0x800E
///|
pub const GL_UNPACK_CMYK_HINT_EXT : UInt = 0x800F
///|
pub const GL_CONVOLUTION_1D : UInt = 0x8010
///|
pub const GL_CONVOLUTION_1D_EXT : UInt = 0x8010
///|
pub const GL_CONVOLUTION_2D : UInt = 0x8011
///|
pub const GL_CONVOLUTION_2D_EXT : UInt = 0x8011
///|
pub const GL_SEPARABLE_2D : UInt = 0x8012
///|
pub const GL_SEPARABLE_2D_EXT : UInt = 0x8012
///|
pub const GL_CONVOLUTION_BORDER_MODE : UInt = 0x8013
///|
pub const GL_CONVOLUTION_BORDER_MODE_EXT : UInt = 0x8013
///|
pub const GL_CONVOLUTION_FILTER_SCALE : UInt = 0x8014
///|
pub const GL_CONVOLUTION_FILTER_SCALE_EXT : UInt = 0x8014
///|
pub const GL_CONVOLUTION_FILTER_BIAS : UInt = 0x8015
///|
pub const GL_CONVOLUTION_FILTER_BIAS_EXT : UInt = 0x8015
///|
pub const GL_REDUCE : UInt = 0x8016
///|
pub const GL_REDUCE_EXT : UInt = 0x8016
///|
pub const GL_CONVOLUTION_FORMAT : UInt = 0x8017
///|
pub const GL_CONVOLUTION_FORMAT_EXT : UInt = 0x8017
///|
pub const GL_CONVOLUTION_WIDTH : UInt = 0x8018
///|
pub const GL_CONVOLUTION_WIDTH_EXT : UInt = 0x8018
///|
pub const GL_CONVOLUTION_HEIGHT : UInt = 0x8019
///|
pub const GL_CONVOLUTION_HEIGHT_EXT : UInt = 0x8019
///|
pub const GL_MAX_CONVOLUTION_WIDTH : UInt = 0x801A
///|
pub const GL_MAX_CONVOLUTION_WIDTH_EXT : UInt = 0x801A
///|
pub const GL_MAX_CONVOLUTION_HEIGHT : UInt = 0x801B
///|
pub const GL_MAX_CONVOLUTION_HEIGHT_EXT : UInt = 0x801B
///|
pub const GL_POST_CONVOLUTION_RED_SCALE : UInt = 0x801C
///|
pub const GL_POST_CONVOLUTION_RED_SCALE_EXT : UInt = 0x801C
///|
pub const GL_POST_CONVOLUTION_GREEN_SCALE : UInt = 0x801D
///|
pub const GL_POST_CONVOLUTION_GREEN_SCALE_EXT : UInt = 0x801D
///|
pub const GL_POST_CONVOLUTION_BLUE_SCALE : UInt = 0x801E
///|
pub const GL_POST_CONVOLUTION_BLUE_SCALE_EXT : UInt = 0x801E
///|
pub const GL_POST_CONVOLUTION_ALPHA_SCALE : UInt = 0x801F
///|
pub const GL_POST_CONVOLUTION_ALPHA_SCALE_EXT : UInt = 0x801F
///|
pub const GL_POST_CONVOLUTION_RED_BIAS : UInt = 0x8020
///|
pub const GL_POST_CONVOLUTION_RED_BIAS_EXT : UInt = 0x8020
///|
pub const GL_POST_CONVOLUTION_GREEN_BIAS : UInt = 0x8021
///|
pub const GL_POST_CONVOLUTION_GREEN_BIAS_EXT : UInt = 0x8021
///|
pub const GL_POST_CONVOLUTION_BLUE_BIAS : UInt = 0x8022
///|
pub const GL_POST_CONVOLUTION_BLUE_BIAS_EXT : UInt = 0x8022
///|
pub const GL_POST_CONVOLUTION_ALPHA_BIAS : UInt = 0x8023
///|
pub const GL_POST_CONVOLUTION_ALPHA_BIAS_EXT : UInt = 0x8023
///|
pub const GL_HISTOGRAM : UInt = 0x8024
///|
pub const GL_HISTOGRAM_EXT : UInt = 0x8024
///|
pub const GL_PROXY_HISTOGRAM : UInt = 0x8025
///|
pub const GL_PROXY_HISTOGRAM_EXT : UInt = 0x8025
///|
pub const GL_HISTOGRAM_WIDTH : UInt = 0x8026
///|
pub const GL_HISTOGRAM_WIDTH_EXT : UInt = 0x8026
///|
pub const GL_HISTOGRAM_FORMAT : UInt = 0x8027
///|
pub const GL_HISTOGRAM_FORMAT_EXT : UInt = 0x8027
///|
pub const GL_HISTOGRAM_RED_SIZE : UInt = 0x8028
///|
pub const GL_HISTOGRAM_RED_SIZE_EXT : UInt = 0x8028
///|
pub const GL_HISTOGRAM_GREEN_SIZE : UInt = 0x8029
///|
pub const GL_HISTOGRAM_GREEN_SIZE_EXT : UInt = 0x8029
///|
pub const GL_HISTOGRAM_BLUE_SIZE : UInt = 0x802A
///|
pub const GL_HISTOGRAM_BLUE_SIZE_EXT : UInt = 0x802A
///|
pub const GL_HISTOGRAM_ALPHA_SIZE : UInt = 0x802B
///|
pub const GL_HISTOGRAM_ALPHA_SIZE_EXT : UInt = 0x802B
///|
pub const GL_HISTOGRAM_LUMINANCE_SIZE : UInt = 0x802C
///|
pub const GL_HISTOGRAM_LUMINANCE_SIZE_EXT : UInt = 0x802C
///|
pub const GL_HISTOGRAM_SINK : UInt = 0x802D
///|
pub const GL_HISTOGRAM_SINK_EXT : UInt = 0x802D
///|
pub const GL_MINMAX : UInt = 0x802E
///|
pub const GL_MINMAX_EXT : UInt = 0x802E
///|
pub const GL_MINMAX_FORMAT : UInt = 0x802F
///|
pub const GL_MINMAX_FORMAT_EXT : UInt = 0x802F
///|
pub const GL_MINMAX_SINK : UInt = 0x8030
///|
pub const GL_MINMAX_SINK_EXT : UInt = 0x8030
///|
pub const GL_TABLE_TOO_LARGE_EXT : UInt = 0x8031
///|
pub const GL_TABLE_TOO_LARGE : UInt = 0x8031
///|
pub const GL_UNSIGNED_BYTE_3_3_2 : UInt = 0x8032
///|
pub const GL_UNSIGNED_BYTE_3_3_2_EXT : UInt = 0x8032
///|
pub const GL_UNSIGNED_SHORT_4_4_4_4 : UInt = 0x8033
///|
pub const GL_UNSIGNED_SHORT_4_4_4_4_EXT : UInt = 0x8033
///|
pub const GL_UNSIGNED_SHORT_5_5_5_1 : UInt = 0x8034
///|
pub const GL_UNSIGNED_SHORT_5_5_5_1_EXT : UInt = 0x8034
///|
pub const GL_UNSIGNED_INT_8_8_8_8 : UInt = 0x8035
///|
pub const GL_UNSIGNED_INT_8_8_8_8_EXT : UInt = 0x8035
///|
pub const GL_UNSIGNED_INT_10_10_10_2 : UInt = 0x8036
///|
pub const GL_UNSIGNED_INT_10_10_10_2_EXT : UInt = 0x8036
///|
pub const GL_POLYGON_OFFSET_EXT : UInt = 0x8037
///|
pub const GL_POLYGON_OFFSET_FILL : UInt = 0x8037
///|
pub const GL_POLYGON_OFFSET_FACTOR : UInt = 0x8038
///|
pub const GL_POLYGON_OFFSET_FACTOR_EXT : UInt = 0x8038
///|
pub const GL_POLYGON_OFFSET_BIAS_EXT : UInt = 0x8039
///|
pub const GL_RESCALE_NORMAL : UInt = 0x803A
///|
pub const GL_RESCALE_NORMAL_EXT : UInt = 0x803A
///|
pub const GL_ALPHA4 : UInt = 0x803B
///|
pub const GL_ALPHA4_EXT : UInt = 0x803B
///|
pub const GL_ALPHA8 : UInt = 0x803C
///|
pub const GL_ALPHA8_EXT : UInt = 0x803C
///|
pub const GL_ALPHA8_OES : UInt = 0x803C
///|
pub const GL_ALPHA12 : UInt = 0x803D
///|
pub const GL_ALPHA12_EXT : UInt = 0x803D
///|
pub const GL_ALPHA16 : UInt = 0x803E
///|
pub const GL_ALPHA16_EXT : UInt = 0x803E
///|
pub const GL_LUMINANCE4 : UInt = 0x803F
///|
pub const GL_LUMINANCE4_EXT : UInt = 0x803F
///|
pub const GL_LUMINANCE8 : UInt = 0x8040
///|
pub const GL_LUMINANCE8_EXT : UInt = 0x8040
///|
pub const GL_LUMINANCE8_OES : UInt = 0x8040
///|
pub const GL_LUMINANCE12 : UInt = 0x8041
///|
pub const GL_LUMINANCE12_EXT : UInt = 0x8041
///|
pub const GL_LUMINANCE16 : UInt = 0x8042
///|
pub const GL_LUMINANCE16_EXT : UInt = 0x8042
///|
pub const GL_LUMINANCE4_ALPHA4 : UInt = 0x8043
///|
pub const GL_LUMINANCE4_ALPHA4_EXT : UInt = 0x8043
///|
pub const GL_LUMINANCE4_ALPHA4_OES : UInt = 0x8043
///|
pub const GL_LUMINANCE6_ALPHA2 : UInt = 0x8044
///|
pub const GL_LUMINANCE6_ALPHA2_EXT : UInt = 0x8044
///|
pub const GL_LUMINANCE8_ALPHA8 : UInt = 0x8045
///|
pub const GL_LUMINANCE8_ALPHA8_EXT : UInt = 0x8045
///|
pub const GL_LUMINANCE8_ALPHA8_OES : UInt = 0x8045
///|
pub const GL_LUMINANCE12_ALPHA4 : UInt = 0x8046
///|
pub const GL_LUMINANCE12_ALPHA4_EXT : UInt = 0x8046
///|
pub const GL_LUMINANCE12_ALPHA12 : UInt = 0x8047
///|
pub const GL_LUMINANCE12_ALPHA12_EXT : UInt = 0x8047
///|
pub const GL_LUMINANCE16_ALPHA16 : UInt = 0x8048
///|
pub const GL_LUMINANCE16_ALPHA16_EXT : UInt = 0x8048
///|
pub const GL_INTENSITY : UInt = 0x8049
///|
pub const GL_INTENSITY_EXT : UInt = 0x8049
///|
pub const GL_INTENSITY4 : UInt = 0x804A
///|
pub const GL_INTENSITY4_EXT : UInt = 0x804A
///|
pub const GL_INTENSITY8 : UInt = 0x804B
///|
pub const GL_INTENSITY8_EXT : UInt = 0x804B
///|
pub const GL_INTENSITY12 : UInt = 0x804C
///|
pub const GL_INTENSITY12_EXT : UInt = 0x804C
///|
pub const GL_INTENSITY16 : UInt = 0x804D
///|
pub const GL_INTENSITY16_EXT : UInt = 0x804D
///|
pub const GL_RGB2_EXT : UInt = 0x804E
///|
pub const GL_RGB4 : UInt = 0x804F
///|
pub const GL_RGB4_EXT : UInt = 0x804F
///|
pub const GL_RGB5 : UInt = 0x8050
///|
pub const GL_RGB5_EXT : UInt = 0x8050
///|
pub const GL_RGB8 : UInt = 0x8051
///|
pub const GL_RGB8_EXT : UInt = 0x8051
///|
pub const GL_RGB8_OES : UInt = 0x8051
///|
pub const GL_RGB10 : UInt = 0x8052
///|
pub const GL_RGB10_EXT : UInt = 0x8052
///|
pub const GL_RGB12 : UInt = 0x8053
///|
pub const GL_RGB12_EXT : UInt = 0x8053
///|
pub const GL_RGB16 : UInt = 0x8054
///|
pub const GL_RGB16_EXT : UInt = 0x8054
///|
pub const GL_RGBA2 : UInt = 0x8055
///|
pub const GL_RGBA2_EXT : UInt = 0x8055
///|
pub const GL_RGBA4 : UInt = 0x8056
///|
pub const GL_RGBA4_EXT : UInt = 0x8056
///|
pub const GL_RGBA4_OES : UInt = 0x8056
///|
pub const GL_RGB5_A1 : UInt = 0x8057
///|
pub const GL_RGB5_A1_EXT : UInt = 0x8057
///|
pub const GL_RGB5_A1_OES : UInt = 0x8057
///|
pub const GL_RGBA8 : UInt = 0x8058
///|
pub const GL_RGBA8_EXT : UInt = 0x8058
///|
pub const GL_RGBA8_OES : UInt = 0x8058
///|
pub const GL_RGB10_A2 : UInt = 0x8059
///|
pub const GL_RGB10_A2_EXT : UInt = 0x8059
///|
pub const GL_RGBA12 : UInt = 0x805A
///|
pub const GL_RGBA12_EXT : UInt = 0x805A
///|
pub const GL_RGBA16 : UInt = 0x805B
///|
pub const GL_RGBA16_EXT : UInt = 0x805B
///|
pub const GL_TEXTURE_RED_SIZE : UInt = 0x805C
///|
pub const GL_TEXTURE_RED_SIZE_EXT : UInt = 0x805C
///|
pub const GL_TEXTURE_GREEN_SIZE : UInt = 0x805D
///|
pub const GL_TEXTURE_GREEN_SIZE_EXT : UInt = 0x805D
///|
pub const GL_TEXTURE_BLUE_SIZE : UInt = 0x805E
///|
pub const GL_TEXTURE_BLUE_SIZE_EXT : UInt = 0x805E
///|
pub const GL_TEXTURE_ALPHA_SIZE : UInt = 0x805F
///|
pub const GL_TEXTURE_ALPHA_SIZE_EXT : UInt = 0x805F
///|
pub const GL_TEXTURE_LUMINANCE_SIZE : UInt = 0x8060
///|
pub const GL_TEXTURE_LUMINANCE_SIZE_EXT : UInt = 0x8060
///|
pub const GL_TEXTURE_INTENSITY_SIZE : UInt = 0x8061
///|
pub const GL_TEXTURE_INTENSITY_SIZE_EXT : UInt = 0x8061
///|
pub const GL_REPLACE_EXT : UInt = 0x8062
///|
pub const GL_PROXY_TEXTURE_1D : UInt = 0x8063
///|
pub const GL_PROXY_TEXTURE_1D_EXT : UInt = 0x8063
///|
pub const GL_PROXY_TEXTURE_2D : UInt = 0x8064
///|
pub const GL_PROXY_TEXTURE_2D_EXT : UInt = 0x8064
///|
pub const GL_TEXTURE_TOO_LARGE_EXT : UInt = 0x8065
///|
pub const GL_TEXTURE_PRIORITY : UInt = 0x8066
///|
pub const GL_TEXTURE_PRIORITY_EXT : UInt = 0x8066
///|
pub const GL_TEXTURE_RESIDENT : UInt = 0x8067
///|
pub const GL_TEXTURE_RESIDENT_EXT : UInt = 0x8067
///|
pub const GL_TEXTURE_1D_BINDING_EXT : UInt = 0x8068
///|
pub const GL_TEXTURE_BINDING_1D : UInt = 0x8068
///|
pub const GL_TEXTURE_2D_BINDING_EXT : UInt = 0x8069
///|
pub const GL_TEXTURE_BINDING_2D : UInt = 0x8069
///|
pub const GL_TEXTURE_3D_BINDING_EXT : UInt = 0x806A
///|
pub const GL_TEXTURE_3D_BINDING_OES : UInt = 0x806A
///|
pub const GL_TEXTURE_BINDING_3D : UInt = 0x806A
///|
pub const GL_TEXTURE_BINDING_3D_OES : UInt = 0x806A
///|
pub const GL_PACK_SKIP_IMAGES : UInt = 0x806B
///|
pub const GL_PACK_SKIP_IMAGES_EXT : UInt = 0x806B
///|
pub const GL_PACK_IMAGE_HEIGHT : UInt = 0x806C
///|
pub const GL_PACK_IMAGE_HEIGHT_EXT : UInt = 0x806C
///|
pub const GL_UNPACK_SKIP_IMAGES : UInt = 0x806D
///|
pub const GL_UNPACK_SKIP_IMAGES_EXT : UInt = 0x806D
///|
pub const GL_UNPACK_IMAGE_HEIGHT : UInt = 0x806E
///|
pub const GL_UNPACK_IMAGE_HEIGHT_EXT : UInt = 0x806E
///|
pub const GL_TEXTURE_3D : UInt = 0x806F
///|
pub const GL_TEXTURE_3D_EXT : UInt = 0x806F
///|
pub const GL_TEXTURE_3D_OES : UInt = 0x806F
///|
pub const GL_PROXY_TEXTURE_3D : UInt = 0x8070
///|
pub const GL_PROXY_TEXTURE_3D_EXT : UInt = 0x8070
///|
pub const GL_TEXTURE_DEPTH : UInt = 0x8071
///|
pub const GL_TEXTURE_DEPTH_EXT : UInt = 0x8071
///|
pub const GL_TEXTURE_WRAP_R : UInt = 0x8072
///|
pub const GL_TEXTURE_WRAP_R_EXT : UInt = 0x8072
///|
pub const GL_TEXTURE_WRAP_R_OES : UInt = 0x8072
///|
pub const GL_MAX_3D_TEXTURE_SIZE : UInt = 0x8073
///|
pub const GL_MAX_3D_TEXTURE_SIZE_EXT : UInt = 0x8073
///|
pub const GL_MAX_3D_TEXTURE_SIZE_OES : UInt = 0x8073
///|
pub const GL_VERTEX_ARRAY : UInt = 0x8074
///|
pub const GL_VERTEX_ARRAY_EXT : UInt = 0x8074
///|
pub const GL_VERTEX_ARRAY_KHR : UInt = 0x8074
///|
pub const GL_NORMAL_ARRAY : UInt = 0x8075
///|
pub const GL_NORMAL_ARRAY_EXT : UInt = 0x8075
///|
pub const GL_COLOR_ARRAY : UInt = 0x8076
///|
pub const GL_COLOR_ARRAY_EXT : UInt = 0x8076
///|
pub const GL_INDEX_ARRAY : UInt = 0x8077
///|
pub const GL_INDEX_ARRAY_EXT : UInt = 0x8077
///|
pub const GL_TEXTURE_COORD_ARRAY : UInt = 0x8078
///|
pub const GL_TEXTURE_COORD_ARRAY_EXT : UInt = 0x8078
///|
pub const GL_EDGE_FLAG_ARRAY : UInt = 0x8079
///|
pub const GL_EDGE_FLAG_ARRAY_EXT : UInt = 0x8079
///|
pub const GL_VERTEX_ARRAY_SIZE : UInt = 0x807A
///|
pub const GL_VERTEX_ARRAY_SIZE_EXT : UInt = 0x807A
///|
pub const GL_VERTEX_ARRAY_TYPE : UInt = 0x807B
///|
pub const GL_VERTEX_ARRAY_TYPE_EXT : UInt = 0x807B
///|
pub const GL_VERTEX_ARRAY_STRIDE : UInt = 0x807C
///|
pub const GL_VERTEX_ARRAY_STRIDE_EXT : UInt = 0x807C
///|
pub const GL_VERTEX_ARRAY_COUNT_EXT : UInt = 0x807D
///|
pub const GL_NORMAL_ARRAY_TYPE : UInt = 0x807E
///|
pub const GL_NORMAL_ARRAY_TYPE_EXT : UInt = 0x807E
///|
pub const GL_NORMAL_ARRAY_STRIDE : UInt = 0x807F
///|
pub const GL_NORMAL_ARRAY_STRIDE_EXT : UInt = 0x807F
///|
pub const GL_NORMAL_ARRAY_COUNT_EXT : UInt = 0x8080
///|
pub const GL_COLOR_ARRAY_SIZE : UInt = 0x8081
///|
pub const GL_COLOR_ARRAY_SIZE_EXT : UInt = 0x8081
///|
pub const GL_COLOR_ARRAY_TYPE : UInt = 0x8082
///|
pub const GL_COLOR_ARRAY_TYPE_EXT : UInt = 0x8082
///|
pub const GL_COLOR_ARRAY_STRIDE : UInt = 0x8083
///|
pub const GL_COLOR_ARRAY_STRIDE_EXT : UInt = 0x8083
///|
pub const GL_COLOR_ARRAY_COUNT_EXT : UInt = 0x8084
///|
pub const GL_INDEX_ARRAY_TYPE : UInt = 0x8085
///|
pub const GL_INDEX_ARRAY_TYPE_EXT : UInt = 0x8085
///|
pub const GL_INDEX_ARRAY_STRIDE : UInt = 0x8086
///|
pub const GL_INDEX_ARRAY_STRIDE_EXT : UInt = 0x8086
///|
pub const GL_INDEX_ARRAY_COUNT_EXT : UInt = 0x8087
///|
pub const GL_TEXTURE_COORD_ARRAY_SIZE : UInt = 0x8088
///|
pub const GL_TEXTURE_COORD_ARRAY_SIZE_EXT : UInt = 0x8088
///|
pub const GL_TEXTURE_COORD_ARRAY_TYPE : UInt = 0x8089
///|
pub const GL_TEXTURE_COORD_ARRAY_TYPE_EXT : UInt = 0x8089
///|
pub const GL_TEXTURE_COORD_ARRAY_STRIDE : UInt = 0x808A
///|
pub const GL_TEXTURE_COORD_ARRAY_STRIDE_EXT : UInt = 0x808A
///|
pub const GL_TEXTURE_COORD_ARRAY_COUNT_EXT : UInt = 0x808B
///|
pub const GL_EDGE_FLAG_ARRAY_STRIDE : UInt = 0x808C
///|
pub const GL_EDGE_FLAG_ARRAY_STRIDE_EXT : UInt = 0x808C
///|
pub const GL_EDGE_FLAG_ARRAY_COUNT_EXT : UInt = 0x808D
///|
pub const GL_VERTEX_ARRAY_POINTER : UInt = 0x808E
///|
pub const GL_VERTEX_ARRAY_POINTER_EXT : UInt = 0x808E
///|
pub const GL_NORMAL_ARRAY_POINTER : UInt = 0x808F
///|
pub const GL_NORMAL_ARRAY_POINTER_EXT : UInt = 0x808F
///|
pub const GL_COLOR_ARRAY_POINTER : UInt = 0x8090
///|
pub const GL_COLOR_ARRAY_POINTER_EXT : UInt = 0x8090
///|
pub const GL_INDEX_ARRAY_POINTER : UInt = 0x8091
///|
pub const GL_INDEX_ARRAY_POINTER_EXT : UInt = 0x8091
///|
pub const GL_TEXTURE_COORD_ARRAY_POINTER : UInt = 0x8092
///|
pub const GL_TEXTURE_COORD_ARRAY_POINTER_EXT : UInt = 0x8092
///|
pub const GL_EDGE_FLAG_ARRAY_POINTER : UInt = 0x8093
///|
pub const GL_EDGE_FLAG_ARRAY_POINTER_EXT : UInt = 0x8093
///|
pub const GL_INTERLACE_SGIX : UInt = 0x8094
///|
pub const GL_DETAIL_TEXTURE_2D_SGIS : UInt = 0x8095
///|
pub const GL_DETAIL_TEXTURE_2D_BINDING_SGIS : UInt = 0x8096
///|
pub const GL_LINEAR_DETAIL_SGIS : UInt = 0x8097
///|
pub const GL_LINEAR_DETAIL_ALPHA_SGIS : UInt = 0x8098
///|
pub const GL_LINEAR_DETAIL_COLOR_SGIS : UInt = 0x8099
///|
pub const GL_DETAIL_TEXTURE_LEVEL_SGIS : UInt = 0x809A
///|
pub const GL_DETAIL_TEXTURE_MODE_SGIS : UInt = 0x809B
///|
pub const GL_DETAIL_TEXTURE_FUNC_POINTS_SGIS : UInt = 0x809C
///|
pub const GL_MULTISAMPLE : UInt = 0x809D
///|
pub const GL_MULTISAMPLE_ARB : UInt = 0x809D
///|
pub const GL_MULTISAMPLE_EXT : UInt = 0x809D
///|
pub const GL_MULTISAMPLE_SGIS : UInt = 0x809D
///|
pub const GL_SAMPLE_ALPHA_TO_COVERAGE : UInt = 0x809E
///|
pub const GL_SAMPLE_ALPHA_TO_COVERAGE_ARB : UInt = 0x809E
///|
pub const GL_SAMPLE_ALPHA_TO_MASK_EXT : UInt = 0x809E
///|
pub const GL_SAMPLE_ALPHA_TO_MASK_SGIS : UInt = 0x809E
///|
pub const GL_SAMPLE_ALPHA_TO_ONE : UInt = 0x809F
///|
pub const GL_SAMPLE_ALPHA_TO_ONE_ARB : UInt = 0x809F
///|
pub const GL_SAMPLE_ALPHA_TO_ONE_EXT : UInt = 0x809F
///|
pub const GL_SAMPLE_ALPHA_TO_ONE_SGIS : UInt = 0x809F
///|
pub const GL_SAMPLE_COVERAGE : UInt = 0x80A0
///|
pub const GL_SAMPLE_COVERAGE_ARB : UInt = 0x80A0
///|
pub const GL_SAMPLE_MASK_EXT : UInt = 0x80A0
///|
pub const GL_SAMPLE_MASK_SGIS : UInt = 0x80A0
///|
pub const GL_1PASS_EXT : UInt = 0x80A1
///|
pub const GL_1PASS_SGIS : UInt = 0x80A1
///|
pub const GL_2PASS_0_EXT : UInt = 0x80A2
///|
pub const GL_2PASS_0_SGIS : UInt = 0x80A2
///|
pub const GL_2PASS_1_EXT : UInt = 0x80A3
///|
pub const GL_2PASS_1_SGIS : UInt = 0x80A3
///|
pub const GL_4PASS_0_EXT : UInt = 0x80A4
///|
pub const GL_4PASS_0_SGIS : UInt = 0x80A4
///|
pub const GL_4PASS_1_EXT : UInt = 0x80A5
///|
pub const GL_4PASS_1_SGIS : UInt = 0x80A5
///|
pub const GL_4PASS_2_EXT : UInt = 0x80A6
///|
pub const GL_4PASS_2_SGIS : UInt = 0x80A6
///|
pub const GL_4PASS_3_EXT : UInt = 0x80A7
///|
pub const GL_4PASS_3_SGIS : UInt = 0x80A7
///|
pub const GL_SAMPLE_BUFFERS : UInt = 0x80A8
///|
pub const GL_SAMPLE_BUFFERS_ARB : UInt = 0x80A8
///|
pub const GL_SAMPLE_BUFFERS_EXT : UInt = 0x80A8
///|
pub const GL_SAMPLE_BUFFERS_SGIS : UInt = 0x80A8
///|
pub const GL_SAMPLES : UInt = 0x80A9
///|
pub const GL_SAMPLES_ARB : UInt = 0x80A9
///|
pub const GL_SAMPLES_EXT : UInt = 0x80A9
///|
pub const GL_SAMPLES_SGIS : UInt = 0x80A9
///|
pub const GL_SAMPLE_COVERAGE_VALUE : UInt = 0x80AA
///|
pub const GL_SAMPLE_COVERAGE_VALUE_ARB : UInt = 0x80AA
///|
pub const GL_SAMPLE_MASK_VALUE_EXT : UInt = 0x80AA
///|
pub const GL_SAMPLE_MASK_VALUE_SGIS : UInt = 0x80AA
///|
pub const GL_SAMPLE_COVERAGE_INVERT : UInt = 0x80AB
///|
pub const GL_SAMPLE_COVERAGE_INVERT_ARB : UInt = 0x80AB
///|
pub const GL_SAMPLE_MASK_INVERT_EXT : UInt = 0x80AB
///|
pub const GL_SAMPLE_MASK_INVERT_SGIS : UInt = 0x80AB
///|
pub const GL_SAMPLE_PATTERN_EXT : UInt = 0x80AC
///|
pub const GL_SAMPLE_PATTERN_SGIS : UInt = 0x80AC
///|
pub const GL_LINEAR_SHARPEN_SGIS : UInt = 0x80AD
///|
pub const GL_LINEAR_SHARPEN_ALPHA_SGIS : UInt = 0x80AE
///|
pub const GL_LINEAR_SHARPEN_COLOR_SGIS : UInt = 0x80AF
///|
pub const GL_SHARPEN_TEXTURE_FUNC_POINTS_SGIS : UInt = 0x80B0
///|
pub const GL_COLOR_MATRIX : UInt = 0x80B1
///|
pub const GL_COLOR_MATRIX_SGI : UInt = 0x80B1
///|
pub const GL_COLOR_MATRIX_STACK_DEPTH : UInt = 0x80B2
///|
pub const GL_COLOR_MATRIX_STACK_DEPTH_SGI : UInt = 0x80B2
///|
pub const GL_MAX_COLOR_MATRIX_STACK_DEPTH : UInt = 0x80B3
///|
pub const GL_MAX_COLOR_MATRIX_STACK_DEPTH_SGI : UInt = 0x80B3
///|
pub const GL_POST_COLOR_MATRIX_RED_SCALE : UInt = 0x80B4
///|
pub const GL_POST_COLOR_MATRIX_RED_SCALE_SGI : UInt = 0x80B4
///|
pub const GL_POST_COLOR_MATRIX_GREEN_SCALE : UInt = 0x80B5
///|
pub const GL_POST_COLOR_MATRIX_GREEN_SCALE_SGI : UInt = 0x80B5
///|
pub const GL_POST_COLOR_MATRIX_BLUE_SCALE : UInt = 0x80B6
///|
pub const GL_POST_COLOR_MATRIX_BLUE_SCALE_SGI : UInt = 0x80B6
///|
pub const GL_POST_COLOR_MATRIX_ALPHA_SCALE : UInt = 0x80B7
///|
pub const GL_POST_COLOR_MATRIX_ALPHA_SCALE_SGI : UInt = 0x80B7
///|
pub const GL_POST_COLOR_MATRIX_RED_BIAS : UInt = 0x80B8
///|
pub const GL_POST_COLOR_MATRIX_RED_BIAS_SGI : UInt = 0x80B8
///|
pub const GL_POST_COLOR_MATRIX_GREEN_BIAS : UInt = 0x80B9
///|
pub const GL_POST_COLOR_MATRIX_GREEN_BIAS_SGI : UInt = 0x80B9
///|
pub const GL_POST_COLOR_MATRIX_BLUE_BIAS : UInt = 0x80BA
///|
pub const GL_POST_COLOR_MATRIX_BLUE_BIAS_SGI : UInt = 0x80BA
///|
pub const GL_POST_COLOR_MATRIX_ALPHA_BIAS : UInt = 0x80BB
///|
pub const GL_POST_COLOR_MATRIX_ALPHA_BIAS_SGI : UInt = 0x80BB
///|
pub const GL_TEXTURE_COLOR_TABLE_SGI : UInt = 0x80BC
///|
pub const GL_PROXY_TEXTURE_COLOR_TABLE_SGI : UInt = 0x80BD
///|
pub const GL_TEXTURE_ENV_BIAS_SGIX : UInt = 0x80BE
///|
pub const GL_SHADOW_AMBIENT_SGIX : UInt = 0x80BF
///|
pub const GL_TEXTURE_COMPARE_FAIL_VALUE_ARB : UInt = 0x80BF
///|
pub const GL_BLEND_DST_RGB : UInt = 0x80C8
///|
pub const GL_BLEND_DST_RGB_EXT : UInt = 0x80C8
///|
pub const GL_BLEND_DST_RGB_OES : UInt = 0x80C8
///|
pub const GL_BLEND_SRC_RGB : UInt = 0x80C9
///|
pub const GL_BLEND_SRC_RGB_EXT : UInt = 0x80C9
///|
pub const GL_BLEND_SRC_RGB_OES : UInt = 0x80C9
///|
pub const GL_BLEND_DST_ALPHA : UInt = 0x80CA
///|
pub const GL_BLEND_DST_ALPHA_EXT : UInt = 0x80CA
///|
pub const GL_BLEND_DST_ALPHA_OES : UInt = 0x80CA
///|
pub const GL_BLEND_SRC_ALPHA : UInt = 0x80CB
///|
pub const GL_BLEND_SRC_ALPHA_EXT : UInt = 0x80CB
///|
pub const GL_BLEND_SRC_ALPHA_OES : UInt = 0x80CB
///|
pub const GL_422_EXT : UInt = 0x80CC
///|
pub const GL_422_REV_EXT : UInt = 0x80CD
///|
pub const GL_422_AVERAGE_EXT : UInt = 0x80CE
///|
pub const GL_422_REV_AVERAGE_EXT : UInt = 0x80CF
///|
pub const GL_COLOR_TABLE : UInt = 0x80D0
///|
pub const GL_COLOR_TABLE_SGI : UInt = 0x80D0
///|
pub const GL_POST_CONVOLUTION_COLOR_TABLE : UInt = 0x80D1
///|
pub const GL_POST_CONVOLUTION_COLOR_TABLE_SGI : UInt = 0x80D1
///|
pub const GL_POST_COLOR_MATRIX_COLOR_TABLE : UInt = 0x80D2
///|
pub const GL_POST_COLOR_MATRIX_COLOR_TABLE_SGI : UInt = 0x80D2
///|
pub const GL_PROXY_COLOR_TABLE : UInt = 0x80D3
///|
pub const GL_PROXY_COLOR_TABLE_SGI : UInt = 0x80D3
///|
pub const GL_PROXY_POST_CONVOLUTION_COLOR_TABLE : UInt = 0x80D4
///|
pub const GL_PROXY_POST_CONVOLUTION_COLOR_TABLE_SGI : UInt = 0x80D4
///|
pub const GL_PROXY_POST_COLOR_MATRIX_COLOR_TABLE : UInt = 0x80D5
///|
pub const GL_PROXY_POST_COLOR_MATRIX_COLOR_TABLE_SGI : UInt = 0x80D5
///|
pub const GL_COLOR_TABLE_SCALE : UInt = 0x80D6
///|
pub const GL_COLOR_TABLE_SCALE_SGI : UInt = 0x80D6
///|
pub const GL_COLOR_TABLE_BIAS : UInt = 0x80D7
///|
pub const GL_COLOR_TABLE_BIAS_SGI : UInt = 0x80D7
///|
pub const GL_COLOR_TABLE_FORMAT : UInt = 0x80D8
///|
pub const GL_COLOR_TABLE_FORMAT_SGI : UInt = 0x80D8
///|
pub const GL_COLOR_TABLE_WIDTH : UInt = 0x80D9
///|
pub const GL_COLOR_TABLE_WIDTH_SGI : UInt = 0x80D9
///|
pub const GL_COLOR_TABLE_RED_SIZE : UInt = 0x80DA
///|
pub const GL_COLOR_TABLE_RED_SIZE_SGI : UInt = 0x80DA
///|
pub const GL_COLOR_TABLE_GREEN_SIZE : UInt = 0x80DB
///|
pub const GL_COLOR_TABLE_GREEN_SIZE_SGI : UInt = 0x80DB
///|
pub const GL_COLOR_TABLE_BLUE_SIZE : UInt = 0x80DC
///|
pub const GL_COLOR_TABLE_BLUE_SIZE_SGI : UInt = 0x80DC
///|
pub const GL_COLOR_TABLE_ALPHA_SIZE : UInt = 0x80DD
///|
pub const GL_COLOR_TABLE_ALPHA_SIZE_SGI : UInt = 0x80DD
///|
pub const GL_COLOR_TABLE_LUMINANCE_SIZE : UInt = 0x80DE
///|
pub const GL_COLOR_TABLE_LUMINANCE_SIZE_SGI : UInt = 0x80DE
///|
pub const GL_COLOR_TABLE_INTENSITY_SIZE : UInt = 0x80DF
///|
pub const GL_COLOR_TABLE_INTENSITY_SIZE_SGI : UInt = 0x80DF
///|
pub const GL_BGR : UInt = 0x80E0
///|
pub const GL_BGR_EXT : UInt = 0x80E0
///|
pub const GL_BGRA : UInt = 0x80E1
///|
pub const GL_BGRA_EXT : UInt = 0x80E1
///|
pub const GL_BGRA_IMG : UInt = 0x80E1
///|
pub const GL_COLOR_INDEX1_EXT : UInt = 0x80E2
///|
pub const GL_COLOR_INDEX2_EXT : UInt = 0x80E3
///|
pub const GL_COLOR_INDEX4_EXT : UInt = 0x80E4
///|
pub const GL_COLOR_INDEX8_EXT : UInt = 0x80E5
///|
pub const GL_COLOR_INDEX12_EXT : UInt = 0x80E6
///|
pub const GL_COLOR_INDEX16_EXT : UInt = 0x80E7
///|
pub const GL_MAX_ELEMENTS_VERTICES : UInt = 0x80E8
///|
pub const GL_MAX_ELEMENTS_VERTICES_EXT : UInt = 0x80E8
///|
pub const GL_MAX_ELEMENTS_INDICES : UInt = 0x80E9
///|
pub const GL_MAX_ELEMENTS_INDICES_EXT : UInt = 0x80E9
///|
pub const GL_PHONG_WIN : UInt = 0x80EA
///|
pub const GL_PHONG_HINT_WIN : UInt = 0x80EB
///|
pub const GL_FOG_SPECULAR_TEXTURE_WIN : UInt = 0x80EC
///|
pub const GL_TEXTURE_INDEX_SIZE_EXT : UInt = 0x80ED
///|
pub const GL_PARAMETER_BUFFER : UInt = 0x80EE
///|
pub const GL_PARAMETER_BUFFER_ARB : UInt = 0x80EE
///|
pub const GL_PARAMETER_BUFFER_BINDING : UInt = 0x80EF
///|
pub const GL_PARAMETER_BUFFER_BINDING_ARB : UInt = 0x80EF
///|
pub const GL_CLIP_VOLUME_CLIPPING_HINT_EXT : UInt = 0x80F0
///|
pub const GL_DUAL_ALPHA4_SGIS : UInt = 0x8110
///|
pub const GL_DUAL_ALPHA8_SGIS : UInt = 0x8111
///|
pub const GL_DUAL_ALPHA12_SGIS : UInt = 0x8112
///|
pub const GL_DUAL_ALPHA16_SGIS : UInt = 0x8113
///|
pub const GL_DUAL_LUMINANCE4_SGIS : UInt = 0x8114
///|
pub const GL_DUAL_LUMINANCE8_SGIS : UInt = 0x8115
///|
pub const GL_DUAL_LUMINANCE12_SGIS : UInt = 0x8116
///|
pub const GL_DUAL_LUMINANCE16_SGIS : UInt = 0x8117
///|
pub const GL_DUAL_INTENSITY4_SGIS : UInt = 0x8118
///|
pub const GL_DUAL_INTENSITY8_SGIS : UInt = 0x8119
///|
pub const GL_DUAL_INTENSITY12_SGIS : UInt = 0x811A
///|
pub const GL_DUAL_INTENSITY16_SGIS : UInt = 0x811B
///|
pub const GL_DUAL_LUMINANCE_ALPHA4_SGIS : UInt = 0x811C
///|
pub const GL_DUAL_LUMINANCE_ALPHA8_SGIS : UInt = 0x811D
///|
pub const GL_QUAD_ALPHA4_SGIS : UInt = 0x811E
///|
pub const GL_QUAD_ALPHA8_SGIS : UInt = 0x811F
///|
pub const GL_QUAD_LUMINANCE4_SGIS : UInt = 0x8120
///|
pub const GL_QUAD_LUMINANCE8_SGIS : UInt = 0x8121
///|
pub const GL_QUAD_INTENSITY4_SGIS : UInt = 0x8122
///|
pub const GL_QUAD_INTENSITY8_SGIS : UInt = 0x8123
///|
pub const GL_DUAL_TEXTURE_SELECT_SGIS : UInt = 0x8124
///|
pub const GL_QUAD_TEXTURE_SELECT_SGIS : UInt = 0x8125
///|
pub const GL_POINT_SIZE_MIN : UInt = 0x8126
///|
pub const GL_POINT_SIZE_MIN_ARB : UInt = 0x8126
///|
pub const GL_POINT_SIZE_MIN_EXT : UInt = 0x8126
///|
pub const GL_POINT_SIZE_MIN_SGIS : UInt = 0x8126
///|
pub const GL_POINT_SIZE_MAX : UInt = 0x8127
///|
pub const GL_POINT_SIZE_MAX_ARB : UInt = 0x8127
///|
pub const GL_POINT_SIZE_MAX_EXT : UInt = 0x8127
///|
pub const GL_POINT_SIZE_MAX_SGIS : UInt = 0x8127
///|
pub const GL_POINT_FADE_THRESHOLD_SIZE : UInt = 0x8128
///|
pub const GL_POINT_FADE_THRESHOLD_SIZE_ARB : UInt = 0x8128
///|
pub const GL_POINT_FADE_THRESHOLD_SIZE_EXT : UInt = 0x8128
///|
pub const GL_POINT_FADE_THRESHOLD_SIZE_SGIS : UInt = 0x8128
///|
pub const GL_DISTANCE_ATTENUATION_EXT : UInt = 0x8129
///|
pub const GL_DISTANCE_ATTENUATION_SGIS : UInt = 0x8129
///|
pub const GL_POINT_DISTANCE_ATTENUATION : UInt = 0x8129
///|
pub const GL_POINT_DISTANCE_ATTENUATION_ARB : UInt = 0x8129
///|
pub const GL_FOG_FUNC_SGIS : UInt = 0x812A
///|
pub const GL_FOG_FUNC_POINTS_SGIS : UInt = 0x812B
///|
pub const GL_MAX_FOG_FUNC_POINTS_SGIS : UInt = 0x812C
///|
pub const GL_CLAMP_TO_BORDER : UInt = 0x812D
///|
pub const GL_CLAMP_TO_BORDER_ARB : UInt = 0x812D
///|
pub const GL_CLAMP_TO_BORDER_EXT : UInt = 0x812D
///|
pub const GL_CLAMP_TO_BORDER_NV : UInt = 0x812D
///|
pub const GL_CLAMP_TO_BORDER_SGIS : UInt = 0x812D
///|
pub const GL_CLAMP_TO_BORDER_OES : UInt = 0x812D
///|
pub const GL_TEXTURE_MULTI_BUFFER_HINT_SGIX : UInt = 0x812E
///|
pub const GL_CLAMP_TO_EDGE : UInt = 0x812F
///|
pub const GL_CLAMP_TO_EDGE_SGIS : UInt = 0x812F
///|
pub const GL_PACK_SKIP_VOLUMES_SGIS : UInt = 0x8130
///|
pub const GL_PACK_IMAGE_DEPTH_SGIS : UInt = 0x8131
///|
pub const GL_UNPACK_SKIP_VOLUMES_SGIS : UInt = 0x8132
///|
pub const GL_UNPACK_IMAGE_DEPTH_SGIS : UInt = 0x8133
///|
pub const GL_TEXTURE_4D_SGIS : UInt = 0x8134
///|
pub const GL_PROXY_TEXTURE_4D_SGIS : UInt = 0x8135
///|
pub const GL_TEXTURE_4DSIZE_SGIS : UInt = 0x8136
///|
pub const GL_TEXTURE_WRAP_Q_SGIS : UInt = 0x8137
///|
pub const GL_MAX_4D_TEXTURE_SIZE_SGIS : UInt = 0x8138
///|
pub const GL_PIXEL_TEX_GEN_SGIX : UInt = 0x8139
///|
pub const GL_TEXTURE_MIN_LOD : UInt = 0x813A
///|
pub const GL_TEXTURE_MIN_LOD_SGIS : UInt = 0x813A
///|
pub const GL_TEXTURE_MAX_LOD : UInt = 0x813B
///|
pub const GL_TEXTURE_MAX_LOD_SGIS : UInt = 0x813B
///|
pub const GL_TEXTURE_BASE_LEVEL : UInt = 0x813C
///|
pub const GL_TEXTURE_BASE_LEVEL_SGIS : UInt = 0x813C
///|
pub const GL_TEXTURE_MAX_LEVEL : UInt = 0x813D
///|
pub const GL_TEXTURE_MAX_LEVEL_APPLE : UInt = 0x813D
///|
pub const GL_TEXTURE_MAX_LEVEL_SGIS : UInt = 0x813D
///|
pub const GL_PIXEL_TILE_BEST_ALIGNMENT_SGIX : UInt = 0x813E
///|
pub const GL_PIXEL_TILE_CACHE_INCREMENT_SGIX : UInt = 0x813F
///|
pub const GL_PIXEL_TILE_WIDTH_SGIX : UInt = 0x8140
///|
pub const GL_PIXEL_TILE_HEIGHT_SGIX : UInt = 0x8141
///|
pub const GL_PIXEL_TILE_GRID_WIDTH_SGIX : UInt = 0x8142
///|
pub const GL_PIXEL_TILE_GRID_HEIGHT_SGIX : UInt = 0x8143
///|
pub const GL_PIXEL_TILE_GRID_DEPTH_SGIX : UInt = 0x8144
///|
pub const GL_PIXEL_TILE_CACHE_SIZE_SGIX : UInt = 0x8145
///|
pub const GL_FILTER4_SGIS : UInt = 0x8146
///|
pub const GL_TEXTURE_FILTER4_SIZE_SGIS : UInt = 0x8147
///|
pub const GL_SPRITE_SGIX : UInt = 0x8148
///|
pub const GL_SPRITE_MODE_SGIX : UInt = 0x8149
///|
pub const GL_SPRITE_AXIS_SGIX : UInt = 0x814A
///|
pub const GL_SPRITE_TRANSLATION_SGIX : UInt = 0x814B
///|
pub const GL_SPRITE_AXIAL_SGIX : UInt = 0x814C
///|
pub const GL_SPRITE_OBJECT_ALIGNED_SGIX : UInt = 0x814D
///|
pub const GL_SPRITE_EYE_ALIGNED_SGIX : UInt = 0x814E
///|
pub const GL_TEXTURE_4D_BINDING_SGIS : UInt = 0x814F
///|
pub const GL_IGNORE_BORDER_HP : UInt = 0x8150
///|
pub const GL_CONSTANT_BORDER : UInt = 0x8151
///|
pub const GL_CONSTANT_BORDER_HP : UInt = 0x8151
///|
pub const GL_REPLICATE_BORDER : UInt = 0x8153
///|
pub const GL_REPLICATE_BORDER_HP : UInt = 0x8153
///|
pub const GL_CONVOLUTION_BORDER_COLOR : UInt = 0x8154
///|
pub const GL_CONVOLUTION_BORDER_COLOR_HP : UInt = 0x8154
///|
pub const GL_IMAGE_SCALE_X_HP : UInt = 0x8155
///|
pub const GL_IMAGE_SCALE_Y_HP : UInt = 0x8156
///|
pub const GL_IMAGE_TRANSLATE_X_HP : UInt = 0x8157
///|
pub const GL_IMAGE_TRANSLATE_Y_HP : UInt = 0x8158
///|
pub const GL_IMAGE_ROTATE_ANGLE_HP : UInt = 0x8159
///|
pub const GL_IMAGE_ROTATE_ORIGIN_X_HP : UInt = 0x815A
///|
pub const GL_IMAGE_ROTATE_ORIGIN_Y_HP : UInt = 0x815B
///|
pub const GL_IMAGE_MAG_FILTER_HP : UInt = 0x815C
///|
pub const GL_IMAGE_MIN_FILTER_HP : UInt = 0x815D
///|
pub const GL_IMAGE_CUBIC_WEIGHT_HP : UInt = 0x815E
///|
pub const GL_CUBIC_HP : UInt = 0x815F
///|
pub const GL_AVERAGE_HP : UInt = 0x8160
///|
pub const GL_IMAGE_TRANSFORM_2D_HP : UInt = 0x8161
///|
pub const GL_POST_IMAGE_TRANSFORM_COLOR_TABLE_HP : UInt = 0x8162
///|
pub const GL_PROXY_POST_IMAGE_TRANSFORM_COLOR_TABLE_HP : UInt = 0x8163
///|
pub const GL_OCCLUSION_TEST_HP : UInt = 0x8165
///|
pub const GL_OCCLUSION_TEST_RESULT_HP : UInt = 0x8166
///|
pub const GL_TEXTURE_LIGHTING_MODE_HP : UInt = 0x8167
///|
pub const GL_TEXTURE_POST_SPECULAR_HP : UInt = 0x8168
///|
pub const GL_TEXTURE_PRE_SPECULAR_HP : UInt = 0x8169
///|
pub const GL_LINEAR_CLIPMAP_LINEAR_SGIX : UInt = 0x8170
///|
pub const GL_TEXTURE_CLIPMAP_CENTER_SGIX : UInt = 0x8171
///|
pub const GL_TEXTURE_CLIPMAP_FRAME_SGIX : UInt = 0x8172
///|
pub const GL_TEXTURE_CLIPMAP_OFFSET_SGIX : UInt = 0x8173
///|
pub const GL_TEXTURE_CLIPMAP_VIRTUAL_DEPTH_SGIX : UInt = 0x8174
///|
pub const GL_TEXTURE_CLIPMAP_LOD_OFFSET_SGIX : UInt = 0x8175
///|
pub const GL_TEXTURE_CLIPMAP_DEPTH_SGIX : UInt = 0x8176
///|
pub const GL_MAX_CLIPMAP_DEPTH_SGIX : UInt = 0x8177
///|
pub const GL_MAX_CLIPMAP_VIRTUAL_DEPTH_SGIX : UInt = 0x8178
///|
pub const GL_POST_TEXTURE_FILTER_BIAS_SGIX : UInt = 0x8179
///|
pub const GL_POST_TEXTURE_FILTER_SCALE_SGIX : UInt = 0x817A
///|
pub const GL_POST_TEXTURE_FILTER_BIAS_RANGE_SGIX : UInt = 0x817B
///|
pub const GL_POST_TEXTURE_FILTER_SCALE_RANGE_SGIX : UInt = 0x817C
///|
pub const GL_REFERENCE_PLANE_SGIX : UInt = 0x817D
///|
pub const GL_REFERENCE_PLANE_EQUATION_SGIX : UInt = 0x817E
///|
pub const GL_IR_INSTRUMENT1_SGIX : UInt = 0x817F
///|
pub const GL_INSTRUMENT_BUFFER_POINTER_SGIX : UInt = 0x8180
///|
pub const GL_INSTRUMENT_MEASUREMENTS_SGIX : UInt = 0x8181
///|
pub const GL_LIST_PRIORITY_SGIX : UInt = 0x8182
///|
pub const GL_CALLIGRAPHIC_FRAGMENT_SGIX : UInt = 0x8183
///|
pub const GL_PIXEL_TEX_GEN_Q_CEILING_SGIX : UInt = 0x8184
///|
pub const GL_PIXEL_TEX_GEN_Q_ROUND_SGIX : UInt = 0x8185
///|
pub const GL_PIXEL_TEX_GEN_Q_FLOOR_SGIX : UInt = 0x8186
///|
pub const GL_PIXEL_TEX_GEN_ALPHA_LS_SGIX : UInt = 0x8189
///|
pub const GL_PIXEL_TEX_GEN_ALPHA_MS_SGIX : UInt = 0x818A
///|
pub const GL_FRAMEZOOM_SGIX : UInt = 0x818B
///|
pub const GL_FRAMEZOOM_FACTOR_SGIX : UInt = 0x818C
///|
pub const GL_MAX_FRAMEZOOM_FACTOR_SGIX : UInt = 0x818D
///|
pub const GL_TEXTURE_LOD_BIAS_S_SGIX : UInt = 0x818E
///|
pub const GL_TEXTURE_LOD_BIAS_T_SGIX : UInt = 0x818F
///|
pub const GL_TEXTURE_LOD_BIAS_R_SGIX : UInt = 0x8190
///|
pub const GL_GENERATE_MIPMAP : UInt = 0x8191
///|
pub const GL_GENERATE_MIPMAP_SGIS : UInt = 0x8191
///|
pub const GL_GENERATE_MIPMAP_HINT : UInt = 0x8192
///|
pub const GL_GENERATE_MIPMAP_HINT_SGIS : UInt = 0x8192
///|
pub const GL_GEOMETRY_DEFORMATION_SGIX : UInt = 0x8194
///|
pub const GL_TEXTURE_DEFORMATION_SGIX : UInt = 0x8195
///|
pub const GL_DEFORMATIONS_MASK_SGIX : UInt = 0x8196
///|
pub const GL_MAX_DEFORMATION_ORDER_SGIX : UInt = 0x8197
///|
pub const GL_FOG_OFFSET_SGIX : UInt = 0x8198
///|
pub const GL_FOG_OFFSET_VALUE_SGIX : UInt = 0x8199
///|
pub const GL_TEXTURE_COMPARE_SGIX : UInt = 0x819A
///|
pub const GL_TEXTURE_COMPARE_OPERATOR_SGIX : UInt = 0x819B
///|
pub const GL_TEXTURE_LEQUAL_R_SGIX : UInt = 0x819C
///|
pub const GL_TEXTURE_GEQUAL_R_SGIX : UInt = 0x819D
///|
pub const GL_DEPTH_COMPONENT16 : UInt = 0x81A5
///|
pub const GL_DEPTH_COMPONENT16_ARB : UInt = 0x81A5
///|
pub const GL_DEPTH_COMPONENT16_OES : UInt = 0x81A5
///|
pub const GL_DEPTH_COMPONENT16_SGIX : UInt = 0x81A5
///|
pub const GL_DEPTH_COMPONENT24 : UInt = 0x81A6
///|
pub const GL_DEPTH_COMPONENT24_ARB : UInt = 0x81A6
///|
pub const GL_DEPTH_COMPONENT24_OES : UInt = 0x81A6
///|
pub const GL_DEPTH_COMPONENT24_SGIX : UInt = 0x81A6
///|
pub const GL_DEPTH_COMPONENT32 : UInt = 0x81A7
///|
pub const GL_DEPTH_COMPONENT32_ARB : UInt = 0x81A7
///|
pub const GL_DEPTH_COMPONENT32_OES : UInt = 0x81A7
///|
pub const GL_DEPTH_COMPONENT32_SGIX : UInt = 0x81A7
///|
pub const GL_ARRAY_ELEMENT_LOCK_FIRST_EXT : UInt = 0x81A8
///|
pub const GL_ARRAY_ELEMENT_LOCK_COUNT_EXT : UInt = 0x81A9
///|
pub const GL_CULL_VERTEX_EXT : UInt = 0x81AA
///|
pub const GL_CULL_VERTEX_EYE_POSITION_EXT : UInt = 0x81AB
///|
pub const GL_CULL_VERTEX_OBJECT_POSITION_EXT : UInt = 0x81AC
///|
pub const GL_IUI_V2F_EXT : UInt = 0x81AD
///|
pub const GL_IUI_V3F_EXT : UInt = 0x81AE
///|
pub const GL_IUI_N3F_V2F_EXT : UInt = 0x81AF
///|
pub const GL_IUI_N3F_V3F_EXT : UInt = 0x81B0
///|
pub const GL_T2F_IUI_V2F_EXT : UInt = 0x81B1
///|
pub const GL_T2F_IUI_V3F_EXT : UInt = 0x81B2
///|
pub const GL_T2F_IUI_N3F_V2F_EXT : UInt = 0x81B3
///|
pub const GL_T2F_IUI_N3F_V3F_EXT : UInt = 0x81B4
///|
pub const GL_INDEX_TEST_EXT : UInt = 0x81B5
///|
pub const GL_INDEX_TEST_FUNC_EXT : UInt = 0x81B6
///|
pub const GL_INDEX_TEST_REF_EXT : UInt = 0x81B7
///|
pub const GL_INDEX_MATERIAL_EXT : UInt = 0x81B8
///|
pub const GL_INDEX_MATERIAL_PARAMETER_EXT : UInt = 0x81B9
///|
pub const GL_INDEX_MATERIAL_FACE_EXT : UInt = 0x81BA
///|
pub const GL_YCRCB_422_SGIX : UInt = 0x81BB
///|
pub const GL_YCRCB_444_SGIX : UInt = 0x81BC
///|
pub const GL_WRAP_BORDER_SUN : UInt = 0x81D4
///|
pub const GL_UNPACK_CONSTANT_DATA_SUNX : UInt = 0x81D5
///|
pub const GL_TEXTURE_CONSTANT_DATA_SUNX : UInt = 0x81D6
///|
pub const GL_TRIANGLE_LIST_SUN : UInt = 0x81D7
///|
pub const GL_REPLACEMENT_CODE_SUN : UInt = 0x81D8
///|
pub const GL_GLOBAL_ALPHA_SUN : UInt = 0x81D9
///|
pub const GL_GLOBAL_ALPHA_FACTOR_SUN : UInt = 0x81DA
///|
pub const GL_TEXTURE_COLOR_WRITEMASK_SGIS : UInt = 0x81EF
///|
pub const GL_EYE_DISTANCE_TO_POINT_SGIS : UInt = 0x81F0
///|
pub const GL_OBJECT_DISTANCE_TO_POINT_SGIS : UInt = 0x81F1
///|
pub const GL_EYE_DISTANCE_TO_LINE_SGIS : UInt = 0x81F2
///|
pub const GL_OBJECT_DISTANCE_TO_LINE_SGIS : UInt = 0x81F3
///|
pub const GL_EYE_POINT_SGIS : UInt = 0x81F4
///|
pub const GL_OBJECT_POINT_SGIS : UInt = 0x81F5
///|
pub const GL_EYE_LINE_SGIS : UInt = 0x81F6
///|
pub const GL_OBJECT_LINE_SGIS : UInt = 0x81F7
///|
pub const GL_LIGHT_MODEL_COLOR_CONTROL : UInt = 0x81F8
///|
pub const GL_LIGHT_MODEL_COLOR_CONTROL_EXT : UInt = 0x81F8
///|
pub const GL_SINGLE_COLOR : UInt = 0x81F9
///|
pub const GL_SINGLE_COLOR_EXT : UInt = 0x81F9
///|
pub const GL_SEPARATE_SPECULAR_COLOR : UInt = 0x81FA
///|
pub const GL_SEPARATE_SPECULAR_COLOR_EXT : UInt = 0x81FA
///|
pub const GL_SHARED_TEXTURE_PALETTE_EXT : UInt = 0x81FB
///|
pub const GL_TEXT_FRAGMENT_SHADER_ATI : UInt = 0x8200
///|
pub const GL_FRAMEBUFFER_ATTACHMENT_COLOR_ENCODING : UInt = 0x8210
///|
pub const GL_FRAMEBUFFER_ATTACHMENT_COLOR_ENCODING_EXT : UInt = 0x8210
///|
pub const GL_FRAMEBUFFER_ATTACHMENT_COMPONENT_TYPE : UInt = 0x8211
///|
pub const GL_FRAMEBUFFER_ATTACHMENT_COMPONENT_TYPE_EXT : UInt = 0x8211
///|
pub const GL_FRAMEBUFFER_ATTACHMENT_RED_SIZE : UInt = 0x8212
///|
pub const GL_FRAMEBUFFER_ATTACHMENT_GREEN_SIZE : UInt = 0x8213
///|
pub const GL_FRAMEBUFFER_ATTACHMENT_BLUE_SIZE : UInt = 0x8214
///|
pub const GL_FRAMEBUFFER_ATTACHMENT_ALPHA_SIZE : UInt = 0x8215
///|
pub const GL_FRAMEBUFFER_ATTACHMENT_DEPTH_SIZE : UInt = 0x8216
///|
pub const GL_FRAMEBUFFER_ATTACHMENT_STENCIL_SIZE : UInt = 0x8217
///|
pub const GL_FRAMEBUFFER_DEFAULT : UInt = 0x8218
///|
pub const GL_FRAMEBUFFER_UNDEFINED : UInt = 0x8219
///|
pub const GL_FRAMEBUFFER_UNDEFINED_OES : UInt = 0x8219
///|
pub const GL_DEPTH_STENCIL_ATTACHMENT : UInt = 0x821A
///|
pub const GL_MAJOR_VERSION : UInt = 0x821B
///|
pub const GL_MINOR_VERSION : UInt = 0x821C
///|
pub const GL_NUM_EXTENSIONS : UInt = 0x821D
///|
pub const GL_CONTEXT_FLAGS : UInt = 0x821E
///|
pub const GL_BUFFER_IMMUTABLE_STORAGE : UInt = 0x821F
///|
pub const GL_BUFFER_IMMUTABLE_STORAGE_EXT : UInt = 0x821F
///|
pub const GL_BUFFER_STORAGE_FLAGS : UInt = 0x8220
///|
pub const GL_BUFFER_STORAGE_FLAGS_EXT : UInt = 0x8220
///|
pub const GL_PRIMITIVE_RESTART_FOR_PATCHES_SUPPORTED : UInt = 0x8221
///|
pub const GL_PRIMITIVE_RESTART_FOR_PATCHES_SUPPORTED_OES : UInt = 0x8221
///|
pub const GL_INDEX : UInt = 0x8222
///|
pub const GL_COMPRESSED_RED : UInt = 0x8225
///|
pub const GL_COMPRESSED_RG : UInt = 0x8226
///|
pub const GL_RG : UInt = 0x8227
///|
pub const GL_RG_EXT : UInt = 0x8227
///|
pub const GL_RG_INTEGER : UInt = 0x8228
///|
pub const GL_R8 : UInt = 0x8229
///|
pub const GL_R8_EXT : UInt = 0x8229
///|
pub const GL_R16 : UInt = 0x822A
///|
pub const GL_R16_EXT : UInt = 0x822A
///|
pub const GL_RG8 : UInt = 0x822B
///|
pub const GL_RG8_EXT : UInt = 0x822B
///|
pub const GL_RG16 : UInt = 0x822C
///|
pub const GL_RG16_EXT : UInt = 0x822C
///|
pub const GL_R16F : UInt = 0x822D
///|
pub const GL_R16F_EXT : UInt = 0x822D
///|
pub const GL_R32F : UInt = 0x822E
///|
pub const GL_R32F_EXT : UInt = 0x822E
///|
pub const GL_RG16F : UInt = 0x822F
///|
pub const GL_RG16F_EXT : UInt = 0x822F
///|
pub const GL_RG32F : UInt = 0x8230
///|
pub const GL_RG32F_EXT : UInt = 0x8230
///|
pub const GL_R8I : UInt = 0x8231
///|
pub const GL_R8UI : UInt = 0x8232
///|
pub const GL_R16I : UInt = 0x8233
///|
pub const GL_R16UI : UInt = 0x8234
///|
pub const GL_R32I : UInt = 0x8235
///|
pub const GL_R32UI : UInt = 0x8236
///|
pub const GL_RG8I : UInt = 0x8237
///|
pub const GL_RG8UI : UInt = 0x8238
///|
pub const GL_RG16I : UInt = 0x8239
///|
pub const GL_RG16UI : UInt = 0x823A
///|
pub const GL_RG32I : UInt = 0x823B
///|
pub const GL_RG32UI : UInt = 0x823C
///|
pub const GL_SYNC_CL_EVENT_ARB : UInt = 0x8240
///|
pub const GL_SYNC_CL_EVENT_COMPLETE_ARB : UInt = 0x8241
///|
pub const GL_DEBUG_OUTPUT_SYNCHRONOUS : UInt = 0x8242
///|
pub const GL_DEBUG_OUTPUT_SYNCHRONOUS_ARB : UInt = 0x8242
///|
pub const GL_DEBUG_OUTPUT_SYNCHRONOUS_KHR : UInt = 0x8242
///|
pub const GL_DEBUG_NEXT_LOGGED_MESSAGE_LENGTH : UInt = 0x8243
///|
pub const GL_DEBUG_NEXT_LOGGED_MESSAGE_LENGTH_ARB : UInt = 0x8243
///|
pub const GL_DEBUG_NEXT_LOGGED_MESSAGE_LENGTH_KHR : UInt = 0x8243
///|
pub const GL_DEBUG_CALLBACK_FUNCTION : UInt = 0x8244
///|
pub const GL_DEBUG_CALLBACK_FUNCTION_ARB : UInt = 0x8244
///|
pub const GL_DEBUG_CALLBACK_FUNCTION_KHR : UInt = 0x8244
///|
pub const GL_DEBUG_CALLBACK_USER_PARAM : UInt = 0x8245
///|
pub const GL_DEBUG_CALLBACK_USER_PARAM_ARB : UInt = 0x8245
///|
pub const GL_DEBUG_CALLBACK_USER_PARAM_KHR : UInt = 0x8245
///|
pub const GL_DEBUG_SOURCE_API : UInt = 0x8246
///|
pub const GL_DEBUG_SOURCE_API_ARB : UInt = 0x8246
///|
pub const GL_DEBUG_SOURCE_API_KHR : UInt = 0x8246
///|
pub const GL_DEBUG_SOURCE_WINDOW_SYSTEM : UInt = 0x8247
///|
pub const GL_DEBUG_SOURCE_WINDOW_SYSTEM_ARB : UInt = 0x8247
///|
pub const GL_DEBUG_SOURCE_WINDOW_SYSTEM_KHR : UInt = 0x8247
///|
pub const GL_DEBUG_SOURCE_SHADER_COMPILER : UInt = 0x8248
///|
pub const GL_DEBUG_SOURCE_SHADER_COMPILER_ARB : UInt = 0x8248
///|
pub const GL_DEBUG_SOURCE_SHADER_COMPILER_KHR : UInt = 0x8248
///|
pub const GL_DEBUG_SOURCE_THIRD_PARTY : UInt = 0x8249
///|
pub const GL_DEBUG_SOURCE_THIRD_PARTY_ARB : UInt = 0x8249
///|
pub const GL_DEBUG_SOURCE_THIRD_PARTY_KHR : UInt = 0x8249
///|
pub const GL_DEBUG_SOURCE_APPLICATION : UInt = 0x824A
///|
pub const GL_DEBUG_SOURCE_APPLICATION_ARB : UInt = 0x824A
///|
pub const GL_DEBUG_SOURCE_APPLICATION_KHR : UInt = 0x824A
///|
pub const GL_DEBUG_SOURCE_OTHER : UInt = 0x824B
///|
pub const GL_DEBUG_SOURCE_OTHER_ARB : UInt = 0x824B
///|
pub const GL_DEBUG_SOURCE_OTHER_KHR : UInt = 0x824B
///|
pub const GL_DEBUG_TYPE_ERROR : UInt = 0x824C
///|
pub const GL_DEBUG_TYPE_ERROR_ARB : UInt = 0x824C
///|
pub const GL_DEBUG_TYPE_ERROR_KHR : UInt = 0x824C
///|
pub const GL_DEBUG_TYPE_DEPRECATED_BEHAVIOR : UInt = 0x824D
///|
pub const GL_DEBUG_TYPE_DEPRECATED_BEHAVIOR_ARB : UInt = 0x824D
///|
pub const GL_DEBUG_TYPE_DEPRECATED_BEHAVIOR_KHR : UInt = 0x824D
///|
pub const GL_DEBUG_TYPE_UNDEFINED_BEHAVIOR : UInt = 0x824E
///|
pub const GL_DEBUG_TYPE_UNDEFINED_BEHAVIOR_ARB : UInt = 0x824E
///|
pub const GL_DEBUG_TYPE_UNDEFINED_BEHAVIOR_KHR : UInt = 0x824E
///|
pub const GL_DEBUG_TYPE_PORTABILITY : UInt = 0x824F
///|
pub const GL_DEBUG_TYPE_PORTABILITY_ARB : UInt = 0x824F
///|
pub const GL_DEBUG_TYPE_PORTABILITY_KHR : UInt = 0x824F
///|
pub const GL_DEBUG_TYPE_PERFORMANCE : UInt = 0x8250
///|
pub const GL_DEBUG_TYPE_PERFORMANCE_ARB : UInt = 0x8250
///|
pub const GL_DEBUG_TYPE_PERFORMANCE_KHR : UInt = 0x8250
///|
pub const GL_DEBUG_TYPE_OTHER : UInt = 0x8251
///|
pub const GL_DEBUG_TYPE_OTHER_ARB : UInt = 0x8251
///|
pub const GL_DEBUG_TYPE_OTHER_KHR : UInt = 0x8251
///|
pub const GL_LOSE_CONTEXT_ON_RESET : UInt = 0x8252
///|
pub const GL_LOSE_CONTEXT_ON_RESET_ARB : UInt = 0x8252
///|
pub const GL_LOSE_CONTEXT_ON_RESET_EXT : UInt = 0x8252
///|
pub const GL_LOSE_CONTEXT_ON_RESET_KHR : UInt = 0x8252
///|
pub const GL_GUILTY_CONTEXT_RESET : UInt = 0x8253
///|
pub const GL_GUILTY_CONTEXT_RESET_ARB : UInt = 0x8253
///|
pub const GL_GUILTY_CONTEXT_RESET_EXT : UInt = 0x8253
///|
pub const GL_GUILTY_CONTEXT_RESET_KHR : UInt = 0x8253
///|
pub const GL_INNOCENT_CONTEXT_RESET : UInt = 0x8254
///|
pub const GL_INNOCENT_CONTEXT_RESET_ARB : UInt = 0x8254
///|
pub const GL_INNOCENT_CONTEXT_RESET_EXT : UInt = 0x8254
///|
pub const GL_INNOCENT_CONTEXT_RESET_KHR : UInt = 0x8254
///|
pub const GL_UNKNOWN_CONTEXT_RESET : UInt = 0x8255
///|
pub const GL_UNKNOWN_CONTEXT_RESET_ARB : UInt = 0x8255
///|
pub const GL_UNKNOWN_CONTEXT_RESET_EXT : UInt = 0x8255
///|
pub const GL_UNKNOWN_CONTEXT_RESET_KHR : UInt = 0x8255
///|
pub const GL_RESET_NOTIFICATION_STRATEGY : UInt = 0x8256
///|
pub const GL_RESET_NOTIFICATION_STRATEGY_ARB : UInt = 0x8256
///|
pub const GL_RESET_NOTIFICATION_STRATEGY_EXT : UInt = 0x8256
///|
pub const GL_RESET_NOTIFICATION_STRATEGY_KHR : UInt = 0x8256
///|
pub const GL_PROGRAM_BINARY_RETRIEVABLE_HINT : UInt = 0x8257
///|
pub const GL_PROGRAM_SEPARABLE : UInt = 0x8258
///|
pub const GL_PROGRAM_SEPARABLE_EXT : UInt = 0x8258
///|
pub const GL_ACTIVE_PROGRAM : UInt = 0x8259
///|
pub const GL_ACTIVE_PROGRAM_EXT : UInt = 0x8259
///|
pub const GL_PROGRAM_PIPELINE_BINDING : UInt = 0x825A
///|
pub const GL_PROGRAM_PIPELINE_BINDING_EXT : UInt = 0x825A
///|
pub const GL_MAX_VIEWPORTS : UInt = 0x825B
///|
pub const GL_MAX_VIEWPORTS_NV : UInt = 0x825B
///|
pub const GL_MAX_VIEWPORTS_OES : UInt = 0x825B
///|
pub const GL_VIEWPORT_SUBPIXEL_BITS : UInt = 0x825C
///|
pub const GL_VIEWPORT_SUBPIXEL_BITS_EXT : UInt = 0x825C
///|
pub const GL_VIEWPORT_SUBPIXEL_BITS_NV : UInt = 0x825C
///|
pub const GL_VIEWPORT_SUBPIXEL_BITS_OES : UInt = 0x825C
///|
pub const GL_VIEWPORT_BOUNDS_RANGE : UInt = 0x825D
///|
pub const GL_VIEWPORT_BOUNDS_RANGE_EXT : UInt = 0x825D
///|
pub const GL_VIEWPORT_BOUNDS_RANGE_NV : UInt = 0x825D
///|
pub const GL_VIEWPORT_BOUNDS_RANGE_OES : UInt = 0x825D
///|
pub const GL_LAYER_PROVOKING_VERTEX : UInt = 0x825E
///|
pub const GL_LAYER_PROVOKING_VERTEX_EXT : UInt = 0x825E
///|
pub const GL_LAYER_PROVOKING_VERTEX_OES : UInt = 0x825E
///|
pub const GL_VIEWPORT_INDEX_PROVOKING_VERTEX : UInt = 0x825F
///|
pub const GL_VIEWPORT_INDEX_PROVOKING_VERTEX_EXT : UInt = 0x825F
///|
pub const GL_VIEWPORT_INDEX_PROVOKING_VERTEX_NV : UInt = 0x825F
///|
pub const GL_VIEWPORT_INDEX_PROVOKING_VERTEX_OES : UInt = 0x825F
///|
pub const GL_UNDEFINED_VERTEX : UInt = 0x8260
///|
pub const GL_UNDEFINED_VERTEX_EXT : UInt = 0x8260
///|
pub const GL_UNDEFINED_VERTEX_OES : UInt = 0x8260
///|
pub const GL_NO_RESET_NOTIFICATION : UInt = 0x8261
///|
pub const GL_NO_RESET_NOTIFICATION_ARB : UInt = 0x8261
///|
pub const GL_NO_RESET_NOTIFICATION_EXT : UInt = 0x8261
///|
pub const GL_NO_RESET_NOTIFICATION_KHR : UInt = 0x8261
///|
pub const GL_MAX_COMPUTE_SHARED_MEMORY_SIZE : UInt = 0x8262
///|
pub const GL_MAX_COMPUTE_UNIFORM_COMPONENTS : UInt = 0x8263
///|
pub const GL_MAX_COMPUTE_ATOMIC_COUNTER_BUFFERS : UInt = 0x8264
///|
pub const GL_MAX_COMPUTE_ATOMIC_COUNTERS : UInt = 0x8265
///|
pub const GL_MAX_COMBINED_COMPUTE_UNIFORM_COMPONENTS : UInt = 0x8266
///|
pub const GL_COMPUTE_WORK_GROUP_SIZE : UInt = 0x8267
///|
pub const GL_DEBUG_TYPE_MARKER : UInt = 0x8268
///|
pub const GL_DEBUG_TYPE_MARKER_KHR : UInt = 0x8268
///|
pub const GL_DEBUG_TYPE_PUSH_GROUP : UInt = 0x8269
///|
pub const GL_DEBUG_TYPE_PUSH_GROUP_KHR : UInt = 0x8269
///|
pub const GL_DEBUG_TYPE_POP_GROUP : UInt = 0x826A
///|
pub const GL_DEBUG_TYPE_POP_GROUP_KHR : UInt = 0x826A
///|
pub const GL_DEBUG_SEVERITY_NOTIFICATION : UInt = 0x826B
///|
pub const GL_DEBUG_SEVERITY_NOTIFICATION_KHR : UInt = 0x826B
///|
pub const GL_MAX_DEBUG_GROUP_STACK_DEPTH : UInt = 0x826C
///|
pub const GL_MAX_DEBUG_GROUP_STACK_DEPTH_KHR : UInt = 0x826C
///|
pub const GL_DEBUG_GROUP_STACK_DEPTH : UInt = 0x826D
///|
pub const GL_DEBUG_GROUP_STACK_DEPTH_KHR : UInt = 0x826D
///|
pub const GL_MAX_UNIFORM_LOCATIONS : UInt = 0x826E
///|
pub const GL_INTERNALFORMAT_SUPPORTED : UInt = 0x826F
///|
pub const GL_INTERNALFORMAT_PREFERRED : UInt = 0x8270
///|
pub const GL_INTERNALFORMAT_RED_SIZE : UInt = 0x8271
///|
pub const GL_INTERNALFORMAT_GREEN_SIZE : UInt = 0x8272
///|
pub const GL_INTERNALFORMAT_BLUE_SIZE : UInt = 0x8273
///|
pub const GL_INTERNALFORMAT_ALPHA_SIZE : UInt = 0x8274
///|
pub const GL_INTERNALFORMAT_DEPTH_SIZE : UInt = 0x8275
///|
pub const GL_INTERNALFORMAT_STENCIL_SIZE : UInt = 0x8276
///|
pub const GL_INTERNALFORMAT_SHARED_SIZE : UInt = 0x8277
///|
pub const GL_INTERNALFORMAT_RED_TYPE : UInt = 0x8278
///|
pub const GL_INTERNALFORMAT_GREEN_TYPE : UInt = 0x8279
///|
pub const GL_INTERNALFORMAT_BLUE_TYPE : UInt = 0x827A
///|
pub const GL_INTERNALFORMAT_ALPHA_TYPE : UInt = 0x827B
///|
pub const GL_INTERNALFORMAT_DEPTH_TYPE : UInt = 0x827C
///|
pub const GL_INTERNALFORMAT_STENCIL_TYPE : UInt = 0x827D
///|
pub const GL_MAX_WIDTH : UInt = 0x827E
///|
pub const GL_MAX_HEIGHT : UInt = 0x827F
///|
pub const GL_MAX_DEPTH : UInt = 0x8280
///|
pub const GL_MAX_LAYERS : UInt = 0x8281
///|
pub const GL_MAX_COMBINED_DIMENSIONS : UInt = 0x8282
///|
pub const GL_COLOR_COMPONENTS : UInt = 0x8283
///|
pub const GL_DEPTH_COMPONENTS : UInt = 0x8284
///|
pub const GL_STENCIL_COMPONENTS : UInt = 0x8285
///|
pub const GL_COLOR_RENDERABLE : UInt = 0x8286
///|
pub const GL_DEPTH_RENDERABLE : UInt = 0x8287
///|
pub const GL_STENCIL_RENDERABLE : UInt = 0x8288
///|
pub const GL_FRAMEBUFFER_RENDERABLE : UInt = 0x8289
///|
pub const GL_FRAMEBUFFER_RENDERABLE_LAYERED : UInt = 0x828A
///|
pub const GL_FRAMEBUFFER_BLEND : UInt = 0x828B
///|
pub const GL_READ_PIXELS : UInt = 0x828C
///|
pub const GL_READ_PIXELS_FORMAT : UInt = 0x828D
///|
pub const GL_READ_PIXELS_TYPE : UInt = 0x828E
///|
pub const GL_TEXTURE_IMAGE_FORMAT : UInt = 0x828F
///|
pub const GL_TEXTURE_IMAGE_TYPE : UInt = 0x8290
///|
pub const GL_GET_TEXTURE_IMAGE_FORMAT : UInt = 0x8291
///|
pub const GL_GET_TEXTURE_IMAGE_TYPE : UInt = 0x8292
///|
pub const GL_MIPMAP : UInt = 0x8293
///|
pub const GL_MANUAL_GENERATE_MIPMAP : UInt = 0x8294
///|
pub const GL_AUTO_GENERATE_MIPMAP : UInt = 0x8295
///|
pub const GL_COLOR_ENCODING : UInt = 0x8296
///|
pub const GL_SRGB_READ : UInt = 0x8297
///|
pub const GL_SRGB_WRITE : UInt = 0x8298
///|
pub const GL_SRGB_DECODE_ARB : UInt = 0x8299
///|
pub const GL_FILTER : UInt = 0x829A
///|
pub const GL_VERTEX_TEXTURE : UInt = 0x829B
///|
pub const GL_TESS_CONTROL_TEXTURE : UInt = 0x829C
///|
pub const GL_TESS_EVALUATION_TEXTURE : UInt = 0x829D
///|
pub const GL_GEOMETRY_TEXTURE : UInt = 0x829E
///|
pub const GL_FRAGMENT_TEXTURE : UInt = 0x829F
///|
pub const GL_COMPUTE_TEXTURE : UInt = 0x82A0
///|
pub const GL_TEXTURE_SHADOW : UInt = 0x82A1
///|
pub const GL_TEXTURE_GATHER : UInt = 0x82A2
///|
pub const GL_TEXTURE_GATHER_SHADOW : UInt = 0x82A3
///|
pub const GL_SHADER_IMAGE_LOAD : UInt = 0x82A4
///|
pub const GL_SHADER_IMAGE_STORE : UInt = 0x82A5
///|
pub const GL_SHADER_IMAGE_ATOMIC : UInt = 0x82A6
///|
pub const GL_IMAGE_TEXEL_SIZE : UInt = 0x82A7
///|
pub const GL_IMAGE_COMPATIBILITY_CLASS : UInt = 0x82A8
///|
pub const GL_IMAGE_PIXEL_FORMAT : UInt = 0x82A9
///|
pub const GL_IMAGE_PIXEL_TYPE : UInt = 0x82AA
///|
pub const GL_SIMULTANEOUS_TEXTURE_AND_DEPTH_TEST : UInt = 0x82AC
///|
pub const GL_SIMULTANEOUS_TEXTURE_AND_STENCIL_TEST : UInt = 0x82AD
///|
pub const GL_SIMULTANEOUS_TEXTURE_AND_DEPTH_WRITE : UInt = 0x82AE
///|
pub const GL_SIMULTANEOUS_TEXTURE_AND_STENCIL_WRITE : UInt = 0x82AF
///|
pub const GL_TEXTURE_COMPRESSED_BLOCK_WIDTH : UInt = 0x82B1
///|
pub const GL_TEXTURE_COMPRESSED_BLOCK_HEIGHT : UInt = 0x82B2
///|
pub const GL_TEXTURE_COMPRESSED_BLOCK_SIZE : UInt = 0x82B3
///|
pub const GL_CLEAR_BUFFER : UInt = 0x82B4
///|
pub const GL_TEXTURE_VIEW : UInt = 0x82B5
///|
pub const GL_VIEW_COMPATIBILITY_CLASS : UInt = 0x82B6
///|
pub const GL_FULL_SUPPORT : UInt = 0x82B7
///|
pub const GL_CAVEAT_SUPPORT : UInt = 0x82B8
///|
pub const GL_IMAGE_CLASS_4_X_32 : UInt = 0x82B9
///|
pub const GL_IMAGE_CLASS_2_X_32 : UInt = 0x82BA
///|
pub const GL_IMAGE_CLASS_1_X_32 : UInt = 0x82BB
///|
pub const GL_IMAGE_CLASS_4_X_16 : UInt = 0x82BC
///|
pub const GL_IMAGE_CLASS_2_X_16 : UInt = 0x82BD
///|
pub const GL_IMAGE_CLASS_1_X_16 : UInt = 0x82BE
///|
pub const GL_IMAGE_CLASS_4_X_8 : UInt = 0x82BF
///|
pub const GL_IMAGE_CLASS_2_X_8 : UInt = 0x82C0
///|
pub const GL_IMAGE_CLASS_1_X_8 : UInt = 0x82C1
///|
pub const GL_IMAGE_CLASS_11_11_10 : UInt = 0x82C2
///|
pub const GL_IMAGE_CLASS_10_10_10_2 : UInt = 0x82C3
///|
pub const GL_VIEW_CLASS_128_BITS : UInt = 0x82C4
///|
pub const GL_VIEW_CLASS_96_BITS : UInt = 0x82C5
///|
pub const GL_VIEW_CLASS_64_BITS : UInt = 0x82C6
///|
pub const GL_VIEW_CLASS_48_BITS : UInt = 0x82C7
///|
pub const GL_VIEW_CLASS_32_BITS : UInt = 0x82C8
///|
pub const GL_VIEW_CLASS_24_BITS : UInt = 0x82C9
///|
pub const GL_VIEW_CLASS_16_BITS : UInt = 0x82CA
///|
pub const GL_VIEW_CLASS_8_BITS : UInt = 0x82CB
///|
pub const GL_VIEW_CLASS_S3TC_DXT1_RGB : UInt = 0x82CC
///|
pub const GL_VIEW_CLASS_S3TC_DXT1_RGBA : UInt = 0x82CD
///|
pub const GL_VIEW_CLASS_S3TC_DXT3_RGBA : UInt = 0x82CE
///|
pub const GL_VIEW_CLASS_S3TC_DXT5_RGBA : UInt = 0x82CF
///|
pub const GL_VIEW_CLASS_RGTC1_RED : UInt = 0x82D0
///|
pub const GL_VIEW_CLASS_RGTC2_RG : UInt = 0x82D1
///|
pub const GL_VIEW_CLASS_BPTC_UNORM : UInt = 0x82D2
///|
pub const GL_VIEW_CLASS_BPTC_FLOAT : UInt = 0x82D3
///|
pub const GL_VERTEX_ATTRIB_BINDING : UInt = 0x82D4
///|
pub const GL_VERTEX_ATTRIB_RELATIVE_OFFSET : UInt = 0x82D5
///|
pub const GL_VERTEX_BINDING_DIVISOR : UInt = 0x82D6
///|
pub const GL_VERTEX_BINDING_OFFSET : UInt = 0x82D7
///|
pub const GL_VERTEX_BINDING_STRIDE : UInt = 0x82D8
///|
pub const GL_MAX_VERTEX_ATTRIB_RELATIVE_OFFSET : UInt = 0x82D9
///|
pub const GL_MAX_VERTEX_ATTRIB_BINDINGS : UInt = 0x82DA
///|
pub const GL_TEXTURE_VIEW_MIN_LEVEL : UInt = 0x82DB
///|
pub const GL_TEXTURE_VIEW_MIN_LEVEL_EXT : UInt = 0x82DB
///|
pub const GL_TEXTURE_VIEW_MIN_LEVEL_OES : UInt = 0x82DB
///|
pub const GL_TEXTURE_VIEW_NUM_LEVELS : UInt = 0x82DC
///|
pub const GL_TEXTURE_VIEW_NUM_LEVELS_EXT : UInt = 0x82DC
///|
pub const GL_TEXTURE_VIEW_NUM_LEVELS_OES : UInt = 0x82DC
///|
pub const GL_TEXTURE_VIEW_MIN_LAYER : UInt = 0x82DD
///|
pub const GL_TEXTURE_VIEW_MIN_LAYER_EXT : UInt = 0x82DD
///|
pub const GL_TEXTURE_VIEW_MIN_LAYER_OES : UInt = 0x82DD
///|
pub const GL_TEXTURE_VIEW_NUM_LAYERS : UInt = 0x82DE
///|
pub const GL_TEXTURE_VIEW_NUM_LAYERS_EXT : UInt = 0x82DE
///|
pub const GL_TEXTURE_VIEW_NUM_LAYERS_OES : UInt = 0x82DE
///|
pub const GL_TEXTURE_IMMUTABLE_LEVELS : UInt = 0x82DF
///|
pub const GL_BUFFER : UInt = 0x82E0
///|
pub const GL_BUFFER_KHR : UInt = 0x82E0
///|
pub const GL_SHADER : UInt = 0x82E1
///|
pub const GL_SHADER_KHR : UInt = 0x82E1
///|
pub const GL_PROGRAM : UInt = 0x82E2
///|
pub const GL_PROGRAM_KHR : UInt = 0x82E2
///|
pub const GL_QUERY : UInt = 0x82E3
///|
pub const GL_QUERY_KHR : UInt = 0x82E3
///|
pub const GL_PROGRAM_PIPELINE : UInt = 0x82E4
///|
pub const GL_PROGRAM_PIPELINE_KHR : UInt = 0x82E4
///|
pub const GL_MAX_VERTEX_ATTRIB_STRIDE : UInt = 0x82E5
///|
pub const GL_SAMPLER : UInt = 0x82E6
///|
pub const GL_SAMPLER_KHR : UInt = 0x82E6
///|
pub const GL_DISPLAY_LIST : UInt = 0x82E7
///|
pub const GL_MAX_LABEL_LENGTH : UInt = 0x82E8
///|
pub const GL_MAX_LABEL_LENGTH_KHR : UInt = 0x82E8
///|
pub const GL_NUM_SHADING_LANGUAGE_VERSIONS : UInt = 0x82E9
///|
pub const GL_QUERY_TARGET : UInt = 0x82EA
///|
pub const GL_TRANSFORM_FEEDBACK_OVERFLOW : UInt = 0x82EC
///|
pub const GL_TRANSFORM_FEEDBACK_OVERFLOW_ARB : UInt = 0x82EC
///|
pub const GL_TRANSFORM_FEEDBACK_STREAM_OVERFLOW : UInt = 0x82ED
///|
pub const GL_TRANSFORM_FEEDBACK_STREAM_OVERFLOW_ARB : UInt = 0x82ED
///|
pub const GL_VERTICES_SUBMITTED : UInt = 0x82EE
///|
pub const GL_VERTICES_SUBMITTED_ARB : UInt = 0x82EE
///|
pub const GL_PRIMITIVES_SUBMITTED : UInt = 0x82EF
///|
pub const GL_PRIMITIVES_SUBMITTED_ARB : UInt = 0x82EF
///|
pub const GL_VERTEX_SHADER_INVOCATIONS : UInt = 0x82F0
///|
pub const GL_VERTEX_SHADER_INVOCATIONS_ARB : UInt = 0x82F0
///|
pub const GL_TESS_CONTROL_SHADER_PATCHES : UInt = 0x82F1
///|
pub const GL_TESS_CONTROL_SHADER_PATCHES_ARB : UInt = 0x82F1
///|
pub const GL_TESS_EVALUATION_SHADER_INVOCATIONS : UInt = 0x82F2
///|
pub const GL_TESS_EVALUATION_SHADER_INVOCATIONS_ARB : UInt = 0x82F2
///|
pub const GL_GEOMETRY_SHADER_PRIMITIVES_EMITTED : UInt = 0x82F3
///|
pub const GL_GEOMETRY_SHADER_PRIMITIVES_EMITTED_ARB : UInt = 0x82F3
///|
pub const GL_FRAGMENT_SHADER_INVOCATIONS : UInt = 0x82F4
///|
pub const GL_FRAGMENT_SHADER_INVOCATIONS_ARB : UInt = 0x82F4
///|
pub const GL_COMPUTE_SHADER_INVOCATIONS : UInt = 0x82F5
///|
pub const GL_COMPUTE_SHADER_INVOCATIONS_ARB : UInt = 0x82F5
///|
pub const GL_CLIPPING_INPUT_PRIMITIVES : UInt = 0x82F6
///|
pub const GL_CLIPPING_INPUT_PRIMITIVES_ARB : UInt = 0x82F6
///|
pub const GL_CLIPPING_OUTPUT_PRIMITIVES : UInt = 0x82F7
///|
pub const GL_CLIPPING_OUTPUT_PRIMITIVES_ARB : UInt = 0x82F7
///|
pub const GL_SPARSE_BUFFER_PAGE_SIZE_ARB : UInt = 0x82F8
///|
pub const GL_MAX_CULL_DISTANCES : UInt = 0x82F9
///|
pub const GL_MAX_CULL_DISTANCES_EXT : UInt = 0x82F9
///|
pub const GL_MAX_COMBINED_CLIP_AND_CULL_DISTANCES : UInt = 0x82FA
///|
pub const GL_MAX_COMBINED_CLIP_AND_CULL_DISTANCES_EXT : UInt = 0x82FA
///|
pub const GL_CONTEXT_RELEASE_BEHAVIOR : UInt = 0x82FB
///|
pub const GL_CONTEXT_RELEASE_BEHAVIOR_KHR : UInt = 0x82FB
///|
pub const GL_CONTEXT_RELEASE_BEHAVIOR_FLUSH : UInt = 0x82FC
///|
pub const GL_CONTEXT_RELEASE_BEHAVIOR_FLUSH_KHR : UInt = 0x82FC
///|
pub const GL_ROBUST_GPU_TIMEOUT_MS_KHR : UInt = 0x82FD
///|
pub const GL_DEPTH_PASS_INSTRUMENT_SGIX : UInt = 0x8310
///|
pub const GL_DEPTH_PASS_INSTRUMENT_COUNTERS_SGIX : UInt = 0x8311
///|
pub const GL_DEPTH_PASS_INSTRUMENT_MAX_SGIX : UInt = 0x8312
///|
pub const GL_FRAGMENTS_INSTRUMENT_SGIX : UInt = 0x8313
///|
pub const GL_FRAGMENTS_INSTRUMENT_COUNTERS_SGIX : UInt = 0x8314
///|
pub const GL_FRAGMENTS_INSTRUMENT_MAX_SGIX : UInt = 0x8315
///|
pub const GL_CONVOLUTION_HINT_SGIX : UInt = 0x8316
///|
pub const GL_YCRCB_SGIX : UInt = 0x8318
///|
pub const GL_YCRCBA_SGIX : UInt = 0x8319
///|
pub const GL_UNPACK_COMPRESSED_SIZE_SGIX : UInt = 0x831A
///|
pub const GL_PACK_MAX_COMPRESSED_SIZE_SGIX : UInt = 0x831B
///|
pub const GL_PACK_COMPRESSED_SIZE_SGIX : UInt = 0x831C
///|
pub const GL_SLIM8U_SGIX : UInt = 0x831D
///|
pub const GL_SLIM10U_SGIX : UInt = 0x831E
///|
pub const GL_SLIM12S_SGIX : UInt = 0x831F
///|
pub const GL_ALPHA_MIN_SGIX : UInt = 0x8320
///|
pub const GL_ALPHA_MAX_SGIX : UInt = 0x8321
///|
pub const GL_SCALEBIAS_HINT_SGIX : UInt = 0x8322
///|
pub const GL_ASYNC_MARKER_SGIX : UInt = 0x8329
///|
pub const GL_PIXEL_TEX_GEN_MODE_SGIX : UInt = 0x832B
///|
pub const GL_ASYNC_HISTOGRAM_SGIX : UInt = 0x832C
///|
pub const GL_MAX_ASYNC_HISTOGRAM_SGIX : UInt = 0x832D
///|
pub const GL_PIXEL_TRANSFORM_2D_EXT : UInt = 0x8330
///|
pub const GL_PIXEL_MAG_FILTER_EXT : UInt = 0x8331
///|
pub const GL_PIXEL_MIN_FILTER_EXT : UInt = 0x8332
///|
pub const GL_PIXEL_CUBIC_WEIGHT_EXT : UInt = 0x8333
///|
pub const GL_CUBIC_EXT : UInt = 0x8334
///|
pub const GL_AVERAGE_EXT : UInt = 0x8335
///|
pub const GL_PIXEL_TRANSFORM_2D_STACK_DEPTH_EXT : UInt = 0x8336
///|
pub const GL_MAX_PIXEL_TRANSFORM_2D_STACK_DEPTH_EXT : UInt = 0x8337
///|
pub const GL_PIXEL_TRANSFORM_2D_MATRIX_EXT : UInt = 0x8338
///|
pub const GL_FRAGMENT_MATERIAL_EXT : UInt = 0x8349
///|
pub const GL_FRAGMENT_NORMAL_EXT : UInt = 0x834A
///|
pub const GL_FRAGMENT_COLOR_EXT : UInt = 0x834C
///|
pub const GL_ATTENUATION_EXT : UInt = 0x834D
///|
pub const GL_SHADOW_ATTENUATION_EXT : UInt = 0x834E
///|
pub const GL_TEXTURE_APPLICATION_MODE_EXT : UInt = 0x834F
///|
pub const GL_TEXTURE_LIGHT_EXT : UInt = 0x8350
///|
pub const GL_TEXTURE_MATERIAL_FACE_EXT : UInt = 0x8351
///|
pub const GL_TEXTURE_MATERIAL_PARAMETER_EXT : UInt = 0x8352
///|
pub const GL_PIXEL_TEXTURE_SGIS : UInt = 0x8353
///|
pub const GL_PIXEL_FRAGMENT_RGB_SOURCE_SGIS : UInt = 0x8354
///|
pub const GL_PIXEL_FRAGMENT_ALPHA_SOURCE_SGIS : UInt = 0x8355
///|
pub const GL_PIXEL_GROUP_COLOR_SGIS : UInt = 0x8356
///|
pub const GL_LINE_QUALITY_HINT_SGIX : UInt = 0x835B
///|
pub const GL_ASYNC_TEX_IMAGE_SGIX : UInt = 0x835C
///|
pub const GL_ASYNC_DRAW_PIXELS_SGIX : UInt = 0x835D
///|
pub const GL_ASYNC_READ_PIXELS_SGIX : UInt = 0x835E
///|
pub const GL_MAX_ASYNC_TEX_IMAGE_SGIX : UInt = 0x835F
///|
pub const GL_MAX_ASYNC_DRAW_PIXELS_SGIX : UInt = 0x8360
///|
pub const GL_MAX_ASYNC_READ_PIXELS_SGIX : UInt = 0x8361
///|
pub const GL_UNSIGNED_BYTE_2_3_3_REV : UInt = 0x8362
///|
pub const GL_UNSIGNED_BYTE_2_3_3_REV_EXT : UInt = 0x8362
///|
pub const GL_UNSIGNED_SHORT_5_6_5 : UInt = 0x8363
///|
pub const GL_UNSIGNED_SHORT_5_6_5_EXT : UInt = 0x8363
///|
pub const GL_UNSIGNED_SHORT_5_6_5_REV : UInt = 0x8364
///|
pub const GL_UNSIGNED_SHORT_5_6_5_REV_EXT : UInt = 0x8364
///|
pub const GL_UNSIGNED_SHORT_4_4_4_4_REV : UInt = 0x8365
///|
pub const GL_UNSIGNED_SHORT_4_4_4_4_REV_EXT : UInt = 0x8365
///|
pub const GL_UNSIGNED_SHORT_4_4_4_4_REV_IMG : UInt = 0x8365
///|
pub const GL_UNSIGNED_SHORT_1_5_5_5_REV : UInt = 0x8366
///|
pub const GL_UNSIGNED_SHORT_1_5_5_5_REV_EXT : UInt = 0x8366
///|
pub const GL_UNSIGNED_INT_8_8_8_8_REV : UInt = 0x8367
///|
pub const GL_UNSIGNED_INT_8_8_8_8_REV_EXT : UInt = 0x8367
///|
pub const GL_UNSIGNED_INT_2_10_10_10_REV : UInt = 0x8368
///|
pub const GL_UNSIGNED_INT_2_10_10_10_REV_EXT : UInt = 0x8368
///|
pub const GL_TEXTURE_MAX_CLAMP_S_SGIX : UInt = 0x8369
///|
pub const GL_TEXTURE_MAX_CLAMP_T_SGIX : UInt = 0x836A
///|
pub const GL_TEXTURE_MAX_CLAMP_R_SGIX : UInt = 0x836B
///|
pub const GL_MIRRORED_REPEAT : UInt = 0x8370
///|
pub const GL_MIRRORED_REPEAT_ARB : UInt = 0x8370
///|
pub const GL_MIRRORED_REPEAT_IBM : UInt = 0x8370
///|
pub const GL_MIRRORED_REPEAT_OES : UInt = 0x8370
///|
pub const GL_RGB_S3TC : UInt = 0x83A0
///|
pub const GL_RGB4_S3TC : UInt = 0x83A1
///|
pub const GL_RGBA_S3TC : UInt = 0x83A2
///|
pub const GL_RGBA4_S3TC : UInt = 0x83A3
///|
pub const GL_RGBA_DXT5_S3TC : UInt = 0x83A4
///|
pub const GL_RGBA4_DXT5_S3TC : UInt = 0x83A5
///|
pub const GL_VERTEX_PRECLIP_SGIX : UInt = 0x83EE
///|
pub const GL_VERTEX_PRECLIP_HINT_SGIX : UInt = 0x83EF
///|
pub const GL_COMPRESSED_RGB_S3TC_DXT1_EXT : UInt = 0x83F0
///|
pub const GL_COMPRESSED_RGBA_S3TC_DXT1_EXT : UInt = 0x83F1
///|
pub const GL_COMPRESSED_RGBA_S3TC_DXT3_ANGLE : UInt = 0x83F2
///|
pub const GL_COMPRESSED_RGBA_S3TC_DXT3_EXT : UInt = 0x83F2
///|
pub const GL_COMPRESSED_RGBA_S3TC_DXT5_ANGLE : UInt = 0x83F3
///|
pub const GL_COMPRESSED_RGBA_S3TC_DXT5_EXT : UInt = 0x83F3
///|
pub const GL_PARALLEL_ARRAYS_INTEL : UInt = 0x83F4
///|
pub const GL_VERTEX_ARRAY_PARALLEL_POINTERS_INTEL : UInt = 0x83F5
///|
pub const GL_NORMAL_ARRAY_PARALLEL_POINTERS_INTEL : UInt = 0x83F6
///|
pub const GL_COLOR_ARRAY_PARALLEL_POINTERS_INTEL : UInt = 0x83F7
///|
pub const GL_TEXTURE_COORD_ARRAY_PARALLEL_POINTERS_INTEL : UInt = 0x83F8
///|
pub const GL_PERFQUERY_DONOT_FLUSH_INTEL : UInt = 0x83F9
///|
pub const GL_PERFQUERY_FLUSH_INTEL : UInt = 0x83FA
///|
pub const GL_PERFQUERY_WAIT_INTEL : UInt = 0x83FB
///|
pub const GL_BLACKHOLE_RENDER_INTEL : UInt = 0x83FC
///|
pub const GL_CONSERVATIVE_RASTERIZATION_INTEL : UInt = 0x83FE
///|
pub const GL_TEXTURE_MEMORY_LAYOUT_INTEL : UInt = 0x83FF
///|
pub const GL_FRAGMENT_LIGHTING_SGIX : UInt = 0x8400
///|
pub const GL_FRAGMENT_COLOR_MATERIAL_SGIX : UInt = 0x8401
///|
pub const GL_FRAGMENT_COLOR_MATERIAL_FACE_SGIX : UInt = 0x8402
///|
pub const GL_FRAGMENT_COLOR_MATERIAL_PARAMETER_SGIX : UInt = 0x8403
///|
pub const GL_MAX_FRAGMENT_LIGHTS_SGIX : UInt = 0x8404
///|
pub const GL_MAX_ACTIVE_LIGHTS_SGIX : UInt = 0x8405
///|
pub const GL_CURRENT_RASTER_NORMAL_SGIX : UInt = 0x8406
///|
pub const GL_LIGHT_ENV_MODE_SGIX : UInt = 0x8407
///|
pub const GL_FRAGMENT_LIGHT_MODEL_LOCAL_VIEWER_SGIX : UInt = 0x8408
///|
pub const GL_FRAGMENT_LIGHT_MODEL_TWO_SIDE_SGIX : UInt = 0x8409
///|
pub const GL_FRAGMENT_LIGHT_MODEL_AMBIENT_SGIX : UInt = 0x840A
///|
pub const GL_FRAGMENT_LIGHT_MODEL_NORMAL_INTERPOLATION_SGIX : UInt = 0x840B
///|
pub const GL_FRAGMENT_LIGHT0_SGIX : UInt = 0x840C
///|
pub const GL_FRAGMENT_LIGHT1_SGIX : UInt = 0x840D
///|
pub const GL_FRAGMENT_LIGHT2_SGIX : UInt = 0x840E
///|
pub const GL_FRAGMENT_LIGHT3_SGIX : UInt = 0x840F
///|
pub const GL_FRAGMENT_LIGHT4_SGIX : UInt = 0x8410
///|
pub const GL_FRAGMENT_LIGHT5_SGIX : UInt = 0x8411
///|
pub const GL_FRAGMENT_LIGHT6_SGIX : UInt = 0x8412
///|
pub const GL_FRAGMENT_LIGHT7_SGIX : UInt = 0x8413
///|
pub const GL_PACK_RESAMPLE_SGIX : UInt = 0x842E
///|
pub const GL_UNPACK_RESAMPLE_SGIX : UInt = 0x842F
///|
pub const GL_RESAMPLE_DECIMATE_SGIX : UInt = 0x8430
///|
pub const GL_RESAMPLE_REPLICATE_SGIX : UInt = 0x8433
///|
pub const GL_RESAMPLE_ZERO_FILL_SGIX : UInt = 0x8434
///|
pub const GL_TANGENT_ARRAY_EXT : UInt = 0x8439
///|
pub const GL_BINORMAL_ARRAY_EXT : UInt = 0x843A
///|
pub const GL_CURRENT_TANGENT_EXT : UInt = 0x843B
///|
pub const GL_CURRENT_BINORMAL_EXT : UInt = 0x843C
///|
pub const GL_TANGENT_ARRAY_TYPE_EXT : UInt = 0x843E
///|
pub const GL_TANGENT_ARRAY_STRIDE_EXT : UInt = 0x843F
///|
pub const GL_BINORMAL_ARRAY_TYPE_EXT : UInt = 0x8440
///|
pub const GL_BINORMAL_ARRAY_STRIDE_EXT : UInt = 0x8441
///|
pub const GL_TANGENT_ARRAY_POINTER_EXT : UInt = 0x8442
///|
pub const GL_BINORMAL_ARRAY_POINTER_EXT : UInt = 0x8443
///|
pub const GL_MAP1_TANGENT_EXT : UInt = 0x8444
///|
pub const GL_MAP2_TANGENT_EXT : UInt = 0x8445
///|
pub const GL_MAP1_BINORMAL_EXT : UInt = 0x8446
///|
pub const GL_MAP2_BINORMAL_EXT : UInt = 0x8447
///|
pub const GL_NEAREST_CLIPMAP_NEAREST_SGIX : UInt = 0x844D
///|
pub const GL_NEAREST_CLIPMAP_LINEAR_SGIX : UInt = 0x844E
///|
pub const GL_LINEAR_CLIPMAP_NEAREST_SGIX : UInt = 0x844F
///|
pub const GL_FOG_COORDINATE_SOURCE : UInt = 0x8450
///|
pub const GL_FOG_COORDINATE_SOURCE_EXT : UInt = 0x8450
///|
pub const GL_FOG_COORD_SRC : UInt = 0x8450
///|
pub const GL_FOG_COORDINATE : UInt = 0x8451
///|
pub const GL_FOG_COORDINATE_EXT : UInt = 0x8451
///|
pub const GL_FOG_COORD : UInt = 0x8451
///|
pub const GL_FRAGMENT_DEPTH : UInt = 0x8452
///|
pub const GL_FRAGMENT_DEPTH_EXT : UInt = 0x8452
///|
pub const GL_CURRENT_FOG_COORDINATE : UInt = 0x8453
///|
pub const GL_CURRENT_FOG_COORD : UInt = 0x8453
///|
pub const GL_CURRENT_FOG_COORDINATE_EXT : UInt = 0x8453
///|
pub const GL_FOG_COORDINATE_ARRAY_TYPE : UInt = 0x8454
///|
pub const GL_FOG_COORDINATE_ARRAY_TYPE_EXT : UInt = 0x8454
///|
pub const GL_FOG_COORD_ARRAY_TYPE : UInt = 0x8454
///|
pub const GL_FOG_COORDINATE_ARRAY_STRIDE : UInt = 0x8455
///|
pub const GL_FOG_COORDINATE_ARRAY_STRIDE_EXT : UInt = 0x8455
///|
pub const GL_FOG_COORD_ARRAY_STRIDE : UInt = 0x8455
///|
pub const GL_FOG_COORDINATE_ARRAY_POINTER : UInt = 0x8456
///|
pub const GL_FOG_COORDINATE_ARRAY_POINTER_EXT : UInt = 0x8456
///|
pub const GL_FOG_COORD_ARRAY_POINTER : UInt = 0x8456
///|
pub const GL_FOG_COORDINATE_ARRAY : UInt = 0x8457
///|
pub const GL_FOG_COORDINATE_ARRAY_EXT : UInt = 0x8457
///|
pub const GL_FOG_COORD_ARRAY : UInt = 0x8457
///|
pub const GL_COLOR_SUM : UInt = 0x8458
///|
pub const GL_COLOR_SUM_ARB : UInt = 0x8458
///|
pub const GL_COLOR_SUM_EXT : UInt = 0x8458
///|
pub const GL_CURRENT_SECONDARY_COLOR : UInt = 0x8459
///|
pub const GL_CURRENT_SECONDARY_COLOR_EXT : UInt = 0x8459
///|
pub const GL_SECONDARY_COLOR_ARRAY_SIZE : UInt = 0x845A
///|
pub const GL_SECONDARY_COLOR_ARRAY_SIZE_EXT : UInt = 0x845A
///|
pub const GL_SECONDARY_COLOR_ARRAY_TYPE : UInt = 0x845B
///|
pub const GL_SECONDARY_COLOR_ARRAY_TYPE_EXT : UInt = 0x845B
///|
pub const GL_SECONDARY_COLOR_ARRAY_STRIDE : UInt = 0x845C
///|
pub const GL_SECONDARY_COLOR_ARRAY_STRIDE_EXT : UInt = 0x845C
///|
pub const GL_SECONDARY_COLOR_ARRAY_POINTER : UInt = 0x845D
///|
pub const GL_SECONDARY_COLOR_ARRAY_POINTER_EXT : UInt = 0x845D
///|
pub const GL_SECONDARY_COLOR_ARRAY : UInt = 0x845E
///|
pub const GL_SECONDARY_COLOR_ARRAY_EXT : UInt = 0x845E
///|
pub const GL_CURRENT_RASTER_SECONDARY_COLOR : UInt = 0x845F
///|
pub const GL_ALIASED_POINT_SIZE_RANGE : UInt = 0x846D
///|
pub const GL_ALIASED_LINE_WIDTH_RANGE : UInt = 0x846E
///|
pub const GL_SCREEN_COORDINATES_REND : UInt = 0x8490
///|
pub const GL_INVERTED_SCREEN_W_REND : UInt = 0x8491
///|
pub const GL_TEXTURE0 : UInt = 0x84C0
///|
pub const GL_TEXTURE0_ARB : UInt = 0x84C0
///|
pub const GL_TEXTURE1 : UInt = 0x84C1
///|
pub const GL_TEXTURE1_ARB : UInt = 0x84C1
///|
pub const GL_TEXTURE2 : UInt = 0x84C2
///|
pub const GL_TEXTURE2_ARB : UInt = 0x84C2
///|
pub const GL_TEXTURE3 : UInt = 0x84C3
///|
pub const GL_TEXTURE3_ARB : UInt = 0x84C3
///|
pub const GL_TEXTURE4 : UInt = 0x84C4
///|
pub const GL_TEXTURE4_ARB : UInt = 0x84C4
///|
pub const GL_TEXTURE5 : UInt = 0x84C5
///|
pub const GL_TEXTURE5_ARB : UInt = 0x84C5
///|
pub const GL_TEXTURE6 : UInt = 0x84C6
///|
pub const GL_TEXTURE6_ARB : UInt = 0x84C6
///|
pub const GL_TEXTURE7 : UInt = 0x84C7
///|
pub const GL_TEXTURE7_ARB : UInt = 0x84C7
///|
pub const GL_TEXTURE8 : UInt = 0x84C8
///|
pub const GL_TEXTURE8_ARB : UInt = 0x84C8
///|
pub const GL_TEXTURE9 : UInt = 0x84C9
///|
pub const GL_TEXTURE9_ARB : UInt = 0x84C9
///|
pub const GL_TEXTURE10 : UInt = 0x84CA
///|
pub const GL_TEXTURE10_ARB : UInt = 0x84CA
///|
pub const GL_TEXTURE11 : UInt = 0x84CB
///|
pub const GL_TEXTURE11_ARB : UInt = 0x84CB
///|
pub const GL_TEXTURE12 : UInt = 0x84CC
///|
pub const GL_TEXTURE12_ARB : UInt = 0x84CC
///|
pub const GL_TEXTURE13 : UInt = 0x84CD
///|
pub const GL_TEXTURE13_ARB : UInt = 0x84CD
///|
pub const GL_TEXTURE14 : UInt = 0x84CE
///|
pub const GL_TEXTURE14_ARB : UInt = 0x84CE
///|
pub const GL_TEXTURE15 : UInt = 0x84CF
///|
pub const GL_TEXTURE15_ARB : UInt = 0x84CF
///|
pub const GL_TEXTURE16 : UInt = 0x84D0
///|
pub const GL_TEXTURE16_ARB : UInt = 0x84D0
///|
pub const GL_TEXTURE17 : UInt = 0x84D1
///|
pub const GL_TEXTURE17_ARB : UInt = 0x84D1
///|
pub const GL_TEXTURE18 : UInt = 0x84D2
///|
pub const GL_TEXTURE18_ARB : UInt = 0x84D2
///|
pub const GL_TEXTURE19 : UInt = 0x84D3
///|
pub const GL_TEXTURE19_ARB : UInt = 0x84D3
///|
pub const GL_TEXTURE20 : UInt = 0x84D4
///|
pub const GL_TEXTURE20_ARB : UInt = 0x84D4
///|
pub const GL_TEXTURE21 : UInt = 0x84D5
///|
pub const GL_TEXTURE21_ARB : UInt = 0x84D5
///|
pub const GL_TEXTURE22 : UInt = 0x84D6
///|
pub const GL_TEXTURE22_ARB : UInt = 0x84D6
///|
pub const GL_TEXTURE23 : UInt = 0x84D7
///|
pub const GL_TEXTURE23_ARB : UInt = 0x84D7
///|
pub const GL_TEXTURE24 : UInt = 0x84D8
///|
pub const GL_TEXTURE24_ARB : UInt = 0x84D8
///|
pub const GL_TEXTURE25 : UInt = 0x84D9
///|
pub const GL_TEXTURE25_ARB : UInt = 0x84D9
///|
pub const GL_TEXTURE26 : UInt = 0x84DA
///|
pub const GL_TEXTURE26_ARB : UInt = 0x84DA
///|
pub const GL_TEXTURE27 : UInt = 0x84DB
///|
pub const GL_TEXTURE27_ARB : UInt = 0x84DB
///|
pub const GL_TEXTURE28 : UInt = 0x84DC
///|
pub const GL_TEXTURE28_ARB : UInt = 0x84DC
///|
pub const GL_TEXTURE29 : UInt = 0x84DD
///|
pub const GL_TEXTURE29_ARB : UInt = 0x84DD
///|
pub const GL_TEXTURE30 : UInt = 0x84DE
///|
pub const GL_TEXTURE30_ARB : UInt = 0x84DE
///|
pub const GL_TEXTURE31 : UInt = 0x84DF
///|
pub const GL_TEXTURE31_ARB : UInt = 0x84DF
///|
pub const GL_ACTIVE_TEXTURE : UInt = 0x84E0
///|
pub const GL_ACTIVE_TEXTURE_ARB : UInt = 0x84E0
///|
pub const GL_CLIENT_ACTIVE_TEXTURE : UInt = 0x84E1
///|
pub const GL_CLIENT_ACTIVE_TEXTURE_ARB : UInt = 0x84E1
///|
pub const GL_MAX_TEXTURE_UNITS : UInt = 0x84E2
///|
pub const GL_MAX_TEXTURE_UNITS_ARB : UInt = 0x84E2
///|
pub const GL_TRANSPOSE_MODELVIEW_MATRIX : UInt = 0x84E3
///|
pub const GL_TRANSPOSE_MODELVIEW_MATRIX_ARB : UInt = 0x84E3
///|
pub const GL_PATH_TRANSPOSE_MODELVIEW_MATRIX_NV : UInt = 0x84E3
///|
pub const GL_TRANSPOSE_PROJECTION_MATRIX : UInt = 0x84E4
///|
pub const GL_TRANSPOSE_PROJECTION_MATRIX_ARB : UInt = 0x84E4
///|
pub const GL_PATH_TRANSPOSE_PROJECTION_MATRIX_NV : UInt = 0x84E4
///|
pub const GL_TRANSPOSE_TEXTURE_MATRIX : UInt = 0x84E5
///|
pub const GL_TRANSPOSE_TEXTURE_MATRIX_ARB : UInt = 0x84E5
///|
pub const GL_TRANSPOSE_COLOR_MATRIX : UInt = 0x84E6
///|
pub const GL_TRANSPOSE_COLOR_MATRIX_ARB : UInt = 0x84E6
///|
pub const GL_SUBTRACT : UInt = 0x84E7
///|
pub const GL_SUBTRACT_ARB : UInt = 0x84E7
///|
pub const GL_MAX_RENDERBUFFER_SIZE : UInt = 0x84E8
///|
pub const GL_MAX_RENDERBUFFER_SIZE_EXT : UInt = 0x84E8
///|
pub const GL_MAX_RENDERBUFFER_SIZE_OES : UInt = 0x84E8
///|
pub const GL_COMPRESSED_ALPHA : UInt = 0x84E9
///|
pub const GL_COMPRESSED_ALPHA_ARB : UInt = 0x84E9
///|
pub const GL_COMPRESSED_LUMINANCE : UInt = 0x84EA
///|
pub const GL_COMPRESSED_LUMINANCE_ARB : UInt = 0x84EA
///|
pub const GL_COMPRESSED_LUMINANCE_ALPHA : UInt = 0x84EB
///|
pub const GL_COMPRESSED_LUMINANCE_ALPHA_ARB : UInt = 0x84EB
///|
pub const GL_COMPRESSED_INTENSITY : UInt = 0x84EC
///|
pub const GL_COMPRESSED_INTENSITY_ARB : UInt = 0x84EC
///|
pub const GL_COMPRESSED_RGB : UInt = 0x84ED
///|
pub const GL_COMPRESSED_RGB_ARB : UInt = 0x84ED
///|
pub const GL_COMPRESSED_RGBA : UInt = 0x84EE
///|
pub const GL_COMPRESSED_RGBA_ARB : UInt = 0x84EE
///|
pub const GL_TEXTURE_COMPRESSION_HINT : UInt = 0x84EF
///|
pub const GL_TEXTURE_COMPRESSION_HINT_ARB : UInt = 0x84EF
///|
pub const GL_UNIFORM_BLOCK_REFERENCED_BY_TESS_CONTROL_SHADER : UInt = 0x84F0
///|
pub const GL_UNIFORM_BLOCK_REFERENCED_BY_TESS_EVALUATION_SHADER : UInt = 0x84F1
///|
pub const GL_ALL_COMPLETED_NV : UInt = 0x84F2
///|
pub const GL_FENCE_STATUS_NV : UInt = 0x84F3
///|
pub const GL_FENCE_CONDITION_NV : UInt = 0x84F4
///|
pub const GL_TEXTURE_RECTANGLE : UInt = 0x84F5
///|
pub const GL_TEXTURE_RECTANGLE_ARB : UInt = 0x84F5
///|
pub const GL_TEXTURE_RECTANGLE_NV : UInt = 0x84F5
///|
pub const GL_TEXTURE_BINDING_RECTANGLE : UInt = 0x84F6
///|
pub const GL_TEXTURE_BINDING_RECTANGLE_ARB : UInt = 0x84F6
///|
pub const GL_TEXTURE_BINDING_RECTANGLE_NV : UInt = 0x84F6
///|
pub const GL_PROXY_TEXTURE_RECTANGLE : UInt = 0x84F7
///|
pub const GL_PROXY_TEXTURE_RECTANGLE_ARB : UInt = 0x84F7
///|
pub const GL_PROXY_TEXTURE_RECTANGLE_NV : UInt = 0x84F7
///|
pub const GL_MAX_RECTANGLE_TEXTURE_SIZE : UInt = 0x84F8
///|
pub const GL_MAX_RECTANGLE_TEXTURE_SIZE_ARB : UInt = 0x84F8
///|
pub const GL_MAX_RECTANGLE_TEXTURE_SIZE_NV : UInt = 0x84F8
///|
pub const GL_DEPTH_STENCIL : UInt = 0x84F9
///|
pub const GL_DEPTH_STENCIL_EXT : UInt = 0x84F9
///|
pub const GL_DEPTH_STENCIL_NV : UInt = 0x84F9
///|
pub const GL_DEPTH_STENCIL_OES : UInt = 0x84F9
///|
pub const GL_UNSIGNED_INT_24_8 : UInt = 0x84FA
///|
pub const GL_UNSIGNED_INT_24_8_EXT : UInt = 0x84FA
///|
pub const GL_UNSIGNED_INT_24_8_NV : UInt = 0x84FA
///|
pub const GL_UNSIGNED_INT_24_8_OES : UInt = 0x84FA
///|
pub const GL_MAX_TEXTURE_LOD_BIAS : UInt = 0x84FD
///|
pub const GL_MAX_TEXTURE_LOD_BIAS_EXT : UInt = 0x84FD
///|
pub const GL_TEXTURE_MAX_ANISOTROPY : UInt = 0x84FE
///|
pub const GL_TEXTURE_MAX_ANISOTROPY_EXT : UInt = 0x84FE
///|
pub const GL_MAX_TEXTURE_MAX_ANISOTROPY : UInt = 0x84FF
///|
pub const GL_MAX_TEXTURE_MAX_ANISOTROPY_EXT : UInt = 0x84FF
///|
pub const GL_TEXTURE_FILTER_CONTROL : UInt = 0x8500
///|
pub const GL_TEXTURE_FILTER_CONTROL_EXT : UInt = 0x8500
///|
pub const GL_TEXTURE_LOD_BIAS : UInt = 0x8501
///|
pub const GL_TEXTURE_LOD_BIAS_EXT : UInt = 0x8501
///|
pub const GL_MODELVIEW1_STACK_DEPTH_EXT : UInt = 0x8502
///|
pub const GL_COMBINE4_NV : UInt = 0x8503
///|
pub const GL_MAX_SHININESS_NV : UInt = 0x8504
///|
pub const GL_MAX_SPOT_EXPONENT_NV : UInt = 0x8505
///|
pub const GL_MODELVIEW1_MATRIX_EXT : UInt = 0x8506
///|
pub const GL_INCR_WRAP : UInt = 0x8507
///|
pub const GL_INCR_WRAP_EXT : UInt = 0x8507
///|
pub const GL_INCR_WRAP_OES : UInt = 0x8507
///|
pub const GL_DECR_WRAP : UInt = 0x8508
///|
pub const GL_DECR_WRAP_EXT : UInt = 0x8508
///|
pub const GL_DECR_WRAP_OES : UInt = 0x8508
///|
pub const GL_VERTEX_WEIGHTING_EXT : UInt = 0x8509
///|
pub const GL_MODELVIEW1_ARB : UInt = 0x850A
///|
pub const GL_MODELVIEW1_EXT : UInt = 0x850A
///|
pub const GL_CURRENT_VERTEX_WEIGHT_EXT : UInt = 0x850B
///|
pub const GL_VERTEX_WEIGHT_ARRAY_EXT : UInt = 0x850C
///|
pub const GL_VERTEX_WEIGHT_ARRAY_SIZE_EXT : UInt = 0x850D
///|
pub const GL_VERTEX_WEIGHT_ARRAY_TYPE_EXT : UInt = 0x850E
///|
pub const GL_VERTEX_WEIGHT_ARRAY_STRIDE_EXT : UInt = 0x850F
///|
pub const GL_VERTEX_WEIGHT_ARRAY_POINTER_EXT : UInt = 0x8510
///|
pub const GL_NORMAL_MAP : UInt = 0x8511
///|
pub const GL_NORMAL_MAP_ARB : UInt = 0x8511
///|
pub const GL_NORMAL_MAP_EXT : UInt = 0x8511
///|
pub const GL_NORMAL_MAP_NV : UInt = 0x8511
///|
pub const GL_NORMAL_MAP_OES : UInt = 0x8511
///|
pub const GL_REFLECTION_MAP : UInt = 0x8512
///|
pub const GL_REFLECTION_MAP_ARB : UInt = 0x8512
///|
pub const GL_REFLECTION_MAP_EXT : UInt = 0x8512
///|
pub const GL_REFLECTION_MAP_NV : UInt = 0x8512
///|
pub const GL_REFLECTION_MAP_OES : UInt = 0x8512
///|
pub const GL_TEXTURE_CUBE_MAP : UInt = 0x8513
///|
pub const GL_TEXTURE_CUBE_MAP_ARB : UInt = 0x8513
///|
pub const GL_TEXTURE_CUBE_MAP_EXT : UInt = 0x8513
///|
pub const GL_TEXTURE_CUBE_MAP_OES : UInt = 0x8513
///|
pub const GL_TEXTURE_BINDING_CUBE_MAP : UInt = 0x8514
///|
pub const GL_TEXTURE_BINDING_CUBE_MAP_ARB : UInt = 0x8514
///|
pub const GL_TEXTURE_BINDING_CUBE_MAP_EXT : UInt = 0x8514
///|
pub const GL_TEXTURE_BINDING_CUBE_MAP_OES : UInt = 0x8514
///|
pub const GL_TEXTURE_CUBE_MAP_POSITIVE_X : UInt = 0x8515
///|
pub const GL_TEXTURE_CUBE_MAP_POSITIVE_X_ARB : UInt = 0x8515
///|
pub const GL_TEXTURE_CUBE_MAP_POSITIVE_X_EXT : UInt = 0x8515
///|
pub const GL_TEXTURE_CUBE_MAP_POSITIVE_X_OES : UInt = 0x8515
///|
pub const GL_TEXTURE_CUBE_MAP_NEGATIVE_X : UInt = 0x8516
///|
pub const GL_TEXTURE_CUBE_MAP_NEGATIVE_X_ARB : UInt = 0x8516
///|
pub const GL_TEXTURE_CUBE_MAP_NEGATIVE_X_EXT : UInt = 0x8516
///|
pub const GL_TEXTURE_CUBE_MAP_NEGATIVE_X_OES : UInt = 0x8516
///|
pub const GL_TEXTURE_CUBE_MAP_POSITIVE_Y : UInt = 0x8517
///|
pub const GL_TEXTURE_CUBE_MAP_POSITIVE_Y_ARB : UInt = 0x8517
///|
pub const GL_TEXTURE_CUBE_MAP_POSITIVE_Y_EXT : UInt = 0x8517
///|
pub const GL_TEXTURE_CUBE_MAP_POSITIVE_Y_OES : UInt = 0x8517
///|
pub const GL_TEXTURE_CUBE_MAP_NEGATIVE_Y : UInt = 0x8518
///|
pub const GL_TEXTURE_CUBE_MAP_NEGATIVE_Y_ARB : UInt = 0x8518
///|
pub const GL_TEXTURE_CUBE_MAP_NEGATIVE_Y_EXT : UInt = 0x8518
///|
pub const GL_TEXTURE_CUBE_MAP_NEGATIVE_Y_OES : UInt = 0x8518
///|
pub const GL_TEXTURE_CUBE_MAP_POSITIVE_Z : UInt = 0x8519
///|
pub const GL_TEXTURE_CUBE_MAP_POSITIVE_Z_ARB : UInt = 0x8519
///|
pub const GL_TEXTURE_CUBE_MAP_POSITIVE_Z_EXT : UInt = 0x8519
///|
pub const GL_TEXTURE_CUBE_MAP_POSITIVE_Z_OES : UInt = 0x8519
///|
pub const GL_TEXTURE_CUBE_MAP_NEGATIVE_Z : UInt = 0x851A
///|
pub const GL_TEXTURE_CUBE_MAP_NEGATIVE_Z_ARB : UInt = 0x851A
///|
pub const GL_TEXTURE_CUBE_MAP_NEGATIVE_Z_EXT : UInt = 0x851A
///|
pub const GL_TEXTURE_CUBE_MAP_NEGATIVE_Z_OES : UInt = 0x851A
///|
pub const GL_PROXY_TEXTURE_CUBE_MAP : UInt = 0x851B
///|
pub const GL_PROXY_TEXTURE_CUBE_MAP_ARB : UInt = 0x851B
///|
pub const GL_PROXY_TEXTURE_CUBE_MAP_EXT : UInt = 0x851B
///|
pub const GL_MAX_CUBE_MAP_TEXTURE_SIZE : UInt = 0x851C
///|
pub const GL_MAX_CUBE_MAP_TEXTURE_SIZE_ARB : UInt = 0x851C
///|
pub const GL_MAX_CUBE_MAP_TEXTURE_SIZE_EXT : UInt = 0x851C
///|
pub const GL_MAX_CUBE_MAP_TEXTURE_SIZE_OES : UInt = 0x851C
///|
pub const GL_VERTEX_ARRAY_RANGE_APPLE : UInt = 0x851D
///|
pub const GL_VERTEX_ARRAY_RANGE_NV : UInt = 0x851D
///|
pub const GL_VERTEX_ARRAY_RANGE_LENGTH_APPLE : UInt = 0x851E
///|
pub const GL_VERTEX_ARRAY_RANGE_LENGTH_NV : UInt = 0x851E
///|
pub const GL_VERTEX_ARRAY_RANGE_VALID_NV : UInt = 0x851F
///|
pub const GL_VERTEX_ARRAY_STORAGE_HINT_APPLE : UInt = 0x851F
///|
pub const GL_MAX_VERTEX_ARRAY_RANGE_ELEMENT_NV : UInt = 0x8520
///|
pub const GL_VERTEX_ARRAY_RANGE_POINTER_APPLE : UInt = 0x8521
///|
pub const GL_VERTEX_ARRAY_RANGE_POINTER_NV : UInt = 0x8521
///|
pub const GL_REGISTER_COMBINERS_NV : UInt = 0x8522
///|
pub const GL_VARIABLE_A_NV : UInt = 0x8523
///|
pub const GL_VARIABLE_B_NV : UInt = 0x8524
///|
pub const GL_VARIABLE_C_NV : UInt = 0x8525
///|
pub const GL_VARIABLE_D_NV : UInt = 0x8526
///|
pub const GL_VARIABLE_E_NV : UInt = 0x8527
///|
pub const GL_VARIABLE_F_NV : UInt = 0x8528
///|
pub const GL_VARIABLE_G_NV : UInt = 0x8529
///|
pub const GL_CONSTANT_COLOR0_NV : UInt = 0x852A
///|
pub const GL_CONSTANT_COLOR1_NV : UInt = 0x852B
///|
pub const GL_PRIMARY_COLOR_NV : UInt = 0x852C
///|
pub const GL_SECONDARY_COLOR_NV : UInt = 0x852D
///|
pub const GL_SPARE0_NV : UInt = 0x852E
///|
pub const GL_SPARE1_NV : UInt = 0x852F
///|
pub const GL_DISCARD_NV : UInt = 0x8530
///|
pub const GL_E_TIMES_F_NV : UInt = 0x8531
///|
pub const GL_SPARE0_PLUS_SECONDARY_COLOR_NV : UInt = 0x8532
///|
pub const GL_VERTEX_ARRAY_RANGE_WITHOUT_FLUSH_NV : UInt = 0x8533
///|
pub const GL_MULTISAMPLE_FILTER_HINT_NV : UInt = 0x8534
///|
pub const GL_PER_STAGE_CONSTANTS_NV : UInt = 0x8535
///|
pub const GL_UNSIGNED_IDENTITY_NV : UInt = 0x8536
///|
pub const GL_UNSIGNED_INVERT_NV : UInt = 0x8537
///|
pub const GL_EXPAND_NORMAL_NV : UInt = 0x8538
///|
pub const GL_EXPAND_NEGATE_NV : UInt = 0x8539
///|
pub const GL_HALF_BIAS_NORMAL_NV : UInt = 0x853A
///|
pub const GL_HALF_BIAS_NEGATE_NV : UInt = 0x853B
///|
pub const GL_SIGNED_IDENTITY_NV : UInt = 0x853C
///|
pub const GL_SIGNED_NEGATE_NV : UInt = 0x853D
///|
pub const GL_SCALE_BY_TWO_NV : UInt = 0x853E
///|
pub const GL_SCALE_BY_FOUR_NV : UInt = 0x853F
///|
pub const GL_SCALE_BY_ONE_HALF_NV : UInt = 0x8540
///|
pub const GL_BIAS_BY_NEGATIVE_ONE_HALF_NV : UInt = 0x8541
///|
pub const GL_COMBINER_INPUT_NV : UInt = 0x8542
///|
pub const GL_COMBINER_MAPPING_NV : UInt = 0x8543
///|
pub const GL_COMBINER_COMPONENT_USAGE_NV : UInt = 0x8544
///|
pub const GL_COMBINER_AB_DOT_PRODUCT_NV : UInt = 0x8545
///|
pub const GL_COMBINER_CD_DOT_PRODUCT_NV : UInt = 0x8546
///|
pub const GL_COMBINER_MUX_SUM_NV : UInt = 0x8547
///|
pub const GL_COMBINER_SCALE_NV : UInt = 0x8548
///|
pub const GL_COMBINER_BIAS_NV : UInt = 0x8549
///|
pub const GL_COMBINER_AB_OUTPUT_NV : UInt = 0x854A
///|
pub const GL_COMBINER_CD_OUTPUT_NV : UInt = 0x854B
///|
pub const GL_COMBINER_SUM_OUTPUT_NV : UInt = 0x854C
///|
pub const GL_MAX_GENERAL_COMBINERS_NV : UInt = 0x854D
///|
pub const GL_NUM_GENERAL_COMBINERS_NV : UInt = 0x854E
///|
pub const GL_COLOR_SUM_CLAMP_NV : UInt = 0x854F
///|
pub const GL_COMBINER0_NV : UInt = 0x8550
///|
pub const GL_COMBINER1_NV : UInt = 0x8551
///|
pub const GL_COMBINER2_NV : UInt = 0x8552
///|
pub const GL_COMBINER3_NV : UInt = 0x8553
///|
pub const GL_COMBINER4_NV : UInt = 0x8554
///|
pub const GL_COMBINER5_NV : UInt = 0x8555
///|
pub const GL_COMBINER6_NV : UInt = 0x8556
///|
pub const GL_COMBINER7_NV : UInt = 0x8557
///|
pub const GL_PRIMITIVE_RESTART_NV : UInt = 0x8558
///|
pub const GL_PRIMITIVE_RESTART_INDEX_NV : UInt = 0x8559
///|
pub const GL_FOG_DISTANCE_MODE_NV : UInt = 0x855A
///|
pub const GL_EYE_RADIAL_NV : UInt = 0x855B
///|
pub const GL_EYE_PLANE_ABSOLUTE_NV : UInt = 0x855C
///|
pub const GL_EMBOSS_LIGHT_NV : UInt = 0x855D
///|
pub const GL_EMBOSS_CONSTANT_NV : UInt = 0x855E
///|
pub const GL_EMBOSS_MAP_NV : UInt = 0x855F
///|
pub const GL_RED_MIN_CLAMP_INGR : UInt = 0x8560
///|
pub const GL_GREEN_MIN_CLAMP_INGR : UInt = 0x8561
///|
pub const GL_BLUE_MIN_CLAMP_INGR : UInt = 0x8562
///|
pub const GL_ALPHA_MIN_CLAMP_INGR : UInt = 0x8563
///|
pub const GL_RED_MAX_CLAMP_INGR : UInt = 0x8564
///|
pub const GL_GREEN_MAX_CLAMP_INGR : UInt = 0x8565
///|
pub const GL_BLUE_MAX_CLAMP_INGR : UInt = 0x8566
///|
pub const GL_ALPHA_MAX_CLAMP_INGR : UInt = 0x8567
///|
pub const GL_INTERLACE_READ_INGR : UInt = 0x8568
///|
pub const GL_COMBINE : UInt = 0x8570
///|
pub const GL_COMBINE_ARB : UInt = 0x8570
///|
pub const GL_COMBINE_EXT : UInt = 0x8570
///|
pub const GL_COMBINE_RGB : UInt = 0x8571
///|
pub const GL_COMBINE_RGB_ARB : UInt = 0x8571
///|
pub const GL_COMBINE_RGB_EXT : UInt = 0x8571
///|
pub const GL_COMBINE_ALPHA : UInt = 0x8572
///|
pub const GL_COMBINE_ALPHA_ARB : UInt = 0x8572
///|
pub const GL_COMBINE_ALPHA_EXT : UInt = 0x8572
///|
pub const GL_RGB_SCALE : UInt = 0x8573
///|
pub const GL_RGB_SCALE_ARB : UInt = 0x8573
///|
pub const GL_RGB_SCALE_EXT : UInt = 0x8573
///|
pub const GL_ADD_SIGNED : UInt = 0x8574
///|
pub const GL_ADD_SIGNED_ARB : UInt = 0x8574
///|
pub const GL_ADD_SIGNED_EXT : UInt = 0x8574
///|
pub const GL_INTERPOLATE : UInt = 0x8575
///|
pub const GL_INTERPOLATE_ARB : UInt = 0x8575
///|
pub const GL_INTERPOLATE_EXT : UInt = 0x8575
///|
pub const GL_CONSTANT : UInt = 0x8576
///|
pub const GL_CONSTANT_ARB : UInt = 0x8576
///|
pub const GL_CONSTANT_EXT : UInt = 0x8576
///|
pub const GL_CONSTANT_NV : UInt = 0x8576
///|
pub const GL_PRIMARY_COLOR : UInt = 0x8577
///|
pub const GL_PRIMARY_COLOR_ARB : UInt = 0x8577
///|
pub const GL_PRIMARY_COLOR_EXT : UInt = 0x8577
///|
pub const GL_PREVIOUS : UInt = 0x8578
///|
pub const GL_PREVIOUS_ARB : UInt = 0x8578
///|
pub const GL_PREVIOUS_EXT : UInt = 0x8578
///|
pub const GL_SOURCE0_RGB : UInt = 0x8580
///|
pub const GL_SOURCE0_RGB_ARB : UInt = 0x8580
///|
pub const GL_SOURCE0_RGB_EXT : UInt = 0x8580
///|
pub const GL_SRC0_RGB : UInt = 0x8580
///|
pub const GL_SOURCE1_RGB : UInt = 0x8581
///|
pub const GL_SOURCE1_RGB_ARB : UInt = 0x8581
///|
pub const GL_SOURCE1_RGB_EXT : UInt = 0x8581
///|
pub const GL_SRC1_RGB : UInt = 0x8581
///|
pub const GL_SOURCE2_RGB : UInt = 0x8582
///|
pub const GL_SOURCE2_RGB_ARB : UInt = 0x8582
///|
pub const GL_SOURCE2_RGB_EXT : UInt = 0x8582
///|
pub const GL_SRC2_RGB : UInt = 0x8582
///|
pub const GL_SOURCE3_RGB_NV : UInt = 0x8583
///|
pub const GL_SOURCE0_ALPHA : UInt = 0x8588
///|
pub const GL_SOURCE0_ALPHA_ARB : UInt = 0x8588
///|
pub const GL_SOURCE0_ALPHA_EXT : UInt = 0x8588
///|
pub const GL_SRC0_ALPHA : UInt = 0x8588
///|
pub const GL_SOURCE1_ALPHA : UInt = 0x8589
///|
pub const GL_SOURCE1_ALPHA_ARB : UInt = 0x8589
///|
pub const GL_SOURCE1_ALPHA_EXT : UInt = 0x8589
///|
pub const GL_SRC1_ALPHA : UInt = 0x8589
///|
pub const GL_SRC1_ALPHA_EXT : UInt = 0x8589
///|
pub const GL_SOURCE2_ALPHA : UInt = 0x858A
///|
pub const GL_SOURCE2_ALPHA_ARB : UInt = 0x858A
///|
pub const GL_SOURCE2_ALPHA_EXT : UInt = 0x858A
///|
pub const GL_SRC2_ALPHA : UInt = 0x858A
///|
pub const GL_SOURCE3_ALPHA_NV : UInt = 0x858B
///|
pub const GL_OPERAND0_RGB : UInt = 0x8590
///|
pub const GL_OPERAND0_RGB_ARB : UInt = 0x8590
///|
pub const GL_OPERAND0_RGB_EXT : UInt = 0x8590
///|
pub const GL_OPERAND1_RGB : UInt = 0x8591
///|
pub const GL_OPERAND1_RGB_ARB : UInt = 0x8591
///|
pub const GL_OPERAND1_RGB_EXT : UInt = 0x8591
///|
pub const GL_OPERAND2_RGB : UInt = 0x8592
///|
pub const GL_OPERAND2_RGB_ARB : UInt = 0x8592
///|
pub const GL_OPERAND2_RGB_EXT : UInt = 0x8592
///|
pub const GL_OPERAND3_RGB_NV : UInt = 0x8593
///|
pub const GL_OPERAND0_ALPHA : UInt = 0x8598
///|
pub const GL_OPERAND0_ALPHA_ARB : UInt = 0x8598
///|
pub const GL_OPERAND0_ALPHA_EXT : UInt = 0x8598
///|
pub const GL_OPERAND1_ALPHA : UInt = 0x8599
///|
pub const GL_OPERAND1_ALPHA_ARB : UInt = 0x8599
///|
pub const GL_OPERAND1_ALPHA_EXT : UInt = 0x8599
///|
pub const GL_OPERAND2_ALPHA : UInt = 0x859A
///|
pub const GL_OPERAND2_ALPHA_ARB : UInt = 0x859A
///|
pub const GL_OPERAND2_ALPHA_EXT : UInt = 0x859A
///|
pub const GL_OPERAND3_ALPHA_NV : UInt = 0x859B
///|
pub const GL_PACK_SUBSAMPLE_RATE_SGIX : UInt = 0x85A0
///|
pub const GL_UNPACK_SUBSAMPLE_RATE_SGIX : UInt = 0x85A1
///|
pub const GL_PIXEL_SUBSAMPLE_4444_SGIX : UInt = 0x85A2
///|
pub const GL_PIXEL_SUBSAMPLE_2424_SGIX : UInt = 0x85A3
///|
pub const GL_PIXEL_SUBSAMPLE_4242_SGIX : UInt = 0x85A4
///|
pub const GL_PERTURB_EXT : UInt = 0x85AE
///|
pub const GL_TEXTURE_NORMAL_EXT : UInt = 0x85AF
///|
pub const GL_LIGHT_MODEL_SPECULAR_VECTOR_APPLE : UInt = 0x85B0
///|
pub const GL_TRANSFORM_HINT_APPLE : UInt = 0x85B1
///|
pub const GL_UNPACK_CLIENT_STORAGE_APPLE : UInt = 0x85B2
///|
pub const GL_BUFFER_OBJECT_APPLE : UInt = 0x85B3
///|
pub const GL_STORAGE_CLIENT_APPLE : UInt = 0x85B4
///|
pub const GL_VERTEX_ARRAY_BINDING : UInt = 0x85B5
///|
pub const GL_VERTEX_ARRAY_BINDING_APPLE : UInt = 0x85B5
///|
pub const GL_VERTEX_ARRAY_BINDING_OES : UInt = 0x85B5
///|
pub const GL_TEXTURE_RANGE_LENGTH_APPLE : UInt = 0x85B7
///|
pub const GL_TEXTURE_RANGE_POINTER_APPLE : UInt = 0x85B8
///|
pub const GL_YCBCR_422_APPLE : UInt = 0x85B9
///|
pub const GL_UNSIGNED_SHORT_8_8_APPLE : UInt = 0x85BA
///|
pub const GL_UNSIGNED_SHORT_8_8_MESA : UInt = 0x85BA
///|
pub const GL_UNSIGNED_SHORT_8_8_REV_APPLE : UInt = 0x85BB
///|
pub const GL_UNSIGNED_SHORT_8_8_REV_MESA : UInt = 0x85BB
///|
pub const GL_TEXTURE_STORAGE_HINT_APPLE : UInt = 0x85BC
///|
pub const GL_STORAGE_PRIVATE_APPLE : UInt = 0x85BD
///|
pub const GL_STORAGE_CACHED_APPLE : UInt = 0x85BE
///|
pub const GL_STORAGE_SHARED_APPLE : UInt = 0x85BF
///|
pub const GL_REPLACEMENT_CODE_ARRAY_SUN : UInt = 0x85C0
///|
pub const GL_REPLACEMENT_CODE_ARRAY_TYPE_SUN : UInt = 0x85C1
///|
pub const GL_REPLACEMENT_CODE_ARRAY_STRIDE_SUN : UInt = 0x85C2
///|
pub const GL_REPLACEMENT_CODE_ARRAY_POINTER_SUN : UInt = 0x85C3
///|
pub const GL_R1UI_V3F_SUN : UInt = 0x85C4
///|
pub const GL_R1UI_C4UB_V3F_SUN : UInt = 0x85C5
///|
pub const GL_R1UI_C3F_V3F_SUN : UInt = 0x85C6
///|
pub const GL_R1UI_N3F_V3F_SUN : UInt = 0x85C7
///|
pub const GL_R1UI_C4F_N3F_V3F_SUN : UInt = 0x85C8
///|
pub const GL_R1UI_T2F_V3F_SUN : UInt = 0x85C9
///|
pub const GL_R1UI_T2F_N3F_V3F_SUN : UInt = 0x85CA
///|
pub const GL_R1UI_T2F_C4F_N3F_V3F_SUN : UInt = 0x85CB
///|
pub const GL_SLICE_ACCUM_SUN : UInt = 0x85CC
///|
pub const GL_QUAD_MESH_SUN : UInt = 0x8614
///|
pub const GL_TRIANGLE_MESH_SUN : UInt = 0x8615
///|
pub const GL_VERTEX_PROGRAM_ARB : UInt = 0x8620
///|
pub const GL_VERTEX_PROGRAM_NV : UInt = 0x8620
///|
pub const GL_VERTEX_STATE_PROGRAM_NV : UInt = 0x8621
///|
pub const GL_VERTEX_ATTRIB_ARRAY_ENABLED : UInt = 0x8622
///|
pub const GL_VERTEX_ATTRIB_ARRAY_ENABLED_ARB : UInt = 0x8622
///|
pub const GL_ATTRIB_ARRAY_SIZE_NV : UInt = 0x8623
///|
pub const GL_VERTEX_ATTRIB_ARRAY_SIZE : UInt = 0x8623
///|
pub const GL_VERTEX_ATTRIB_ARRAY_SIZE_ARB : UInt = 0x8623
///|
pub const GL_ATTRIB_ARRAY_STRIDE_NV : UInt = 0x8624
///|
pub const GL_VERTEX_ATTRIB_ARRAY_STRIDE : UInt = 0x8624
///|
pub const GL_VERTEX_ATTRIB_ARRAY_STRIDE_ARB : UInt = 0x8624
///|
pub const GL_ATTRIB_ARRAY_TYPE_NV : UInt = 0x8625
///|
pub const GL_VERTEX_ATTRIB_ARRAY_TYPE : UInt = 0x8625
///|
pub const GL_VERTEX_ATTRIB_ARRAY_TYPE_ARB : UInt = 0x8625
///|
pub const GL_CURRENT_ATTRIB_NV : UInt = 0x8626
///|
pub const GL_CURRENT_VERTEX_ATTRIB : UInt = 0x8626
///|
pub const GL_CURRENT_VERTEX_ATTRIB_ARB : UInt = 0x8626
///|
pub const GL_PROGRAM_LENGTH_ARB : UInt = 0x8627
///|
pub const GL_PROGRAM_LENGTH_NV : UInt = 0x8627
///|
pub const GL_PROGRAM_STRING_ARB : UInt = 0x8628
///|
pub const GL_PROGRAM_STRING_NV : UInt = 0x8628
///|
pub const GL_MODELVIEW_PROJECTION_NV : UInt = 0x8629
///|
pub const GL_IDENTITY_NV : UInt = 0x862A
///|
pub const GL_INVERSE_NV : UInt = 0x862B
///|
pub const GL_TRANSPOSE_NV : UInt = 0x862C
///|
pub const GL_INVERSE_TRANSPOSE_NV : UInt = 0x862D
///|
pub const GL_MAX_PROGRAM_MATRIX_STACK_DEPTH_ARB : UInt = 0x862E
///|
pub const GL_MAX_TRACK_MATRIX_STACK_DEPTH_NV : UInt = 0x862E
///|
pub const GL_MAX_PROGRAM_MATRICES_ARB : UInt = 0x862F
///|
pub const GL_MAX_TRACK_MATRICES_NV : UInt = 0x862F
///|
pub const GL_MATRIX0_NV : UInt = 0x8630
///|
pub const GL_MATRIX1_NV : UInt = 0x8631
///|
pub const GL_MATRIX2_NV : UInt = 0x8632
///|
pub const GL_MATRIX3_NV : UInt = 0x8633
///|
pub const GL_MATRIX4_NV : UInt = 0x8634
///|
pub const GL_MATRIX5_NV : UInt = 0x8635
///|
pub const GL_MATRIX6_NV : UInt = 0x8636
///|
pub const GL_MATRIX7_NV : UInt = 0x8637
///|
pub const GL_CURRENT_MATRIX_STACK_DEPTH_ARB : UInt = 0x8640
///|
pub const GL_CURRENT_MATRIX_STACK_DEPTH_NV : UInt = 0x8640
///|
pub const GL_CURRENT_MATRIX_ARB : UInt = 0x8641
///|
pub const GL_CURRENT_MATRIX_NV : UInt = 0x8641
///|
pub const GL_VERTEX_PROGRAM_POINT_SIZE : UInt = 0x8642
///|
pub const GL_VERTEX_PROGRAM_POINT_SIZE_ARB : UInt = 0x8642
///|
pub const GL_VERTEX_PROGRAM_POINT_SIZE_NV : UInt = 0x8642
///|
pub const GL_PROGRAM_POINT_SIZE : UInt = 0x8642
///|
pub const GL_PROGRAM_POINT_SIZE_ARB : UInt = 0x8642
///|
pub const GL_PROGRAM_POINT_SIZE_EXT : UInt = 0x8642
///|
pub const GL_VERTEX_PROGRAM_TWO_SIDE : UInt = 0x8643
///|
pub const GL_VERTEX_PROGRAM_TWO_SIDE_ARB : UInt = 0x8643
///|
pub const GL_VERTEX_PROGRAM_TWO_SIDE_NV : UInt = 0x8643
///|
pub const GL_PROGRAM_PARAMETER_NV : UInt = 0x8644
///|
pub const GL_ATTRIB_ARRAY_POINTER_NV : UInt = 0x8645
///|
pub const GL_VERTEX_ATTRIB_ARRAY_POINTER : UInt = 0x8645
///|
pub const GL_VERTEX_ATTRIB_ARRAY_POINTER_ARB : UInt = 0x8645
///|
pub const GL_PROGRAM_TARGET_NV : UInt = 0x8646
///|
pub const GL_PROGRAM_RESIDENT_NV : UInt = 0x8647
///|
pub const GL_TRACK_MATRIX_NV : UInt = 0x8648
///|
pub const GL_TRACK_MATRIX_TRANSFORM_NV : UInt = 0x8649
///|
pub const GL_VERTEX_PROGRAM_BINDING_NV : UInt = 0x864A
///|
pub const GL_PROGRAM_ERROR_POSITION_ARB : UInt = 0x864B
///|
pub const GL_PROGRAM_ERROR_POSITION_NV : UInt = 0x864B
///|
pub const GL_OFFSET_TEXTURE_RECTANGLE_NV : UInt = 0x864C
///|
pub const GL_OFFSET_TEXTURE_RECTANGLE_SCALE_NV : UInt = 0x864D
///|
pub const GL_DOT_PRODUCT_TEXTURE_RECTANGLE_NV : UInt = 0x864E
///|
pub const GL_DEPTH_CLAMP : UInt = 0x864F
///|
pub const GL_DEPTH_CLAMP_NV : UInt = 0x864F
///|
pub const GL_DEPTH_CLAMP_EXT : UInt = 0x864F
///|
pub const GL_VERTEX_ATTRIB_ARRAY0_NV : UInt = 0x8650
///|
pub const GL_VERTEX_ATTRIB_ARRAY1_NV : UInt = 0x8651
///|
pub const GL_VERTEX_ATTRIB_ARRAY2_NV : UInt = 0x8652
///|
pub const GL_VERTEX_ATTRIB_ARRAY3_NV : UInt = 0x8653
///|
pub const GL_VERTEX_ATTRIB_ARRAY4_NV : UInt = 0x8654
///|
pub const GL_VERTEX_ATTRIB_ARRAY5_NV : UInt = 0x8655
///|
pub const GL_VERTEX_ATTRIB_ARRAY6_NV : UInt = 0x8656
///|
pub const GL_VERTEX_ATTRIB_ARRAY7_NV : UInt = 0x8657
///|
pub const GL_VERTEX_ATTRIB_ARRAY8_NV : UInt = 0x8658
///|
pub const GL_VERTEX_ATTRIB_ARRAY9_NV : UInt = 0x8659
///|
pub const GL_VERTEX_ATTRIB_ARRAY10_NV : UInt = 0x865A
///|
pub const GL_VERTEX_ATTRIB_ARRAY11_NV : UInt = 0x865B
///|
pub const GL_VERTEX_ATTRIB_ARRAY12_NV : UInt = 0x865C
///|
pub const GL_VERTEX_ATTRIB_ARRAY13_NV : UInt = 0x865D
///|
pub const GL_VERTEX_ATTRIB_ARRAY14_NV : UInt = 0x865E
///|
pub const GL_VERTEX_ATTRIB_ARRAY15_NV : UInt = 0x865F
///|
pub const GL_MAP1_VERTEX_ATTRIB0_4_NV : UInt = 0x8660
///|
pub const GL_MAP1_VERTEX_ATTRIB1_4_NV : UInt = 0x8661
///|
pub const GL_MAP1_VERTEX_ATTRIB2_4_NV : UInt = 0x8662
///|
pub const GL_MAP1_VERTEX_ATTRIB3_4_NV : UInt = 0x8663
///|
pub const GL_MAP1_VERTEX_ATTRIB4_4_NV : UInt = 0x8664
///|
pub const GL_MAP1_VERTEX_ATTRIB5_4_NV : UInt = 0x8665
///|
pub const GL_MAP1_VERTEX_ATTRIB6_4_NV : UInt = 0x8666
///|
pub const GL_MAP1_VERTEX_ATTRIB7_4_NV : UInt = 0x8667
///|
pub const GL_MAP1_VERTEX_ATTRIB8_4_NV : UInt = 0x8668
///|
pub const GL_MAP1_VERTEX_ATTRIB9_4_NV : UInt = 0x8669
///|
pub const GL_MAP1_VERTEX_ATTRIB10_4_NV : UInt = 0x866A
///|
pub const GL_MAP1_VERTEX_ATTRIB11_4_NV : UInt = 0x866B
///|
pub const GL_MAP1_VERTEX_ATTRIB12_4_NV : UInt = 0x866C
///|
pub const GL_MAP1_VERTEX_ATTRIB13_4_NV : UInt = 0x866D
///|
pub const GL_MAP1_VERTEX_ATTRIB14_4_NV : UInt = 0x866E
///|
pub const GL_MAP1_VERTEX_ATTRIB15_4_NV : UInt = 0x866F
///|
pub const GL_MAP2_VERTEX_ATTRIB0_4_NV : UInt = 0x8670
///|
pub const GL_MAP2_VERTEX_ATTRIB1_4_NV : UInt = 0x8671
///|
pub const GL_MAP2_VERTEX_ATTRIB2_4_NV : UInt = 0x8672
///|
pub const GL_MAP2_VERTEX_ATTRIB3_4_NV : UInt = 0x8673
///|
pub const GL_MAP2_VERTEX_ATTRIB4_4_NV : UInt = 0x8674
///|
pub const GL_MAP2_VERTEX_ATTRIB5_4_NV : UInt = 0x8675
///|
pub const GL_MAP2_VERTEX_ATTRIB6_4_NV : UInt = 0x8676
///|
pub const GL_MAP2_VERTEX_ATTRIB7_4_NV : UInt = 0x8677
///|
pub const GL_PROGRAM_BINDING_ARB : UInt = 0x8677
///|
pub const GL_MAP2_VERTEX_ATTRIB8_4_NV : UInt = 0x8678
///|
pub const GL_MAP2_VERTEX_ATTRIB9_4_NV : UInt = 0x8679
///|
pub const GL_MAP2_VERTEX_ATTRIB10_4_NV : UInt = 0x867A
///|
pub const GL_MAP2_VERTEX_ATTRIB11_4_NV : UInt = 0x867B
///|
pub const GL_MAP2_VERTEX_ATTRIB12_4_NV : UInt = 0x867C
///|
pub const GL_MAP2_VERTEX_ATTRIB13_4_NV : UInt = 0x867D
///|
pub const GL_MAP2_VERTEX_ATTRIB14_4_NV : UInt = 0x867E
///|
pub const GL_MAP2_VERTEX_ATTRIB15_4_NV : UInt = 0x867F
///|
pub const GL_TEXTURE_COMPRESSED_IMAGE_SIZE : UInt = 0x86A0
///|
pub const GL_TEXTURE_COMPRESSED_IMAGE_SIZE_ARB : UInt = 0x86A0
///|
pub const GL_TEXTURE_COMPRESSED : UInt = 0x86A1
///|
pub const GL_TEXTURE_COMPRESSED_ARB : UInt = 0x86A1
///|
pub const GL_NUM_COMPRESSED_TEXTURE_FORMATS : UInt = 0x86A2
///|
pub const GL_NUM_COMPRESSED_TEXTURE_FORMATS_ARB : UInt = 0x86A2
///|
pub const GL_COMPRESSED_TEXTURE_FORMATS : UInt = 0x86A3
///|
pub const GL_COMPRESSED_TEXTURE_FORMATS_ARB : UInt = 0x86A3
///|
pub const GL_MAX_VERTEX_UNITS_ARB : UInt = 0x86A4
///|
pub const GL_MAX_VERTEX_UNITS_OES : UInt = 0x86A4
///|
pub const GL_ACTIVE_VERTEX_UNITS_ARB : UInt = 0x86A5
///|
pub const GL_WEIGHT_SUM_UNITY_ARB : UInt = 0x86A6
///|
pub const GL_VERTEX_BLEND_ARB : UInt = 0x86A7
///|
pub const GL_CURRENT_WEIGHT_ARB : UInt = 0x86A8
///|
pub const GL_WEIGHT_ARRAY_TYPE_ARB : UInt = 0x86A9
///|
pub const GL_WEIGHT_ARRAY_TYPE_OES : UInt = 0x86A9
///|
pub const GL_WEIGHT_ARRAY_STRIDE_ARB : UInt = 0x86AA
///|
pub const GL_WEIGHT_ARRAY_STRIDE_OES : UInt = 0x86AA
///|
pub const GL_WEIGHT_ARRAY_SIZE_ARB : UInt = 0x86AB
///|
pub const GL_WEIGHT_ARRAY_SIZE_OES : UInt = 0x86AB
///|
pub const GL_WEIGHT_ARRAY_POINTER_ARB : UInt = 0x86AC
///|
pub const GL_WEIGHT_ARRAY_POINTER_OES : UInt = 0x86AC
///|
pub const GL_WEIGHT_ARRAY_ARB : UInt = 0x86AD
///|
pub const GL_WEIGHT_ARRAY_OES : UInt = 0x86AD
///|
pub const GL_DOT3_RGB : UInt = 0x86AE
///|
pub const GL_DOT3_RGB_ARB : UInt = 0x86AE
///|
pub const GL_DOT3_RGBA : UInt = 0x86AF
///|
pub const GL_DOT3_RGBA_ARB : UInt = 0x86AF
///|
pub const GL_DOT3_RGBA_IMG : UInt = 0x86AF
///|
pub const GL_COMPRESSED_RGB_FXT1_3DFX : UInt = 0x86B0
///|
pub const GL_COMPRESSED_RGBA_FXT1_3DFX : UInt = 0x86B1
///|
pub const GL_MULTISAMPLE_3DFX : UInt = 0x86B2
///|
pub const GL_SAMPLE_BUFFERS_3DFX : UInt = 0x86B3
///|
pub const GL_SAMPLES_3DFX : UInt = 0x86B4
///|
pub const GL_EVAL_2D_NV : UInt = 0x86C0
///|
pub const GL_EVAL_TRIANGULAR_2D_NV : UInt = 0x86C1
///|
pub const GL_MAP_TESSELLATION_NV : UInt = 0x86C2
///|
pub const GL_MAP_ATTRIB_U_ORDER_NV : UInt = 0x86C3
///|
pub const GL_MAP_ATTRIB_V_ORDER_NV : UInt = 0x86C4
///|
pub const GL_EVAL_FRACTIONAL_TESSELLATION_NV : UInt = 0x86C5
///|
pub const GL_EVAL_VERTEX_ATTRIB0_NV : UInt = 0x86C6
///|
pub const GL_EVAL_VERTEX_ATTRIB1_NV : UInt = 0x86C7
///|
pub const GL_EVAL_VERTEX_ATTRIB2_NV : UInt = 0x86C8
///|
pub const GL_EVAL_VERTEX_ATTRIB3_NV : UInt = 0x86C9
///|
pub const GL_EVAL_VERTEX_ATTRIB4_NV : UInt = 0x86CA
///|
pub const GL_EVAL_VERTEX_ATTRIB5_NV : UInt = 0x86CB
///|
pub const GL_EVAL_VERTEX_ATTRIB6_NV : UInt = 0x86CC
///|
pub const GL_EVAL_VERTEX_ATTRIB7_NV : UInt = 0x86CD
///|
pub const GL_EVAL_VERTEX_ATTRIB8_NV : UInt = 0x86CE
///|
pub const GL_EVAL_VERTEX_ATTRIB9_NV : UInt = 0x86CF
///|
pub const GL_EVAL_VERTEX_ATTRIB10_NV : UInt = 0x86D0
///|
pub const GL_EVAL_VERTEX_ATTRIB11_NV : UInt = 0x86D1
///|
pub const GL_EVAL_VERTEX_ATTRIB12_NV : UInt = 0x86D2
///|
pub const GL_EVAL_VERTEX_ATTRIB13_NV : UInt = 0x86D3
///|
pub const GL_EVAL_VERTEX_ATTRIB14_NV : UInt = 0x86D4
///|
pub const GL_EVAL_VERTEX_ATTRIB15_NV : UInt = 0x86D5
///|
pub const GL_MAX_MAP_TESSELLATION_NV : UInt = 0x86D6
///|
pub const GL_MAX_RATIONAL_EVAL_ORDER_NV : UInt = 0x86D7
///|
pub const GL_MAX_PROGRAM_PATCH_ATTRIBS_NV : UInt = 0x86D8
///|
pub const GL_RGBA_UNSIGNED_DOT_PRODUCT_MAPPING_NV : UInt = 0x86D9
///|
pub const GL_UNSIGNED_INT_S8_S8_8_8_NV : UInt = 0x86DA
///|
pub const GL_UNSIGNED_INT_8_8_S8_S8_REV_NV : UInt = 0x86DB
///|
pub const GL_DSDT_MAG_INTENSITY_NV : UInt = 0x86DC
///|
pub const GL_SHADER_CONSISTENT_NV : UInt = 0x86DD
///|
pub const GL_TEXTURE_SHADER_NV : UInt = 0x86DE
///|
pub const GL_SHADER_OPERATION_NV : UInt = 0x86DF
///|
pub const GL_CULL_MODES_NV : UInt = 0x86E0
///|
pub const GL_OFFSET_TEXTURE_MATRIX_NV : UInt = 0x86E1
///|
pub const GL_OFFSET_TEXTURE_2D_MATRIX_NV : UInt = 0x86E1
///|
pub const GL_OFFSET_TEXTURE_SCALE_NV : UInt = 0x86E2
///|
pub const GL_OFFSET_TEXTURE_2D_SCALE_NV : UInt = 0x86E2
///|
pub const GL_OFFSET_TEXTURE_BIAS_NV : UInt = 0x86E3
///|
pub const GL_OFFSET_TEXTURE_2D_BIAS_NV : UInt = 0x86E3
///|
pub const GL_PREVIOUS_TEXTURE_INPUT_NV : UInt = 0x86E4
///|
pub const GL_CONST_EYE_NV : UInt = 0x86E5
///|
pub const GL_PASS_THROUGH_NV : UInt = 0x86E6
///|
pub const GL_CULL_FRAGMENT_NV : UInt = 0x86E7
///|
pub const GL_OFFSET_TEXTURE_2D_NV : UInt = 0x86E8
///|
pub const GL_DEPENDENT_AR_TEXTURE_2D_NV : UInt = 0x86E9
///|
pub const GL_DEPENDENT_GB_TEXTURE_2D_NV : UInt = 0x86EA
///|
pub const GL_SURFACE_STATE_NV : UInt = 0x86EB
///|
pub const GL_DOT_PRODUCT_NV : UInt = 0x86EC
///|
pub const GL_DOT_PRODUCT_DEPTH_REPLACE_NV : UInt = 0x86ED
///|
pub const GL_DOT_PRODUCT_TEXTURE_2D_NV : UInt = 0x86EE
///|
pub const GL_DOT_PRODUCT_TEXTURE_3D_NV : UInt = 0x86EF
///|
pub const GL_DOT_PRODUCT_TEXTURE_CUBE_MAP_NV : UInt = 0x86F0
///|
pub const GL_DOT_PRODUCT_DIFFUSE_CUBE_MAP_NV : UInt = 0x86F1
///|
pub const GL_DOT_PRODUCT_REFLECT_CUBE_MAP_NV : UInt = 0x86F2
///|
pub const GL_DOT_PRODUCT_CONST_EYE_REFLECT_CUBE_MAP_NV : UInt = 0x86F3
///|
pub const GL_HILO_NV : UInt = 0x86F4
///|
pub const GL_DSDT_NV : UInt = 0x86F5
///|
pub const GL_DSDT_MAG_NV : UInt = 0x86F6
///|
pub const GL_DSDT_MAG_VIB_NV : UInt = 0x86F7
///|
pub const GL_HILO16_NV : UInt = 0x86F8
///|
pub const GL_SIGNED_HILO_NV : UInt = 0x86F9
///|
pub const GL_SIGNED_HILO16_NV : UInt = 0x86FA
///|
pub const GL_SIGNED_RGBA_NV : UInt = 0x86FB
///|
pub const GL_SIGNED_RGBA8_NV : UInt = 0x86FC
///|
pub const GL_SURFACE_REGISTERED_NV : UInt = 0x86FD
///|
pub const GL_SIGNED_RGB_NV : UInt = 0x86FE
///|
pub const GL_SIGNED_RGB8_NV : UInt = 0x86FF
///|
pub const GL_SURFACE_MAPPED_NV : UInt = 0x8700
///|
pub const GL_SIGNED_LUMINANCE_NV : UInt = 0x8701
///|
pub const GL_SIGNED_LUMINANCE8_NV : UInt = 0x8702
///|
pub const GL_SIGNED_LUMINANCE_ALPHA_NV : UInt = 0x8703
///|
pub const GL_SIGNED_LUMINANCE8_ALPHA8_NV : UInt = 0x8704
///|
pub const GL_SIGNED_ALPHA_NV : UInt = 0x8705
///|
pub const GL_SIGNED_ALPHA8_NV : UInt = 0x8706
///|
pub const GL_SIGNED_INTENSITY_NV : UInt = 0x8707
///|
pub const GL_SIGNED_INTENSITY8_NV : UInt = 0x8708
///|
pub const GL_DSDT8_NV : UInt = 0x8709
///|
pub const GL_DSDT8_MAG8_NV : UInt = 0x870A
///|
pub const GL_DSDT8_MAG8_INTENSITY8_NV : UInt = 0x870B
///|
pub const GL_SIGNED_RGB_UNSIGNED_ALPHA_NV : UInt = 0x870C
///|
pub const GL_SIGNED_RGB8_UNSIGNED_ALPHA8_NV : UInt = 0x870D
///|
pub const GL_HI_SCALE_NV : UInt = 0x870E
///|
pub const GL_LO_SCALE_NV : UInt = 0x870F
///|
pub const GL_DS_SCALE_NV : UInt = 0x8710
///|
pub const GL_DT_SCALE_NV : UInt = 0x8711
///|
pub const GL_MAGNITUDE_SCALE_NV : UInt = 0x8712
///|
pub const GL_VIBRANCE_SCALE_NV : UInt = 0x8713
///|
pub const GL_HI_BIAS_NV : UInt = 0x8714
///|
pub const GL_LO_BIAS_NV : UInt = 0x8715
///|
pub const GL_DS_BIAS_NV : UInt = 0x8716
///|
pub const GL_DT_BIAS_NV : UInt = 0x8717
///|
pub const GL_MAGNITUDE_BIAS_NV : UInt = 0x8718
///|
pub const GL_VIBRANCE_BIAS_NV : UInt = 0x8719
///|
pub const GL_TEXTURE_BORDER_VALUES_NV : UInt = 0x871A
///|
pub const GL_TEXTURE_HI_SIZE_NV : UInt = 0x871B
///|
pub const GL_TEXTURE_LO_SIZE_NV : UInt = 0x871C
///|
pub const GL_TEXTURE_DS_SIZE_NV : UInt = 0x871D
///|
pub const GL_TEXTURE_DT_SIZE_NV : UInt = 0x871E
///|
pub const GL_TEXTURE_MAG_SIZE_NV : UInt = 0x871F
///|
pub const GL_MODELVIEW2_ARB : UInt = 0x8722
///|
pub const GL_MODELVIEW3_ARB : UInt = 0x8723
///|
pub const GL_MODELVIEW4_ARB : UInt = 0x8724
///|
pub const GL_MODELVIEW5_ARB : UInt = 0x8725
///|
pub const GL_MODELVIEW6_ARB : UInt = 0x8726
///|
pub const GL_MODELVIEW7_ARB : UInt = 0x8727
///|
pub const GL_MODELVIEW8_ARB : UInt = 0x8728
///|
pub const GL_MODELVIEW9_ARB : UInt = 0x8729
///|
pub const GL_MODELVIEW10_ARB : UInt = 0x872A
///|
pub const GL_MODELVIEW11_ARB : UInt = 0x872B
///|
pub const GL_MODELVIEW12_ARB : UInt = 0x872C
///|
pub const GL_MODELVIEW13_ARB : UInt = 0x872D
///|
pub const GL_MODELVIEW14_ARB : UInt = 0x872E
///|
pub const GL_MODELVIEW15_ARB : UInt = 0x872F
///|
pub const GL_MODELVIEW16_ARB : UInt = 0x8730
///|
pub const GL_MODELVIEW17_ARB : UInt = 0x8731
///|
pub const GL_MODELVIEW18_ARB : UInt = 0x8732
///|
pub const GL_MODELVIEW19_ARB : UInt = 0x8733
///|
pub const GL_MODELVIEW20_ARB : UInt = 0x8734
///|
pub const GL_MODELVIEW21_ARB : UInt = 0x8735
///|
pub const GL_MODELVIEW22_ARB : UInt = 0x8736
///|
pub const GL_MODELVIEW23_ARB : UInt = 0x8737
///|
pub const GL_MODELVIEW24_ARB : UInt = 0x8738
///|
pub const GL_MODELVIEW25_ARB : UInt = 0x8739
///|
pub const GL_MODELVIEW26_ARB : UInt = 0x873A
///|
pub const GL_MODELVIEW27_ARB : UInt = 0x873B
///|
pub const GL_MODELVIEW28_ARB : UInt = 0x873C
///|
pub const GL_MODELVIEW29_ARB : UInt = 0x873D
///|
pub const GL_MODELVIEW30_ARB : UInt = 0x873E
///|
pub const GL_MODELVIEW31_ARB : UInt = 0x873F
///|
pub const GL_DOT3_RGB_EXT : UInt = 0x8740
///|
pub const GL_Z400_BINARY_AMD : UInt = 0x8740
///|
pub const GL_DOT3_RGBA_EXT : UInt = 0x8741
///|
pub const GL_PROGRAM_BINARY_LENGTH_OES : UInt = 0x8741
///|
pub const GL_PROGRAM_BINARY_LENGTH : UInt = 0x8741
///|
pub const GL_MIRROR_CLAMP_ATI : UInt = 0x8742
///|
pub const GL_MIRROR_CLAMP_EXT : UInt = 0x8742
///|
pub const GL_MIRROR_CLAMP_TO_EDGE : UInt = 0x8743
///|
pub const GL_MIRROR_CLAMP_TO_EDGE_ATI : UInt = 0x8743
///|
pub const GL_MIRROR_CLAMP_TO_EDGE_EXT : UInt = 0x8743
///|
pub const GL_MODULATE_ADD_ATI : UInt = 0x8744
///|
pub const GL_MODULATE_SIGNED_ADD_ATI : UInt = 0x8745
///|
pub const GL_MODULATE_SUBTRACT_ATI : UInt = 0x8746
///|
pub const GL_SET_AMD : UInt = 0x874A
///|
pub const GL_REPLACE_VALUE_AMD : UInt = 0x874B
///|
pub const GL_STENCIL_OP_VALUE_AMD : UInt = 0x874C
///|
pub const GL_STENCIL_BACK_OP_VALUE_AMD : UInt = 0x874D
///|
pub const GL_VERTEX_ATTRIB_ARRAY_LONG : UInt = 0x874E
///|
pub const GL_OCCLUSION_QUERY_EVENT_MASK_AMD : UInt = 0x874F
///|
pub const GL_DEPTH_STENCIL_MESA : UInt = 0x8750
///|
pub const GL_UNSIGNED_INT_24_8_MESA : UInt = 0x8751
///|
pub const GL_UNSIGNED_INT_8_24_REV_MESA : UInt = 0x8752
///|
pub const GL_UNSIGNED_SHORT_15_1_MESA : UInt = 0x8753
///|
pub const GL_UNSIGNED_SHORT_1_15_REV_MESA : UInt = 0x8754
///|
pub const GL_TRACE_MASK_MESA : UInt = 0x8755
///|
pub const GL_TRACE_NAME_MESA : UInt = 0x8756
///|
pub const GL_YCBCR_MESA : UInt = 0x8757
///|
pub const GL_PACK_INVERT_MESA : UInt = 0x8758
///|
pub const GL_DEBUG_OBJECT_MESA : UInt = 0x8759
///|
pub const GL_TEXTURE_1D_STACK_MESAX : UInt = 0x8759
///|
pub const GL_DEBUG_PRINT_MESA : UInt = 0x875A
///|
pub const GL_TEXTURE_2D_STACK_MESAX : UInt = 0x875A
///|
pub const GL_DEBUG_ASSERT_MESA : UInt = 0x875B
///|
pub const GL_PROXY_TEXTURE_1D_STACK_MESAX : UInt = 0x875B
///|
pub const GL_PROXY_TEXTURE_2D_STACK_MESAX : UInt = 0x875C
///|
pub const GL_TEXTURE_1D_STACK_BINDING_MESAX : UInt = 0x875D
///|
pub const GL_TEXTURE_2D_STACK_BINDING_MESAX : UInt = 0x875E
///|
pub const GL_PROGRAM_BINARY_FORMAT_MESA : UInt = 0x875F
///|
pub const GL_STATIC_ATI : UInt = 0x8760
///|
pub const GL_DYNAMIC_ATI : UInt = 0x8761
///|
pub const GL_PRESERVE_ATI : UInt = 0x8762
///|
pub const GL_DISCARD_ATI : UInt = 0x8763
///|
pub const GL_BUFFER_SIZE : UInt = 0x8764
///|
pub const GL_BUFFER_SIZE_ARB : UInt = 0x8764
///|
pub const GL_OBJECT_BUFFER_SIZE_ATI : UInt = 0x8764
///|
pub const GL_BUFFER_USAGE : UInt = 0x8765
///|
pub const GL_BUFFER_USAGE_ARB : UInt = 0x8765
///|
pub const GL_OBJECT_BUFFER_USAGE_ATI : UInt = 0x8765
///|
pub const GL_ARRAY_OBJECT_BUFFER_ATI : UInt = 0x8766
///|
pub const GL_ARRAY_OBJECT_OFFSET_ATI : UInt = 0x8767
///|
pub const GL_ELEMENT_ARRAY_ATI : UInt = 0x8768
///|
pub const GL_ELEMENT_ARRAY_TYPE_ATI : UInt = 0x8769
///|
pub const GL_ELEMENT_ARRAY_POINTER_ATI : UInt = 0x876A
///|
pub const GL_MAX_VERTEX_STREAMS_ATI : UInt = 0x876B
///|
pub const GL_VERTEX_STREAM0_ATI : UInt = 0x876C
///|
pub const GL_VERTEX_STREAM1_ATI : UInt = 0x876D
///|
pub const GL_VERTEX_STREAM2_ATI : UInt = 0x876E
///|
pub const GL_VERTEX_STREAM3_ATI : UInt = 0x876F
///|
pub const GL_VERTEX_STREAM4_ATI : UInt = 0x8770
///|
pub const GL_VERTEX_STREAM5_ATI : UInt = 0x8771
///|
pub const GL_VERTEX_STREAM6_ATI : UInt = 0x8772
///|
pub const GL_VERTEX_STREAM7_ATI : UInt = 0x8773
///|
pub const GL_VERTEX_SOURCE_ATI : UInt = 0x8774
///|
pub const GL_BUMP_ROT_MATRIX_ATI : UInt = 0x8775
///|
pub const GL_BUMP_ROT_MATRIX_SIZE_ATI : UInt = 0x8776
///|
pub const GL_BUMP_NUM_TEX_UNITS_ATI : UInt = 0x8777
///|
pub const GL_BUMP_TEX_UNITS_ATI : UInt = 0x8778
///|
pub const GL_DUDV_ATI : UInt = 0x8779
///|
pub const GL_DU8DV8_ATI : UInt = 0x877A
///|
pub const GL_BUMP_ENVMAP_ATI : UInt = 0x877B
///|
pub const GL_BUMP_TARGET_ATI : UInt = 0x877C
///|
pub const GL_VERTEX_SHADER_EXT : UInt = 0x8780
///|
pub const GL_VERTEX_SHADER_BINDING_EXT : UInt = 0x8781
///|
pub const GL_OP_INDEX_EXT : UInt = 0x8782
///|
pub const GL_OP_NEGATE_EXT : UInt = 0x8783
///|
pub const GL_OP_DOT3_EXT : UInt = 0x8784
///|
pub const GL_OP_DOT4_EXT : UInt = 0x8785
///|
pub const GL_OP_MUL_EXT : UInt = 0x8786
///|
pub const GL_OP_ADD_EXT : UInt = 0x8787
///|
pub const GL_OP_MADD_EXT : UInt = 0x8788
///|
pub const GL_OP_FRAC_EXT : UInt = 0x8789
///|
pub const GL_OP_MAX_EXT : UInt = 0x878A
///|
pub const GL_OP_MIN_EXT : UInt = 0x878B
///|
pub const GL_OP_SET_GE_EXT : UInt = 0x878C
///|
pub const GL_OP_SET_LT_EXT : UInt = 0x878D
///|
pub const GL_OP_CLAMP_EXT : UInt = 0x878E
///|
pub const GL_OP_FLOOR_EXT : UInt = 0x878F
///|
pub const GL_OP_ROUND_EXT : UInt = 0x8790
///|
pub const GL_OP_EXP_BASE_2_EXT : UInt = 0x8791
///|
pub const GL_OP_LOG_BASE_2_EXT : UInt = 0x8792
///|
pub const GL_OP_POWER_EXT : UInt = 0x8793
///|
pub const GL_OP_RECIP_EXT : UInt = 0x8794
///|
pub const GL_OP_RECIP_SQRT_EXT : UInt = 0x8795
///|
pub const GL_OP_SUB_EXT : UInt = 0x8796
///|
pub const GL_OP_CROSS_PRODUCT_EXT : UInt = 0x8797
///|
pub const GL_OP_MULTIPLY_MATRIX_EXT : UInt = 0x8798
///|
pub const GL_OP_MOV_EXT : UInt = 0x8799
///|
pub const GL_OUTPUT_VERTEX_EXT : UInt = 0x879A
///|
pub const GL_OUTPUT_COLOR0_EXT : UInt = 0x879B
///|
pub const GL_OUTPUT_COLOR1_EXT : UInt = 0x879C
///|
pub const GL_OUTPUT_TEXTURE_COORD0_EXT : UInt = 0x879D
///|
pub const GL_OUTPUT_TEXTURE_COORD1_EXT : UInt = 0x879E
///|
pub const GL_OUTPUT_TEXTURE_COORD2_EXT : UInt = 0x879F
///|
pub const GL_OUTPUT_TEXTURE_COORD3_EXT : UInt = 0x87A0
///|
pub const GL_OUTPUT_TEXTURE_COORD4_EXT : UInt = 0x87A1
///|
pub const GL_OUTPUT_TEXTURE_COORD5_EXT : UInt = 0x87A2
///|
pub const GL_OUTPUT_TEXTURE_COORD6_EXT : UInt = 0x87A3
///|
pub const GL_OUTPUT_TEXTURE_COORD7_EXT : UInt = 0x87A4
///|
pub const GL_OUTPUT_TEXTURE_COORD8_EXT : UInt = 0x87A5
///|
pub const GL_OUTPUT_TEXTURE_COORD9_EXT : UInt = 0x87A6
///|
pub const GL_OUTPUT_TEXTURE_COORD10_EXT : UInt = 0x87A7
///|
pub const GL_OUTPUT_TEXTURE_COORD11_EXT : UInt = 0x87A8
///|
pub const GL_OUTPUT_TEXTURE_COORD12_EXT : UInt = 0x87A9
///|
pub const GL_OUTPUT_TEXTURE_COORD13_EXT : UInt = 0x87AA
///|
pub const GL_OUTPUT_TEXTURE_COORD14_EXT : UInt = 0x87AB
///|
pub const GL_OUTPUT_TEXTURE_COORD15_EXT : UInt = 0x87AC
///|
pub const GL_OUTPUT_TEXTURE_COORD16_EXT : UInt = 0x87AD
///|
pub const GL_OUTPUT_TEXTURE_COORD17_EXT : UInt = 0x87AE
///|
pub const GL_OUTPUT_TEXTURE_COORD18_EXT : UInt = 0x87AF
///|
pub const GL_OUTPUT_TEXTURE_COORD19_EXT : UInt = 0x87B0
///|
pub const GL_OUTPUT_TEXTURE_COORD20_EXT : UInt = 0x87B1
///|
pub const GL_OUTPUT_TEXTURE_COORD21_EXT : UInt = 0x87B2
///|
pub const GL_OUTPUT_TEXTURE_COORD22_EXT : UInt = 0x87B3
///|
pub const GL_OUTPUT_TEXTURE_COORD23_EXT : UInt = 0x87B4
///|
pub const GL_OUTPUT_TEXTURE_COORD24_EXT : UInt = 0x87B5
///|
pub const GL_OUTPUT_TEXTURE_COORD25_EXT : UInt = 0x87B6
///|
pub const GL_OUTPUT_TEXTURE_COORD26_EXT : UInt = 0x87B7
///|
pub const GL_OUTPUT_TEXTURE_COORD27_EXT : UInt = 0x87B8
///|
pub const GL_OUTPUT_TEXTURE_COORD28_EXT : UInt = 0x87B9
///|
pub const GL_OUTPUT_TEXTURE_COORD29_EXT : UInt = 0x87BA
///|
pub const GL_OUTPUT_TEXTURE_COORD30_EXT : UInt = 0x87BB
///|
pub const GL_OUTPUT_TEXTURE_COORD31_EXT : UInt = 0x87BC
///|
pub const GL_OUTPUT_FOG_EXT : UInt = 0x87BD
///|
pub const GL_SCALAR_EXT : UInt = 0x87BE
///|
pub const GL_VECTOR_EXT : UInt = 0x87BF
///|
pub const GL_MATRIX_EXT : UInt = 0x87C0
///|
pub const GL_VARIANT_EXT : UInt = 0x87C1
///|
pub const GL_INVARIANT_EXT : UInt = 0x87C2
///|
pub const GL_LOCAL_CONSTANT_EXT : UInt = 0x87C3
///|
pub const GL_LOCAL_EXT : UInt = 0x87C4
///|
pub const GL_MAX_VERTEX_SHADER_INSTRUCTIONS_EXT : UInt = 0x87C5
///|
pub const GL_MAX_VERTEX_SHADER_VARIANTS_EXT : UInt = 0x87C6
///|
pub const GL_MAX_VERTEX_SHADER_INVARIANTS_EXT : UInt = 0x87C7
///|
pub const GL_MAX_VERTEX_SHADER_LOCAL_CONSTANTS_EXT : UInt = 0x87C8
///|
pub const GL_MAX_VERTEX_SHADER_LOCALS_EXT : UInt = 0x87C9
///|
pub const GL_MAX_OPTIMIZED_VERTEX_SHADER_INSTRUCTIONS_EXT : UInt = 0x87CA
///|
pub const GL_MAX_OPTIMIZED_VERTEX_SHADER_VARIANTS_EXT : UInt = 0x87CB
///|
pub const GL_MAX_OPTIMIZED_VERTEX_SHADER_LOCAL_CONSTANTS_EXT : UInt = 0x87CC
///|
pub const GL_MAX_OPTIMIZED_VERTEX_SHADER_INVARIANTS_EXT : UInt = 0x87CD
///|
pub const GL_MAX_OPTIMIZED_VERTEX_SHADER_LOCALS_EXT : UInt = 0x87CE
///|
pub const GL_VERTEX_SHADER_INSTRUCTIONS_EXT : UInt = 0x87CF
///|
pub const GL_VERTEX_SHADER_VARIANTS_EXT : UInt = 0x87D0
///|
pub const GL_VERTEX_SHADER_INVARIANTS_EXT : UInt = 0x87D1
///|
pub const GL_VERTEX_SHADER_LOCAL_CONSTANTS_EXT : UInt = 0x87D2
///|
pub const GL_VERTEX_SHADER_LOCALS_EXT : UInt = 0x87D3
///|
pub const GL_VERTEX_SHADER_OPTIMIZED_EXT : UInt = 0x87D4
///|
pub const GL_X_EXT : UInt = 0x87D5
///|
pub const GL_Y_EXT : UInt = 0x87D6
///|
pub const GL_Z_EXT : UInt = 0x87D7
///|
pub const GL_W_EXT : UInt = 0x87D8
///|
pub const GL_NEGATIVE_X_EXT : UInt = 0x87D9
///|
pub const GL_NEGATIVE_Y_EXT : UInt = 0x87DA
///|
pub const GL_NEGATIVE_Z_EXT : UInt = 0x87DB
///|
pub const GL_NEGATIVE_W_EXT : UInt = 0x87DC
///|
pub const GL_ZERO_EXT : UInt = 0x87DD
///|
pub const GL_ONE_EXT : UInt = 0x87DE
///|
pub const GL_NEGATIVE_ONE_EXT : UInt = 0x87DF
///|
pub const GL_NORMALIZED_RANGE_EXT : UInt = 0x87E0
///|
pub const GL_FULL_RANGE_EXT : UInt = 0x87E1
///|
pub const GL_CURRENT_VERTEX_EXT : UInt = 0x87E2
///|
pub const GL_MVP_MATRIX_EXT : UInt = 0x87E3
///|
pub const GL_VARIANT_VALUE_EXT : UInt = 0x87E4
///|
pub const GL_VARIANT_DATATYPE_EXT : UInt = 0x87E5
///|
pub const GL_VARIANT_ARRAY_STRIDE_EXT : UInt = 0x87E6
///|
pub const GL_VARIANT_ARRAY_TYPE_EXT : UInt = 0x87E7
///|
pub const GL_VARIANT_ARRAY_EXT : UInt = 0x87E8
///|
pub const GL_VARIANT_ARRAY_POINTER_EXT : UInt = 0x87E9
///|
pub const GL_INVARIANT_VALUE_EXT : UInt = 0x87EA
///|
pub const GL_INVARIANT_DATATYPE_EXT : UInt = 0x87EB
///|
pub const GL_LOCAL_CONSTANT_VALUE_EXT : UInt = 0x87EC
///|
pub const GL_LOCAL_CONSTANT_DATATYPE_EXT : UInt = 0x87ED
///|
pub const GL_ATC_RGBA_INTERPOLATED_ALPHA_AMD : UInt = 0x87EE
///|
pub const GL_PN_TRIANGLES_ATI : UInt = 0x87F0
///|
pub const GL_MAX_PN_TRIANGLES_TESSELATION_LEVEL_ATI : UInt = 0x87F1
///|
pub const GL_PN_TRIANGLES_POINT_MODE_ATI : UInt = 0x87F2
///|
pub const GL_PN_TRIANGLES_NORMAL_MODE_ATI : UInt = 0x87F3
///|
pub const GL_PN_TRIANGLES_TESSELATION_LEVEL_ATI : UInt = 0x87F4
///|
pub const GL_PN_TRIANGLES_POINT_MODE_LINEAR_ATI : UInt = 0x87F5
///|
pub const GL_PN_TRIANGLES_POINT_MODE_CUBIC_ATI : UInt = 0x87F6
///|
pub const GL_PN_TRIANGLES_NORMAL_MODE_LINEAR_ATI : UInt = 0x87F7
///|
pub const GL_PN_TRIANGLES_NORMAL_MODE_QUADRATIC_ATI : UInt = 0x87F8
///|
pub const GL_3DC_X_AMD : UInt = 0x87F9
///|
pub const GL_3DC_XY_AMD : UInt = 0x87FA
///|
pub const GL_VBO_FREE_MEMORY_ATI : UInt = 0x87FB
///|
pub const GL_TEXTURE_FREE_MEMORY_ATI : UInt = 0x87FC
///|
pub const GL_RENDERBUFFER_FREE_MEMORY_ATI : UInt = 0x87FD
///|
pub const GL_NUM_PROGRAM_BINARY_FORMATS : UInt = 0x87FE
///|
pub const GL_NUM_PROGRAM_BINARY_FORMATS_OES : UInt = 0x87FE
///|
pub const GL_PROGRAM_BINARY_FORMATS : UInt = 0x87FF
///|
pub const GL_PROGRAM_BINARY_FORMATS_OES : UInt = 0x87FF
///|
pub const GL_STENCIL_BACK_FUNC : UInt = 0x8800
///|
pub const GL_STENCIL_BACK_FUNC_ATI : UInt = 0x8800
///|
pub const GL_STENCIL_BACK_FAIL : UInt = 0x8801
///|
pub const GL_STENCIL_BACK_FAIL_ATI : UInt = 0x8801
///|
pub const GL_STENCIL_BACK_PASS_DEPTH_FAIL : UInt = 0x8802
///|
pub const GL_STENCIL_BACK_PASS_DEPTH_FAIL_ATI : UInt = 0x8802
///|
pub const GL_STENCIL_BACK_PASS_DEPTH_PASS : UInt = 0x8803
///|
pub const GL_STENCIL_BACK_PASS_DEPTH_PASS_ATI : UInt = 0x8803
///|
pub const GL_FRAGMENT_PROGRAM_ARB : UInt = 0x8804
///|
pub const GL_PROGRAM_ALU_INSTRUCTIONS_ARB : UInt = 0x8805
///|
pub const GL_PROGRAM_TEX_INSTRUCTIONS_ARB : UInt = 0x8806
///|
pub const GL_PROGRAM_TEX_INDIRECTIONS_ARB : UInt = 0x8807
///|
pub const GL_PROGRAM_NATIVE_ALU_INSTRUCTIONS_ARB : UInt = 0x8808
///|
pub const GL_PROGRAM_NATIVE_TEX_INSTRUCTIONS_ARB : UInt = 0x8809
///|
pub const GL_PROGRAM_NATIVE_TEX_INDIRECTIONS_ARB : UInt = 0x880A
///|
pub const GL_MAX_PROGRAM_ALU_INSTRUCTIONS_ARB : UInt = 0x880B
///|
pub const GL_MAX_PROGRAM_TEX_INSTRUCTIONS_ARB : UInt = 0x880C
///|
pub const GL_MAX_PROGRAM_TEX_INDIRECTIONS_ARB : UInt = 0x880D
///|
pub const GL_MAX_PROGRAM_NATIVE_ALU_INSTRUCTIONS_ARB : UInt = 0x880E
///|
pub const GL_MAX_PROGRAM_NATIVE_TEX_INSTRUCTIONS_ARB : UInt = 0x880F
///|
pub const GL_MAX_PROGRAM_NATIVE_TEX_INDIRECTIONS_ARB : UInt = 0x8810
///|
pub const GL_RGBA32F : UInt = 0x8814
///|
pub const GL_RGBA32F_ARB : UInt = 0x8814
///|
pub const GL_RGBA32F_EXT : UInt = 0x8814
///|
pub const GL_RGBA_FLOAT32_APPLE : UInt = 0x8814
///|
pub const GL_RGBA_FLOAT32_ATI : UInt = 0x8814
///|
pub const GL_RGB32F : UInt = 0x8815
///|
pub const GL_RGB32F_ARB : UInt = 0x8815
///|
pub const GL_RGB32F_EXT : UInt = 0x8815
///|
pub const GL_RGB_FLOAT32_APPLE : UInt = 0x8815
///|
pub const GL_RGB_FLOAT32_ATI : UInt = 0x8815
///|
pub const GL_ALPHA32F_ARB : UInt = 0x8816
///|
pub const GL_ALPHA32F_EXT : UInt = 0x8816
///|
pub const GL_ALPHA_FLOAT32_APPLE : UInt = 0x8816
///|
pub const GL_ALPHA_FLOAT32_ATI : UInt = 0x8816
///|
pub const GL_INTENSITY32F_ARB : UInt = 0x8817
///|
pub const GL_INTENSITY_FLOAT32_APPLE : UInt = 0x8817
///|
pub const GL_INTENSITY_FLOAT32_ATI : UInt = 0x8817
///|
pub const GL_LUMINANCE32F_ARB : UInt = 0x8818
///|
pub const GL_LUMINANCE32F_EXT : UInt = 0x8818
///|
pub const GL_LUMINANCE_FLOAT32_APPLE : UInt = 0x8818
///|
pub const GL_LUMINANCE_FLOAT32_ATI : UInt = 0x8818
///|
pub const GL_LUMINANCE_ALPHA32F_ARB : UInt = 0x8819
///|
pub const GL_LUMINANCE_ALPHA32F_EXT : UInt = 0x8819
///|
pub const GL_LUMINANCE_ALPHA_FLOAT32_APPLE : UInt = 0x8819
///|
pub const GL_LUMINANCE_ALPHA_FLOAT32_ATI : UInt = 0x8819
///|
pub const GL_RGBA16F : UInt = 0x881A
///|
pub const GL_RGBA16F_ARB : UInt = 0x881A
///|
pub const GL_RGBA16F_EXT : UInt = 0x881A
///|
pub const GL_RGBA_FLOAT16_APPLE : UInt = 0x881A
///|
pub const GL_RGBA_FLOAT16_ATI : UInt = 0x881A
///|
pub const GL_RGB16F : UInt = 0x881B
///|
pub const GL_RGB16F_ARB : UInt = 0x881B
///|
pub const GL_RGB16F_EXT : UInt = 0x881B
///|
pub const GL_RGB_FLOAT16_APPLE : UInt = 0x881B
///|
pub const GL_RGB_FLOAT16_ATI : UInt = 0x881B
///|
pub const GL_ALPHA16F_ARB : UInt = 0x881C
///|
pub const GL_ALPHA16F_EXT : UInt = 0x881C
///|
pub const GL_ALPHA_FLOAT16_APPLE : UInt = 0x881C
///|
pub const GL_ALPHA_FLOAT16_ATI : UInt = 0x881C
///|
pub const GL_INTENSITY16F_ARB : UInt = 0x881D
///|
pub const GL_INTENSITY_FLOAT16_APPLE : UInt = 0x881D
///|
pub const GL_INTENSITY_FLOAT16_ATI : UInt = 0x881D
///|
pub const GL_LUMINANCE16F_ARB : UInt = 0x881E
///|
pub const GL_LUMINANCE16F_EXT : UInt = 0x881E
///|
pub const GL_LUMINANCE_FLOAT16_APPLE : UInt = 0x881E
///|
pub const GL_LUMINANCE_FLOAT16_ATI : UInt = 0x881E
///|
pub const GL_LUMINANCE_ALPHA16F_ARB : UInt = 0x881F
///|
pub const GL_LUMINANCE_ALPHA16F_EXT : UInt = 0x881F
///|
pub const GL_LUMINANCE_ALPHA_FLOAT16_APPLE : UInt = 0x881F
///|
pub const GL_LUMINANCE_ALPHA_FLOAT16_ATI : UInt = 0x881F
///|
pub const GL_RGBA_FLOAT_MODE_ARB : UInt = 0x8820
///|
pub const GL_RGBA_FLOAT_MODE_ATI : UInt = 0x8820
///|
pub const GL_WRITEONLY_RENDERING_QCOM : UInt = 0x8823
///|
pub const GL_MAX_DRAW_BUFFERS : UInt = 0x8824
///|
pub const GL_MAX_DRAW_BUFFERS_ARB : UInt = 0x8824
///|
pub const GL_MAX_DRAW_BUFFERS_ATI : UInt = 0x8824
///|
pub const GL_MAX_DRAW_BUFFERS_EXT : UInt = 0x8824
///|
pub const GL_MAX_DRAW_BUFFERS_NV : UInt = 0x8824
///|
pub const GL_DRAW_BUFFER0 : UInt = 0x8825
///|
pub const GL_DRAW_BUFFER0_ARB : UInt = 0x8825
///|
pub const GL_DRAW_BUFFER0_ATI : UInt = 0x8825
///|
pub const GL_DRAW_BUFFER0_EXT : UInt = 0x8825
///|
pub const GL_DRAW_BUFFER0_NV : UInt = 0x8825
///|
pub const GL_DRAW_BUFFER1 : UInt = 0x8826
///|
pub const GL_DRAW_BUFFER1_ARB : UInt = 0x8826
///|
pub const GL_DRAW_BUFFER1_ATI : UInt = 0x8826
///|
pub const GL_DRAW_BUFFER1_EXT : UInt = 0x8826
///|
pub const GL_DRAW_BUFFER1_NV : UInt = 0x8826
///|
pub const GL_DRAW_BUFFER2 : UInt = 0x8827
///|
pub const GL_DRAW_BUFFER2_ARB : UInt = 0x8827
///|
pub const GL_DRAW_BUFFER2_ATI : UInt = 0x8827
///|
pub const GL_DRAW_BUFFER2_EXT : UInt = 0x8827
///|
pub const GL_DRAW_BUFFER2_NV : UInt = 0x8827
///|
pub const GL_DRAW_BUFFER3 : UInt = 0x8828
///|
pub const GL_DRAW_BUFFER3_ARB : UInt = 0x8828
///|
pub const GL_DRAW_BUFFER3_ATI : UInt = 0x8828
///|
pub const GL_DRAW_BUFFER3_EXT : UInt = 0x8828
///|
pub const GL_DRAW_BUFFER3_NV : UInt = 0x8828
///|
pub const GL_DRAW_BUFFER4 : UInt = 0x8829
///|
pub const GL_DRAW_BUFFER4_ARB : UInt = 0x8829
///|
pub const GL_DRAW_BUFFER4_ATI : UInt = 0x8829
///|
pub const GL_DRAW_BUFFER4_EXT : UInt = 0x8829
///|
pub const GL_DRAW_BUFFER4_NV : UInt = 0x8829
///|
pub const GL_DRAW_BUFFER5 : UInt = 0x882A
///|
pub const GL_DRAW_BUFFER5_ARB : UInt = 0x882A
///|
pub const GL_DRAW_BUFFER5_ATI : UInt = 0x882A
///|
pub const GL_DRAW_BUFFER5_EXT : UInt = 0x882A
///|
pub const GL_DRAW_BUFFER5_NV : UInt = 0x882A
///|
pub const GL_DRAW_BUFFER6 : UInt = 0x882B
///|
pub const GL_DRAW_BUFFER6_ARB : UInt = 0x882B
///|
pub const GL_DRAW_BUFFER6_ATI : UInt = 0x882B
///|
pub const GL_DRAW_BUFFER6_EXT : UInt = 0x882B
///|
pub const GL_DRAW_BUFFER6_NV : UInt = 0x882B
///|
pub const GL_DRAW_BUFFER7 : UInt = 0x882C
///|
pub const GL_DRAW_BUFFER7_ARB : UInt = 0x882C
///|
pub const GL_DRAW_BUFFER7_ATI : UInt = 0x882C
///|
pub const GL_DRAW_BUFFER7_EXT : UInt = 0x882C
///|
pub const GL_DRAW_BUFFER7_NV : UInt = 0x882C
///|
pub const GL_DRAW_BUFFER8 : UInt = 0x882D
///|
pub const GL_DRAW_BUFFER8_ARB : UInt = 0x882D
///|
pub const GL_DRAW_BUFFER8_ATI : UInt = 0x882D
///|
pub const GL_DRAW_BUFFER8_EXT : UInt = 0x882D
///|
pub const GL_DRAW_BUFFER8_NV : UInt = 0x882D
///|
pub const GL_DRAW_BUFFER9 : UInt = 0x882E
///|
pub const GL_DRAW_BUFFER9_ARB : UInt = 0x882E
///|
pub const GL_DRAW_BUFFER9_ATI : UInt = 0x882E
///|
pub const GL_DRAW_BUFFER9_EXT : UInt = 0x882E
///|
pub const GL_DRAW_BUFFER9_NV : UInt = 0x882E
///|
pub const GL_DRAW_BUFFER10 : UInt = 0x882F
///|
pub const GL_DRAW_BUFFER10_ARB : UInt = 0x882F
///|
pub const GL_DRAW_BUFFER10_ATI : UInt = 0x882F
///|
pub const GL_DRAW_BUFFER10_EXT : UInt = 0x882F
///|
pub const GL_DRAW_BUFFER10_NV : UInt = 0x882F
///|
pub const GL_DRAW_BUFFER11 : UInt = 0x8830
///|
pub const GL_DRAW_BUFFER11_ARB : UInt = 0x8830
///|
pub const GL_DRAW_BUFFER11_ATI : UInt = 0x8830
///|
pub const GL_DRAW_BUFFER11_EXT : UInt = 0x8830
///|
pub const GL_DRAW_BUFFER11_NV : UInt = 0x8830
///|
pub const GL_DRAW_BUFFER12 : UInt = 0x8831
///|
pub const GL_DRAW_BUFFER12_ARB : UInt = 0x8831
///|
pub const GL_DRAW_BUFFER12_ATI : UInt = 0x8831
///|
pub const GL_DRAW_BUFFER12_EXT : UInt = 0x8831
///|
pub const GL_DRAW_BUFFER12_NV : UInt = 0x8831
///|
pub const GL_DRAW_BUFFER13 : UInt = 0x8832
///|
pub const GL_DRAW_BUFFER13_ARB : UInt = 0x8832
///|
pub const GL_DRAW_BUFFER13_ATI : UInt = 0x8832
///|
pub const GL_DRAW_BUFFER13_EXT : UInt = 0x8832
///|
pub const GL_DRAW_BUFFER13_NV : UInt = 0x8832
///|
pub const GL_DRAW_BUFFER14 : UInt = 0x8833
///|
pub const GL_DRAW_BUFFER14_ARB : UInt = 0x8833
///|
pub const GL_DRAW_BUFFER14_ATI : UInt = 0x8833
///|
pub const GL_DRAW_BUFFER14_EXT : UInt = 0x8833
///|
pub const GL_DRAW_BUFFER14_NV : UInt = 0x8833
///|
pub const GL_DRAW_BUFFER15 : UInt = 0x8834
///|
pub const GL_DRAW_BUFFER15_ARB : UInt = 0x8834
///|
pub const GL_DRAW_BUFFER15_ATI : UInt = 0x8834
///|
pub const GL_DRAW_BUFFER15_EXT : UInt = 0x8834
///|
pub const GL_DRAW_BUFFER15_NV : UInt = 0x8834
///|
pub const GL_COLOR_CLEAR_UNCLAMPED_VALUE_ATI : UInt = 0x8835
///|
pub const GL_COMPRESSED_LUMINANCE_ALPHA_3DC_ATI : UInt = 0x8837
///|
pub const GL_BLEND_EQUATION_ALPHA : UInt = 0x883D
///|
pub const GL_BLEND_EQUATION_ALPHA_EXT : UInt = 0x883D
///|
pub const GL_BLEND_EQUATION_ALPHA_OES : UInt = 0x883D
///|
pub const GL_SUBSAMPLE_DISTANCE_AMD : UInt = 0x883F
///|
pub const GL_MATRIX_PALETTE_ARB : UInt = 0x8840
///|
pub const GL_MATRIX_PALETTE_OES : UInt = 0x8840
///|
pub const GL_MAX_MATRIX_PALETTE_STACK_DEPTH_ARB : UInt = 0x8841
///|
pub const GL_MAX_PALETTE_MATRICES_ARB : UInt = 0x8842
///|
pub const GL_MAX_PALETTE_MATRICES_OES : UInt = 0x8842
///|
pub const GL_CURRENT_PALETTE_MATRIX_ARB : UInt = 0x8843
///|
pub const GL_CURRENT_PALETTE_MATRIX_OES : UInt = 0x8843
///|
pub const GL_MATRIX_INDEX_ARRAY_ARB : UInt = 0x8844
///|
pub const GL_MATRIX_INDEX_ARRAY_OES : UInt = 0x8844
///|
pub const GL_CURRENT_MATRIX_INDEX_ARB : UInt = 0x8845
///|
pub const GL_MATRIX_INDEX_ARRAY_SIZE_ARB : UInt = 0x8846
///|
pub const GL_MATRIX_INDEX_ARRAY_SIZE_OES : UInt = 0x8846
///|
pub const GL_MATRIX_INDEX_ARRAY_TYPE_ARB : UInt = 0x8847
///|
pub const GL_MATRIX_INDEX_ARRAY_TYPE_OES : UInt = 0x8847
///|
pub const GL_MATRIX_INDEX_ARRAY_STRIDE_ARB : UInt = 0x8848
///|
pub const GL_MATRIX_INDEX_ARRAY_STRIDE_OES : UInt = 0x8848
///|
pub const GL_MATRIX_INDEX_ARRAY_POINTER_ARB : UInt = 0x8849
///|
pub const GL_MATRIX_INDEX_ARRAY_POINTER_OES : UInt = 0x8849
///|
pub const GL_TEXTURE_DEPTH_SIZE : UInt = 0x884A
///|
pub const GL_TEXTURE_DEPTH_SIZE_ARB : UInt = 0x884A
///|
pub const GL_DEPTH_TEXTURE_MODE : UInt = 0x884B
///|
pub const GL_DEPTH_TEXTURE_MODE_ARB : UInt = 0x884B
///|
pub const GL_TEXTURE_COMPARE_MODE : UInt = 0x884C
///|
pub const GL_TEXTURE_COMPARE_MODE_ARB : UInt = 0x884C
///|
pub const GL_TEXTURE_COMPARE_MODE_EXT : UInt = 0x884C
///|
pub const GL_TEXTURE_COMPARE_FUNC : UInt = 0x884D
///|
pub const GL_TEXTURE_COMPARE_FUNC_ARB : UInt = 0x884D
///|
pub const GL_TEXTURE_COMPARE_FUNC_EXT : UInt = 0x884D
///|
pub const GL_COMPARE_R_TO_TEXTURE : UInt = 0x884E
///|
pub const GL_COMPARE_R_TO_TEXTURE_ARB : UInt = 0x884E
///|
pub const GL_COMPARE_REF_DEPTH_TO_TEXTURE_EXT : UInt = 0x884E
///|
pub const GL_COMPARE_REF_TO_TEXTURE : UInt = 0x884E
///|
pub const GL_COMPARE_REF_TO_TEXTURE_EXT : UInt = 0x884E
///|
pub const GL_TEXTURE_CUBE_MAP_SEAMLESS : UInt = 0x884F
///|
pub const GL_OFFSET_PROJECTIVE_TEXTURE_2D_NV : UInt = 0x8850
///|
pub const GL_OFFSET_PROJECTIVE_TEXTURE_2D_SCALE_NV : UInt = 0x8851
///|
pub const GL_OFFSET_PROJECTIVE_TEXTURE_RECTANGLE_NV : UInt = 0x8852
///|
pub const GL_OFFSET_PROJECTIVE_TEXTURE_RECTANGLE_SCALE_NV : UInt = 0x8853
///|
pub const GL_OFFSET_HILO_TEXTURE_2D_NV : UInt = 0x8854
///|
pub const GL_OFFSET_HILO_TEXTURE_RECTANGLE_NV : UInt = 0x8855
///|
pub const GL_OFFSET_HILO_PROJECTIVE_TEXTURE_2D_NV : UInt = 0x8856
///|
pub const GL_OFFSET_HILO_PROJECTIVE_TEXTURE_RECTANGLE_NV : UInt = 0x8857
///|
pub const GL_DEPENDENT_HILO_TEXTURE_2D_NV : UInt = 0x8858
///|
pub const GL_DEPENDENT_RGB_TEXTURE_3D_NV : UInt = 0x8859
///|
pub const GL_DEPENDENT_RGB_TEXTURE_CUBE_MAP_NV : UInt = 0x885A
///|
pub const GL_DOT_PRODUCT_PASS_THROUGH_NV : UInt = 0x885B
///|
pub const GL_DOT_PRODUCT_TEXTURE_1D_NV : UInt = 0x885C
///|
pub const GL_DOT_PRODUCT_AFFINE_DEPTH_REPLACE_NV : UInt = 0x885D
///|
pub const GL_HILO8_NV : UInt = 0x885E
///|
pub const GL_SIGNED_HILO8_NV : UInt = 0x885F
///|
pub const GL_FORCE_BLUE_TO_ONE_NV : UInt = 0x8860
///|
pub const GL_POINT_SPRITE : UInt = 0x8861
///|
pub const GL_POINT_SPRITE_ARB : UInt = 0x8861
///|
pub const GL_POINT_SPRITE_NV : UInt = 0x8861
///|
pub const GL_POINT_SPRITE_OES : UInt = 0x8861
///|
pub const GL_COORD_REPLACE : UInt = 0x8862
///|
pub const GL_COORD_REPLACE_ARB : UInt = 0x8862
///|
pub const GL_COORD_REPLACE_NV : UInt = 0x8862
///|
pub const GL_COORD_REPLACE_OES : UInt = 0x8862
///|
pub const GL_POINT_SPRITE_R_MODE_NV : UInt = 0x8863
///|
pub const GL_PIXEL_COUNTER_BITS_NV : UInt = 0x8864
///|
pub const GL_QUERY_COUNTER_BITS : UInt = 0x8864
///|
pub const GL_QUERY_COUNTER_BITS_ARB : UInt = 0x8864
///|
pub const GL_QUERY_COUNTER_BITS_EXT : UInt = 0x8864
///|
pub const GL_CURRENT_OCCLUSION_QUERY_ID_NV : UInt = 0x8865
///|
pub const GL_CURRENT_QUERY : UInt = 0x8865
///|
pub const GL_CURRENT_QUERY_ARB : UInt = 0x8865
///|
pub const GL_CURRENT_QUERY_EXT : UInt = 0x8865
///|
pub const GL_PIXEL_COUNT_NV : UInt = 0x8866
///|
pub const GL_QUERY_RESULT : UInt = 0x8866
///|
pub const GL_QUERY_RESULT_ARB : UInt = 0x8866
///|
pub const GL_QUERY_RESULT_EXT : UInt = 0x8866
///|
pub const GL_PIXEL_COUNT_AVAILABLE_NV : UInt = 0x8867
///|
pub const GL_QUERY_RESULT_AVAILABLE : UInt = 0x8867
///|
pub const GL_QUERY_RESULT_AVAILABLE_ARB : UInt = 0x8867
///|
pub const GL_QUERY_RESULT_AVAILABLE_EXT : UInt = 0x8867
///|
pub const GL_MAX_FRAGMENT_PROGRAM_LOCAL_PARAMETERS_NV : UInt = 0x8868
///|
pub const GL_MAX_VERTEX_ATTRIBS : UInt = 0x8869
///|
pub const GL_MAX_VERTEX_ATTRIBS_ARB : UInt = 0x8869
///|
pub const GL_VERTEX_ATTRIB_ARRAY_NORMALIZED : UInt = 0x886A
///|
pub const GL_VERTEX_ATTRIB_ARRAY_NORMALIZED_ARB : UInt = 0x886A
///|
pub const GL_MAX_TESS_CONTROL_INPUT_COMPONENTS : UInt = 0x886C
///|
pub const GL_MAX_TESS_CONTROL_INPUT_COMPONENTS_EXT : UInt = 0x886C
///|
pub const GL_MAX_TESS_CONTROL_INPUT_COMPONENTS_OES : UInt = 0x886C
///|
pub const GL_MAX_TESS_EVALUATION_INPUT_COMPONENTS : UInt = 0x886D
///|
pub const GL_MAX_TESS_EVALUATION_INPUT_COMPONENTS_EXT : UInt = 0x886D
///|
pub const GL_MAX_TESS_EVALUATION_INPUT_COMPONENTS_OES : UInt = 0x886D
///|
pub const GL_DEPTH_STENCIL_TO_RGBA_NV : UInt = 0x886E
///|
pub const GL_DEPTH_STENCIL_TO_BGRA_NV : UInt = 0x886F
///|
pub const GL_FRAGMENT_PROGRAM_NV : UInt = 0x8870
///|
pub const GL_MAX_TEXTURE_COORDS : UInt = 0x8871
///|
pub const GL_MAX_TEXTURE_COORDS_ARB : UInt = 0x8871
///|
pub const GL_MAX_TEXTURE_COORDS_NV : UInt = 0x8871
///|
pub const GL_MAX_TEXTURE_IMAGE_UNITS : UInt = 0x8872
///|
pub const GL_MAX_TEXTURE_IMAGE_UNITS_ARB : UInt = 0x8872
///|
pub const GL_MAX_TEXTURE_IMAGE_UNITS_NV : UInt = 0x8872
///|
pub const GL_FRAGMENT_PROGRAM_BINDING_NV : UInt = 0x8873
///|
pub const GL_PROGRAM_ERROR_STRING_ARB : UInt = 0x8874
///|
pub const GL_PROGRAM_ERROR_STRING_NV : UInt = 0x8874
///|
pub const GL_PROGRAM_FORMAT_ASCII_ARB : UInt = 0x8875
///|
pub const GL_PROGRAM_FORMAT_ARB : UInt = 0x8876
///|
pub const GL_WRITE_PIXEL_DATA_RANGE_NV : UInt = 0x8878
///|
pub const GL_READ_PIXEL_DATA_RANGE_NV : UInt = 0x8879
///|
pub const GL_WRITE_PIXEL_DATA_RANGE_LENGTH_NV : UInt = 0x887A
///|
pub const GL_READ_PIXEL_DATA_RANGE_LENGTH_NV : UInt = 0x887B
///|
pub const GL_WRITE_PIXEL_DATA_RANGE_POINTER_NV : UInt = 0x887C
///|
pub const GL_READ_PIXEL_DATA_RANGE_POINTER_NV : UInt = 0x887D
///|
pub const GL_GEOMETRY_SHADER_INVOCATIONS : UInt = 0x887F
///|
pub const GL_GEOMETRY_SHADER_INVOCATIONS_EXT : UInt = 0x887F
///|
pub const GL_GEOMETRY_SHADER_INVOCATIONS_OES : UInt = 0x887F
///|
pub const GL_FLOAT_R_NV : UInt = 0x8880
///|
pub const GL_FLOAT_RG_NV : UInt = 0x8881
///|
pub const GL_FLOAT_RGB_NV : UInt = 0x8882
///|
pub const GL_FLOAT_RGBA_NV : UInt = 0x8883
///|
pub const GL_FLOAT_R16_NV : UInt = 0x8884
///|
pub const GL_FLOAT_R32_NV : UInt = 0x8885
///|
pub const GL_FLOAT_RG16_NV : UInt = 0x8886
///|
pub const GL_FLOAT_RG32_NV : UInt = 0x8887
///|
pub const GL_FLOAT_RGB16_NV : UInt = 0x8888
///|
pub const GL_FLOAT_RGB32_NV : UInt = 0x8889
///|
pub const GL_FLOAT_RGBA16_NV : UInt = 0x888A
///|
pub const GL_FLOAT_RGBA32_NV : UInt = 0x888B
///|
pub const GL_TEXTURE_FLOAT_COMPONENTS_NV : UInt = 0x888C
///|
pub const GL_FLOAT_CLEAR_COLOR_VALUE_NV : UInt = 0x888D
///|
pub const GL_FLOAT_RGBA_MODE_NV : UInt = 0x888E
///|
pub const GL_TEXTURE_UNSIGNED_REMAP_MODE_NV : UInt = 0x888F
///|
pub const GL_DEPTH_BOUNDS_TEST_EXT : UInt = 0x8890
///|
pub const GL_DEPTH_BOUNDS_EXT : UInt = 0x8891
///|
pub const GL_ARRAY_BUFFER : UInt = 0x8892
///|
pub const GL_ARRAY_BUFFER_ARB : UInt = 0x8892
///|
pub const GL_ELEMENT_ARRAY_BUFFER : UInt = 0x8893
///|
pub const GL_ELEMENT_ARRAY_BUFFER_ARB : UInt = 0x8893
///|
pub const GL_ARRAY_BUFFER_BINDING : UInt = 0x8894
///|
pub const GL_ARRAY_BUFFER_BINDING_ARB : UInt = 0x8894
///|
pub const GL_ELEMENT_ARRAY_BUFFER_BINDING : UInt = 0x8895
///|
pub const GL_ELEMENT_ARRAY_BUFFER_BINDING_ARB : UInt = 0x8895
///|
pub const GL_VERTEX_ARRAY_BUFFER_BINDING : UInt = 0x8896
///|
pub const GL_VERTEX_ARRAY_BUFFER_BINDING_ARB : UInt = 0x8896
///|
pub const GL_NORMAL_ARRAY_BUFFER_BINDING : UInt = 0x8897
///|
pub const GL_NORMAL_ARRAY_BUFFER_BINDING_ARB : UInt = 0x8897
///|
pub const GL_COLOR_ARRAY_BUFFER_BINDING : UInt = 0x8898
///|
pub const GL_COLOR_ARRAY_BUFFER_BINDING_ARB : UInt = 0x8898
///|
pub const GL_INDEX_ARRAY_BUFFER_BINDING : UInt = 0x8899
///|
pub const GL_INDEX_ARRAY_BUFFER_BINDING_ARB : UInt = 0x8899
///|
pub const GL_TEXTURE_COORD_ARRAY_BUFFER_BINDING : UInt = 0x889A
///|
pub const GL_TEXTURE_COORD_ARRAY_BUFFER_BINDING_ARB : UInt = 0x889A
///|
pub const GL_EDGE_FLAG_ARRAY_BUFFER_BINDING : UInt = 0x889B
///|
pub const GL_EDGE_FLAG_ARRAY_BUFFER_BINDING_ARB : UInt = 0x889B
///|
pub const GL_SECONDARY_COLOR_ARRAY_BUFFER_BINDING : UInt = 0x889C
///|
pub const GL_SECONDARY_COLOR_ARRAY_BUFFER_BINDING_ARB : UInt = 0x889C
///|
pub const GL_FOG_COORDINATE_ARRAY_BUFFER_BINDING_ARB : UInt = 0x889D
///|
pub const GL_FOG_COORDINATE_ARRAY_BUFFER_BINDING : UInt = 0x889D
///|
pub const GL_FOG_COORD_ARRAY_BUFFER_BINDING : UInt = 0x889D
///|
pub const GL_WEIGHT_ARRAY_BUFFER_BINDING : UInt = 0x889E
///|
pub const GL_WEIGHT_ARRAY_BUFFER_BINDING_ARB : UInt = 0x889E
///|
pub const GL_WEIGHT_ARRAY_BUFFER_BINDING_OES : UInt = 0x889E
///|
pub const GL_VERTEX_ATTRIB_ARRAY_BUFFER_BINDING : UInt = 0x889F
///|
pub const GL_VERTEX_ATTRIB_ARRAY_BUFFER_BINDING_ARB : UInt = 0x889F
///|
pub const GL_PROGRAM_INSTRUCTIONS_ARB : UInt = 0x88A0
///|
pub const GL_MAX_PROGRAM_INSTRUCTIONS_ARB : UInt = 0x88A1
///|
pub const GL_PROGRAM_NATIVE_INSTRUCTIONS_ARB : UInt = 0x88A2
///|
pub const GL_MAX_PROGRAM_NATIVE_INSTRUCTIONS_ARB : UInt = 0x88A3
///|
pub const GL_PROGRAM_TEMPORARIES_ARB : UInt = 0x88A4
///|
pub const GL_MAX_PROGRAM_TEMPORARIES_ARB : UInt = 0x88A5
///|
pub const GL_PROGRAM_NATIVE_TEMPORARIES_ARB : UInt = 0x88A6
///|
pub const GL_MAX_PROGRAM_NATIVE_TEMPORARIES_ARB : UInt = 0x88A7
///|
pub const GL_PROGRAM_PARAMETERS_ARB : UInt = 0x88A8
///|
pub const GL_MAX_PROGRAM_PARAMETERS_ARB : UInt = 0x88A9
///|
pub const GL_PROGRAM_NATIVE_PARAMETERS_ARB : UInt = 0x88AA
///|
pub const GL_MAX_PROGRAM_NATIVE_PARAMETERS_ARB : UInt = 0x88AB
///|
pub const GL_PROGRAM_ATTRIBS_ARB : UInt = 0x88AC
///|
pub const GL_MAX_PROGRAM_ATTRIBS_ARB : UInt = 0x88AD
///|
pub const GL_PROGRAM_NATIVE_ATTRIBS_ARB : UInt = 0x88AE
///|
pub const GL_MAX_PROGRAM_NATIVE_ATTRIBS_ARB : UInt = 0x88AF
///|
pub const GL_PROGRAM_ADDRESS_REGISTERS_ARB : UInt = 0x88B0
///|
pub const GL_MAX_PROGRAM_ADDRESS_REGISTERS_ARB : UInt = 0x88B1
///|
pub const GL_PROGRAM_NATIVE_ADDRESS_REGISTERS_ARB : UInt = 0x88B2
///|
pub const GL_MAX_PROGRAM_NATIVE_ADDRESS_REGISTERS_ARB : UInt = 0x88B3
///|
pub const GL_MAX_PROGRAM_LOCAL_PARAMETERS_ARB : UInt = 0x88B4
///|
pub const GL_MAX_PROGRAM_ENV_PARAMETERS_ARB : UInt = 0x88B5
///|
pub const GL_PROGRAM_UNDER_NATIVE_LIMITS_ARB : UInt = 0x88B6
///|
pub const GL_TRANSPOSE_CURRENT_MATRIX_ARB : UInt = 0x88B7
///|
pub const GL_READ_ONLY : UInt = 0x88B8
///|
pub const GL_READ_ONLY_ARB : UInt = 0x88B8
///|
pub const GL_WRITE_ONLY : UInt = 0x88B9
///|
pub const GL_WRITE_ONLY_ARB : UInt = 0x88B9
///|
pub const GL_WRITE_ONLY_OES : UInt = 0x88B9
///|
pub const GL_READ_WRITE : UInt = 0x88BA
///|
pub const GL_READ_WRITE_ARB : UInt = 0x88BA
///|
pub const GL_BUFFER_ACCESS : UInt = 0x88BB
///|
pub const GL_BUFFER_ACCESS_ARB : UInt = 0x88BB
///|
pub const GL_BUFFER_ACCESS_OES : UInt = 0x88BB
///|
pub const GL_BUFFER_MAPPED : UInt = 0x88BC
///|
pub const GL_BUFFER_MAPPED_ARB : UInt = 0x88BC
///|
pub const GL_BUFFER_MAPPED_OES : UInt = 0x88BC
///|
pub const GL_BUFFER_MAP_POINTER : UInt = 0x88BD
///|
pub const GL_BUFFER_MAP_POINTER_ARB : UInt = 0x88BD
///|
pub const GL_BUFFER_MAP_POINTER_OES : UInt = 0x88BD
///|
pub const GL_WRITE_DISCARD_NV : UInt = 0x88BE
///|
pub const GL_TIME_ELAPSED : UInt = 0x88BF
///|
pub const GL_TIME_ELAPSED_EXT : UInt = 0x88BF
///|
pub const GL_MATRIX0_ARB : UInt = 0x88C0
///|
pub const GL_MATRIX1_ARB : UInt = 0x88C1
///|
pub const GL_MATRIX2_ARB : UInt = 0x88C2
///|
pub const GL_MATRIX3_ARB : UInt = 0x88C3
///|
pub const GL_MATRIX4_ARB : UInt = 0x88C4
///|
pub const GL_MATRIX5_ARB : UInt = 0x88C5
///|
pub const GL_MATRIX6_ARB : UInt = 0x88C6
///|
pub const GL_MATRIX7_ARB : UInt = 0x88C7
///|
pub const GL_MATRIX8_ARB : UInt = 0x88C8
///|
pub const GL_MATRIX9_ARB : UInt = 0x88C9
///|
pub const GL_MATRIX10_ARB : UInt = 0x88CA
///|
pub const GL_MATRIX11_ARB : UInt = 0x88CB
///|
pub const GL_MATRIX12_ARB : UInt = 0x88CC
///|
pub const GL_MATRIX13_ARB : UInt = 0x88CD
///|
pub const GL_MATRIX14_ARB : UInt = 0x88CE
///|
pub const GL_MATRIX15_ARB : UInt = 0x88CF
///|
pub const GL_MATRIX16_ARB : UInt = 0x88D0
///|
pub const GL_MATRIX17_ARB : UInt = 0x88D1
///|
pub const GL_MATRIX18_ARB : UInt = 0x88D2
///|
pub const GL_MATRIX19_ARB : UInt = 0x88D3
///|
pub const GL_MATRIX20_ARB : UInt = 0x88D4
///|
pub const GL_MATRIX21_ARB : UInt = 0x88D5
///|
pub const GL_MATRIX22_ARB : UInt = 0x88D6
///|
pub const GL_MATRIX23_ARB : UInt = 0x88D7
///|
pub const GL_MATRIX24_ARB : UInt = 0x88D8
///|
pub const GL_MATRIX25_ARB : UInt = 0x88D9
///|
pub const GL_MATRIX26_ARB : UInt = 0x88DA
///|
pub const GL_MATRIX27_ARB : UInt = 0x88DB
///|
pub const GL_MATRIX28_ARB : UInt = 0x88DC
///|
pub const GL_MATRIX29_ARB : UInt = 0x88DD
///|
pub const GL_MATRIX30_ARB : UInt = 0x88DE
///|
pub const GL_MATRIX31_ARB : UInt = 0x88DF
///|
pub const GL_STREAM_DRAW : UInt = 0x88E0
///|
pub const GL_STREAM_DRAW_ARB : UInt = 0x88E0
///|
pub const GL_STREAM_READ : UInt = 0x88E1
///|
pub const GL_STREAM_READ_ARB : UInt = 0x88E1
///|
pub const GL_STREAM_COPY : UInt = 0x88E2
///|
pub const GL_STREAM_COPY_ARB : UInt = 0x88E2
///|
pub const GL_STATIC_DRAW : UInt = 0x88E4
///|
pub const GL_STATIC_DRAW_ARB : UInt = 0x88E4
///|
pub const GL_STATIC_READ : UInt = 0x88E5
///|
pub const GL_STATIC_READ_ARB : UInt = 0x88E5
///|
pub const GL_STATIC_COPY : UInt = 0x88E6
///|
pub const GL_STATIC_COPY_ARB : UInt = 0x88E6
///|
pub const GL_DYNAMIC_DRAW : UInt = 0x88E8
///|
pub const GL_DYNAMIC_DRAW_ARB : UInt = 0x88E8
///|
pub const GL_DYNAMIC_READ : UInt = 0x88E9
///|
pub const GL_DYNAMIC_READ_ARB : UInt = 0x88E9
///|
pub const GL_DYNAMIC_COPY : UInt = 0x88EA
///|
pub const GL_DYNAMIC_COPY_ARB : UInt = 0x88EA
///|
pub const GL_PIXEL_PACK_BUFFER : UInt = 0x88EB
///|
pub const GL_PIXEL_PACK_BUFFER_ARB : UInt = 0x88EB
///|
pub const GL_PIXEL_PACK_BUFFER_EXT : UInt = 0x88EB
///|
pub const GL_PIXEL_PACK_BUFFER_NV : UInt = 0x88EB
///|
pub const GL_PIXEL_UNPACK_BUFFER : UInt = 0x88EC
///|
pub const GL_PIXEL_UNPACK_BUFFER_ARB : UInt = 0x88EC
///|
pub const GL_PIXEL_UNPACK_BUFFER_EXT : UInt = 0x88EC
///|
pub const GL_PIXEL_UNPACK_BUFFER_NV : UInt = 0x88EC
///|
pub const GL_PIXEL_PACK_BUFFER_BINDING : UInt = 0x88ED
///|
pub const GL_PIXEL_PACK_BUFFER_BINDING_ARB : UInt = 0x88ED
///|
pub const GL_PIXEL_PACK_BUFFER_BINDING_EXT : UInt = 0x88ED
///|
pub const GL_PIXEL_PACK_BUFFER_BINDING_NV : UInt = 0x88ED
///|
pub const GL_ETC1_SRGB8_NV : UInt = 0x88EE
///|
pub const GL_PIXEL_UNPACK_BUFFER_BINDING : UInt = 0x88EF
///|
pub const GL_PIXEL_UNPACK_BUFFER_BINDING_ARB : UInt = 0x88EF
///|
pub const GL_PIXEL_UNPACK_BUFFER_BINDING_EXT : UInt = 0x88EF
///|
pub const GL_PIXEL_UNPACK_BUFFER_BINDING_NV : UInt = 0x88EF
///|
pub const GL_DEPTH24_STENCIL8 : UInt = 0x88F0
///|
pub const GL_DEPTH24_STENCIL8_EXT : UInt = 0x88F0
///|
pub const GL_DEPTH24_STENCIL8_OES : UInt = 0x88F0
///|
pub const GL_TEXTURE_STENCIL_SIZE : UInt = 0x88F1
///|
pub const GL_TEXTURE_STENCIL_SIZE_EXT : UInt = 0x88F1
///|
pub const GL_STENCIL_TAG_BITS_EXT : UInt = 0x88F2
///|
pub const GL_STENCIL_CLEAR_TAG_VALUE_EXT : UInt = 0x88F3
///|
pub const GL_MAX_PROGRAM_EXEC_INSTRUCTIONS_NV : UInt = 0x88F4
///|
pub const GL_MAX_PROGRAM_CALL_DEPTH_NV : UInt = 0x88F5
///|
pub const GL_MAX_PROGRAM_IF_DEPTH_NV : UInt = 0x88F6
///|
pub const GL_MAX_PROGRAM_LOOP_DEPTH_NV : UInt = 0x88F7
///|
pub const GL_MAX_PROGRAM_LOOP_COUNT_NV : UInt = 0x88F8
///|
pub const GL_SRC1_COLOR : UInt = 0x88F9
///|
pub const GL_SRC1_COLOR_EXT : UInt = 0x88F9
///|
pub const GL_ONE_MINUS_SRC1_COLOR : UInt = 0x88FA
///|
pub const GL_ONE_MINUS_SRC1_COLOR_EXT : UInt = 0x88FA
///|
pub const GL_ONE_MINUS_SRC1_ALPHA : UInt = 0x88FB
///|
pub const GL_ONE_MINUS_SRC1_ALPHA_EXT : UInt = 0x88FB
///|
pub const GL_MAX_DUAL_SOURCE_DRAW_BUFFERS : UInt = 0x88FC
///|
pub const GL_MAX_DUAL_SOURCE_DRAW_BUFFERS_EXT : UInt = 0x88FC
///|
pub const GL_VERTEX_ATTRIB_ARRAY_INTEGER : UInt = 0x88FD
///|
pub const GL_VERTEX_ATTRIB_ARRAY_INTEGER_EXT : UInt = 0x88FD
///|
pub const GL_VERTEX_ATTRIB_ARRAY_INTEGER_NV : UInt = 0x88FD
///|
pub const GL_VERTEX_ATTRIB_ARRAY_DIVISOR : UInt = 0x88FE
///|
pub const GL_VERTEX_ATTRIB_ARRAY_DIVISOR_ANGLE : UInt = 0x88FE
///|
pub const GL_VERTEX_ATTRIB_ARRAY_DIVISOR_ARB : UInt = 0x88FE
///|
pub const GL_VERTEX_ATTRIB_ARRAY_DIVISOR_EXT : UInt = 0x88FE
///|
pub const GL_VERTEX_ATTRIB_ARRAY_DIVISOR_NV : UInt = 0x88FE
///|
pub const GL_MAX_ARRAY_TEXTURE_LAYERS : UInt = 0x88FF
///|
pub const GL_MAX_ARRAY_TEXTURE_LAYERS_EXT : UInt = 0x88FF
///|
pub const GL_MIN_PROGRAM_TEXEL_OFFSET : UInt = 0x8904
///|
pub const GL_MIN_PROGRAM_TEXEL_OFFSET_EXT : UInt = 0x8904
///|
pub const GL_MIN_PROGRAM_TEXEL_OFFSET_NV : UInt = 0x8904
///|
pub const GL_MAX_PROGRAM_TEXEL_OFFSET : UInt = 0x8905
///|
pub const GL_MAX_PROGRAM_TEXEL_OFFSET_EXT : UInt = 0x8905
///|
pub const GL_MAX_PROGRAM_TEXEL_OFFSET_NV : UInt = 0x8905
///|
pub const GL_PROGRAM_ATTRIB_COMPONENTS_NV : UInt = 0x8906
///|
pub const GL_PROGRAM_RESULT_COMPONENTS_NV : UInt = 0x8907
///|
pub const GL_MAX_PROGRAM_ATTRIB_COMPONENTS_NV : UInt = 0x8908
///|
pub const GL_MAX_PROGRAM_RESULT_COMPONENTS_NV : UInt = 0x8909
///|
pub const GL_STENCIL_TEST_TWO_SIDE_EXT : UInt = 0x8910
///|
pub const GL_ACTIVE_STENCIL_FACE_EXT : UInt = 0x8911
///|
pub const GL_MIRROR_CLAMP_TO_BORDER_EXT : UInt = 0x8912
///|
pub const GL_SAMPLES_PASSED : UInt = 0x8914
///|
pub const GL_SAMPLES_PASSED_ARB : UInt = 0x8914
///|
pub const GL_GEOMETRY_VERTICES_OUT : UInt = 0x8916
///|
pub const GL_GEOMETRY_LINKED_VERTICES_OUT_EXT : UInt = 0x8916
///|
pub const GL_GEOMETRY_LINKED_VERTICES_OUT_OES : UInt = 0x8916
///|
pub const GL_GEOMETRY_INPUT_TYPE : UInt = 0x8917
///|
pub const GL_GEOMETRY_LINKED_INPUT_TYPE_EXT : UInt = 0x8917
///|
pub const GL_GEOMETRY_LINKED_INPUT_TYPE_OES : UInt = 0x8917
///|
pub const GL_GEOMETRY_OUTPUT_TYPE : UInt = 0x8918
///|
pub const GL_GEOMETRY_LINKED_OUTPUT_TYPE_EXT : UInt = 0x8918
///|
pub const GL_GEOMETRY_LINKED_OUTPUT_TYPE_OES : UInt = 0x8918
///|
pub const GL_SAMPLER_BINDING : UInt = 0x8919
///|
pub const GL_CLAMP_VERTEX_COLOR : UInt = 0x891A
///|
pub const GL_CLAMP_VERTEX_COLOR_ARB : UInt = 0x891A
///|
pub const GL_CLAMP_FRAGMENT_COLOR : UInt = 0x891B
///|
pub const GL_CLAMP_FRAGMENT_COLOR_ARB : UInt = 0x891B
///|
pub const GL_CLAMP_READ_COLOR : UInt = 0x891C
///|
pub const GL_CLAMP_READ_COLOR_ARB : UInt = 0x891C
///|
pub const GL_FIXED_ONLY : UInt = 0x891D
///|
pub const GL_FIXED_ONLY_ARB : UInt = 0x891D
///|
pub const GL_TESS_CONTROL_PROGRAM_NV : UInt = 0x891E
///|
pub const GL_TESS_EVALUATION_PROGRAM_NV : UInt = 0x891F
///|
pub const GL_FRAGMENT_SHADER_ATI : UInt = 0x8920
///|
pub const GL_REG_0_ATI : UInt = 0x8921
///|
pub const GL_REG_1_ATI : UInt = 0x8922
///|
pub const GL_REG_2_ATI : UInt = 0x8923
///|
pub const GL_REG_3_ATI : UInt = 0x8924
///|
pub const GL_REG_4_ATI : UInt = 0x8925
///|
pub const GL_REG_5_ATI : UInt = 0x8926
///|
pub const GL_REG_6_ATI : UInt = 0x8927
///|
pub const GL_REG_7_ATI : UInt = 0x8928
///|
pub const GL_REG_8_ATI : UInt = 0x8929
///|
pub const GL_REG_9_ATI : UInt = 0x892A
///|
pub const GL_REG_10_ATI : UInt = 0x892B
///|
pub const GL_REG_11_ATI : UInt = 0x892C
///|
pub const GL_REG_12_ATI : UInt = 0x892D
///|
pub const GL_REG_13_ATI : UInt = 0x892E
///|
pub const GL_REG_14_ATI : UInt = 0x892F
///|
pub const GL_REG_15_ATI : UInt = 0x8930
///|
pub const GL_REG_16_ATI : UInt = 0x8931
///|
pub const GL_REG_17_ATI : UInt = 0x8932
///|
pub const GL_REG_18_ATI : UInt = 0x8933
///|
pub const GL_REG_19_ATI : UInt = 0x8934
///|
pub const GL_REG_20_ATI : UInt = 0x8935
///|
pub const GL_REG_21_ATI : UInt = 0x8936
///|
pub const GL_REG_22_ATI : UInt = 0x8937
///|
pub const GL_REG_23_ATI : UInt = 0x8938
///|
pub const GL_REG_24_ATI : UInt = 0x8939
///|
pub const GL_REG_25_ATI : UInt = 0x893A
///|
pub const GL_REG_26_ATI : UInt = 0x893B
///|
pub const GL_REG_27_ATI : UInt = 0x893C
///|
pub const GL_REG_28_ATI : UInt = 0x893D
///|
pub const GL_REG_29_ATI : UInt = 0x893E
///|
pub const GL_REG_30_ATI : UInt = 0x893F
///|
pub const GL_REG_31_ATI : UInt = 0x8940
///|
pub const GL_CON_0_ATI : UInt = 0x8941
///|
pub const GL_CON_1_ATI : UInt = 0x8942
///|
pub const GL_CON_2_ATI : UInt = 0x8943
///|
pub const GL_CON_3_ATI : UInt = 0x8944
///|
pub const GL_CON_4_ATI : UInt = 0x8945
///|
pub const GL_CON_5_ATI : UInt = 0x8946
///|
pub const GL_CON_6_ATI : UInt = 0x8947
///|
pub const GL_CON_7_ATI : UInt = 0x8948
///|
pub const GL_CON_8_ATI : UInt = 0x8949
///|
pub const GL_CON_9_ATI : UInt = 0x894A
///|
pub const GL_CON_10_ATI : UInt = 0x894B
///|
pub const GL_CON_11_ATI : UInt = 0x894C
///|
pub const GL_CON_12_ATI : UInt = 0x894D
///|
pub const GL_CON_13_ATI : UInt = 0x894E
///|
pub const GL_CON_14_ATI : UInt = 0x894F
///|
pub const GL_CON_15_ATI : UInt = 0x8950
///|
pub const GL_CON_16_ATI : UInt = 0x8951
///|
pub const GL_CON_17_ATI : UInt = 0x8952
///|
pub const GL_CON_18_ATI : UInt = 0x8953
///|
pub const GL_CON_19_ATI : UInt = 0x8954
///|
pub const GL_CON_20_ATI : UInt = 0x8955
///|
pub const GL_CON_21_ATI : UInt = 0x8956
///|
pub const GL_CON_22_ATI : UInt = 0x8957
///|
pub const GL_CON_23_ATI : UInt = 0x8958
///|
pub const GL_CON_24_ATI : UInt = 0x8959
///|
pub const GL_CON_25_ATI : UInt = 0x895A
///|
pub const GL_CON_26_ATI : UInt = 0x895B
///|
pub const GL_CON_27_ATI : UInt = 0x895C
///|
pub const GL_CON_28_ATI : UInt = 0x895D
///|
pub const GL_CON_29_ATI : UInt = 0x895E
///|
pub const GL_CON_30_ATI : UInt = 0x895F
///|
pub const GL_CON_31_ATI : UInt = 0x8960
///|
pub const GL_MOV_ATI : UInt = 0x8961
///|
pub const GL_ADD_ATI : UInt = 0x8963
///|
pub const GL_MUL_ATI : UInt = 0x8964
///|
pub const GL_SUB_ATI : UInt = 0x8965
///|
pub const GL_DOT3_ATI : UInt = 0x8966
///|
pub const GL_DOT4_ATI : UInt = 0x8967
///|
pub const GL_MAD_ATI : UInt = 0x8968
///|
pub const GL_LERP_ATI : UInt = 0x8969
///|
pub const GL_CND_ATI : UInt = 0x896A
///|
pub const GL_CND0_ATI : UInt = 0x896B
///|
pub const GL_DOT2_ADD_ATI : UInt = 0x896C
///|
pub const GL_SECONDARY_INTERPOLATOR_ATI : UInt = 0x896D
///|
pub const GL_NUM_FRAGMENT_REGISTERS_ATI : UInt = 0x896E
///|
pub const GL_NUM_FRAGMENT_CONSTANTS_ATI : UInt = 0x896F
///|
pub const GL_NUM_PASSES_ATI : UInt = 0x8970
///|
pub const GL_NUM_INSTRUCTIONS_PER_PASS_ATI : UInt = 0x8971
///|
pub const GL_NUM_INSTRUCTIONS_TOTAL_ATI : UInt = 0x8972
///|
pub const GL_NUM_INPUT_INTERPOLATOR_COMPONENTS_ATI : UInt = 0x8973
///|
pub const GL_NUM_LOOPBACK_COMPONENTS_ATI : UInt = 0x8974
///|
pub const GL_COLOR_ALPHA_PAIRING_ATI : UInt = 0x8975
///|
pub const GL_SWIZZLE_STR_ATI : UInt = 0x8976
///|
pub const GL_SWIZZLE_STQ_ATI : UInt = 0x8977
///|
pub const GL_SWIZZLE_STR_DR_ATI : UInt = 0x8978
///|
pub const GL_SWIZZLE_STQ_DQ_ATI : UInt = 0x8979
///|
pub const GL_SWIZZLE_STRQ_ATI : UInt = 0x897A
///|
pub const GL_SWIZZLE_STRQ_DQ_ATI : UInt = 0x897B
///|
pub const GL_INTERLACE_OML : UInt = 0x8980
///|
pub const GL_INTERLACE_READ_OML : UInt = 0x8981
///|
pub const GL_FORMAT_SUBSAMPLE_24_24_OML : UInt = 0x8982
///|
pub const GL_FORMAT_SUBSAMPLE_244_244_OML : UInt = 0x8983
///|
pub const GL_PACK_RESAMPLE_OML : UInt = 0x8984
///|
pub const GL_UNPACK_RESAMPLE_OML : UInt = 0x8985
///|
pub const GL_RESAMPLE_REPLICATE_OML : UInt = 0x8986
///|
pub const GL_RESAMPLE_ZERO_FILL_OML : UInt = 0x8987
///|
pub const GL_RESAMPLE_AVERAGE_OML : UInt = 0x8988
///|
pub const GL_RESAMPLE_DECIMATE_OML : UInt = 0x8989
///|
pub const GL_POINT_SIZE_ARRAY_TYPE_OES : UInt = 0x898A
///|
pub const GL_POINT_SIZE_ARRAY_STRIDE_OES : UInt = 0x898B
///|
pub const GL_POINT_SIZE_ARRAY_POINTER_OES : UInt = 0x898C
///|
pub const GL_MODELVIEW_MATRIX_FLOAT_AS_INT_BITS_OES : UInt = 0x898D
///|
pub const GL_PROJECTION_MATRIX_FLOAT_AS_INT_BITS_OES : UInt = 0x898E
///|
pub const GL_TEXTURE_MATRIX_FLOAT_AS_INT_BITS_OES : UInt = 0x898F
///|
pub const GL_VERTEX_ATTRIB_MAP1_APPLE : UInt = 0x8A00
///|
pub const GL_VERTEX_ATTRIB_MAP2_APPLE : UInt = 0x8A01
///|
pub const GL_VERTEX_ATTRIB_MAP1_SIZE_APPLE : UInt = 0x8A02
///|
pub const GL_VERTEX_ATTRIB_MAP1_COEFF_APPLE : UInt = 0x8A03
///|
pub const GL_VERTEX_ATTRIB_MAP1_ORDER_APPLE : UInt = 0x8A04
///|
pub const GL_VERTEX_ATTRIB_MAP1_DOMAIN_APPLE : UInt = 0x8A05
///|
pub const GL_VERTEX_ATTRIB_MAP2_SIZE_APPLE : UInt = 0x8A06
///|
pub const GL_VERTEX_ATTRIB_MAP2_COEFF_APPLE : UInt = 0x8A07
///|
pub const GL_VERTEX_ATTRIB_MAP2_ORDER_APPLE : UInt = 0x8A08
///|
pub const GL_VERTEX_ATTRIB_MAP2_DOMAIN_APPLE : UInt = 0x8A09
///|
pub const GL_DRAW_PIXELS_APPLE : UInt = 0x8A0A
///|
pub const GL_FENCE_APPLE : UInt = 0x8A0B
///|
pub const GL_ELEMENT_ARRAY_APPLE : UInt = 0x8A0C
///|
pub const GL_ELEMENT_ARRAY_TYPE_APPLE : UInt = 0x8A0D
///|
pub const GL_ELEMENT_ARRAY_POINTER_APPLE : UInt = 0x8A0E
///|
pub const GL_COLOR_FLOAT_APPLE : UInt = 0x8A0F
///|
pub const GL_UNIFORM_BUFFER : UInt = 0x8A11
///|
pub const GL_BUFFER_SERIALIZED_MODIFY_APPLE : UInt = 0x8A12
///|
pub const GL_BUFFER_FLUSHING_UNMAP_APPLE : UInt = 0x8A13
///|
pub const GL_AUX_DEPTH_STENCIL_APPLE : UInt = 0x8A14
///|
pub const GL_PACK_ROW_BYTES_APPLE : UInt = 0x8A15
///|
pub const GL_UNPACK_ROW_BYTES_APPLE : UInt = 0x8A16
///|
pub const GL_RELEASED_APPLE : UInt = 0x8A19
///|
pub const GL_VOLATILE_APPLE : UInt = 0x8A1A
///|
pub const GL_RETAINED_APPLE : UInt = 0x8A1B
///|
pub const GL_UNDEFINED_APPLE : UInt = 0x8A1C
///|
pub const GL_PURGEABLE_APPLE : UInt = 0x8A1D
///|
pub const GL_RGB_422_APPLE : UInt = 0x8A1F
///|
pub const GL_UNIFORM_BUFFER_BINDING : UInt = 0x8A28
///|
pub const GL_UNIFORM_BUFFER_START : UInt = 0x8A29
///|
pub const GL_UNIFORM_BUFFER_SIZE : UInt = 0x8A2A
///|
pub const GL_MAX_VERTEX_UNIFORM_BLOCKS : UInt = 0x8A2B
///|
pub const GL_MAX_GEOMETRY_UNIFORM_BLOCKS : UInt = 0x8A2C
///|
pub const GL_MAX_GEOMETRY_UNIFORM_BLOCKS_EXT : UInt = 0x8A2C
///|
pub const GL_MAX_GEOMETRY_UNIFORM_BLOCKS_OES : UInt = 0x8A2C
///|
pub const GL_MAX_FRAGMENT_UNIFORM_BLOCKS : UInt = 0x8A2D
///|
pub const GL_MAX_COMBINED_UNIFORM_BLOCKS : UInt = 0x8A2E
///|
pub const GL_MAX_UNIFORM_BUFFER_BINDINGS : UInt = 0x8A2F
///|
pub const GL_MAX_UNIFORM_BLOCK_SIZE : UInt = 0x8A30
///|
pub const GL_MAX_COMBINED_VERTEX_UNIFORM_COMPONENTS : UInt = 0x8A31
///|
pub const GL_MAX_COMBINED_GEOMETRY_UNIFORM_COMPONENTS : UInt = 0x8A32
///|
pub const GL_MAX_COMBINED_GEOMETRY_UNIFORM_COMPONENTS_EXT : UInt = 0x8A32
///|
pub const GL_MAX_COMBINED_GEOMETRY_UNIFORM_COMPONENTS_OES : UInt = 0x8A32
///|
pub const GL_MAX_COMBINED_FRAGMENT_UNIFORM_COMPONENTS : UInt = 0x8A33
///|
pub const GL_UNIFORM_BUFFER_OFFSET_ALIGNMENT : UInt = 0x8A34
///|
pub const GL_ACTIVE_UNIFORM_BLOCK_MAX_NAME_LENGTH : UInt = 0x8A35
///|
pub const GL_ACTIVE_UNIFORM_BLOCKS : UInt = 0x8A36
///|
pub const GL_UNIFORM_TYPE : UInt = 0x8A37
///|
pub const GL_UNIFORM_SIZE : UInt = 0x8A38
///|
pub const GL_UNIFORM_NAME_LENGTH : UInt = 0x8A39
///|
pub const GL_UNIFORM_BLOCK_INDEX : UInt = 0x8A3A
///|
pub const GL_UNIFORM_OFFSET : UInt = 0x8A3B
///|
pub const GL_UNIFORM_ARRAY_STRIDE : UInt = 0x8A3C
///|
pub const GL_UNIFORM_MATRIX_STRIDE : UInt = 0x8A3D
///|
pub const GL_UNIFORM_IS_ROW_MAJOR : UInt = 0x8A3E
///|
pub const GL_UNIFORM_BLOCK_BINDING : UInt = 0x8A3F
///|
pub const GL_UNIFORM_BLOCK_DATA_SIZE : UInt = 0x8A40
///|
pub const GL_UNIFORM_BLOCK_NAME_LENGTH : UInt = 0x8A41
///|
pub const GL_UNIFORM_BLOCK_ACTIVE_UNIFORMS : UInt = 0x8A42
///|
pub const GL_UNIFORM_BLOCK_ACTIVE_UNIFORM_INDICES : UInt = 0x8A43
///|
pub const GL_UNIFORM_BLOCK_REFERENCED_BY_VERTEX_SHADER : UInt = 0x8A44
///|
pub const GL_UNIFORM_BLOCK_REFERENCED_BY_GEOMETRY_SHADER : UInt = 0x8A45
///|
pub const GL_UNIFORM_BLOCK_REFERENCED_BY_FRAGMENT_SHADER : UInt = 0x8A46
///|
pub const GL_TEXTURE_SRGB_DECODE_EXT : UInt = 0x8A48
///|
pub const GL_DECODE_EXT : UInt = 0x8A49
///|
pub const GL_SKIP_DECODE_EXT : UInt = 0x8A4A
///|
pub const GL_PROGRAM_PIPELINE_OBJECT_EXT : UInt = 0x8A4F
///|
pub const GL_RGB_RAW_422_APPLE : UInt = 0x8A51
///|
pub const GL_FRAGMENT_SHADER_DISCARDS_SAMPLES_EXT : UInt = 0x8A52
///|
pub const GL_SYNC_OBJECT_APPLE : UInt = 0x8A53
///|
pub const GL_COMPRESSED_SRGB_PVRTC_2BPPV1_EXT : UInt = 0x8A54
///|
pub const GL_COMPRESSED_SRGB_PVRTC_4BPPV1_EXT : UInt = 0x8A55
///|
pub const GL_COMPRESSED_SRGB_ALPHA_PVRTC_2BPPV1_EXT : UInt = 0x8A56
///|
pub const GL_COMPRESSED_SRGB_ALPHA_PVRTC_4BPPV1_EXT : UInt = 0x8A57
///|
pub const GL_FRAGMENT_SHADER : UInt = 0x8B30
///|
pub const GL_FRAGMENT_SHADER_ARB : UInt = 0x8B30
///|
pub const GL_VERTEX_SHADER : UInt = 0x8B31
///|
pub const GL_VERTEX_SHADER_ARB : UInt = 0x8B31
///|
pub const GL_PROGRAM_OBJECT_ARB : UInt = 0x8B40
///|
pub const GL_PROGRAM_OBJECT_EXT : UInt = 0x8B40
///|
pub const GL_SHADER_OBJECT_ARB : UInt = 0x8B48
///|
pub const GL_SHADER_OBJECT_EXT : UInt = 0x8B48
///|
pub const GL_MAX_FRAGMENT_UNIFORM_COMPONENTS : UInt = 0x8B49
///|
pub const GL_MAX_FRAGMENT_UNIFORM_COMPONENTS_ARB : UInt = 0x8B49
///|
pub const GL_MAX_VERTEX_UNIFORM_COMPONENTS : UInt = 0x8B4A
///|
pub const GL_MAX_VERTEX_UNIFORM_COMPONENTS_ARB : UInt = 0x8B4A
///|
pub const GL_MAX_VARYING_FLOATS : UInt = 0x8B4B
///|
pub const GL_MAX_VARYING_COMPONENTS : UInt = 0x8B4B
///|
pub const GL_MAX_VARYING_COMPONENTS_EXT : UInt = 0x8B4B
///|
pub const GL_MAX_VARYING_FLOATS_ARB : UInt = 0x8B4B
///|
pub const GL_MAX_VERTEX_TEXTURE_IMAGE_UNITS : UInt = 0x8B4C
///|
pub const GL_MAX_VERTEX_TEXTURE_IMAGE_UNITS_ARB : UInt = 0x8B4C
///|
pub const GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS : UInt = 0x8B4D
///|
pub const GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS_ARB : UInt = 0x8B4D
///|
pub const GL_OBJECT_TYPE_ARB : UInt = 0x8B4E
///|
pub const GL_SHADER_TYPE : UInt = 0x8B4F
///|
pub const GL_OBJECT_SUBTYPE_ARB : UInt = 0x8B4F
///|
pub const GL_FLOAT_VEC2 : UInt = 0x8B50
///|
pub const GL_FLOAT_VEC2_ARB : UInt = 0x8B50
///|
pub const GL_FLOAT_VEC3 : UInt = 0x8B51
///|
pub const GL_FLOAT_VEC3_ARB : UInt = 0x8B51
///|
pub const GL_FLOAT_VEC4 : UInt = 0x8B52
///|
pub const GL_FLOAT_VEC4_ARB : UInt = 0x8B52
///|
pub const GL_INT_VEC2 : UInt = 0x8B53
///|
pub const GL_INT_VEC2_ARB : UInt = 0x8B53
///|
pub const GL_INT_VEC3 : UInt = 0x8B54
///|
pub const GL_INT_VEC3_ARB : UInt = 0x8B54
///|
pub const GL_INT_VEC4 : UInt = 0x8B55
///|
pub const GL_INT_VEC4_ARB : UInt = 0x8B55
///|
pub const GL_BOOL : UInt = 0x8B56
///|
pub const GL_BOOL_ARB : UInt = 0x8B56
///|
pub const GL_BOOL_VEC2 : UInt = 0x8B57
///|
pub const GL_BOOL_VEC2_ARB : UInt = 0x8B57
///|
pub const GL_BOOL_VEC3 : UInt = 0x8B58
///|
pub const GL_BOOL_VEC3_ARB : UInt = 0x8B58
///|
pub const GL_BOOL_VEC4 : UInt = 0x8B59
///|
pub const GL_BOOL_VEC4_ARB : UInt = 0x8B59
///|
pub const GL_FLOAT_MAT2 : UInt = 0x8B5A
///|
pub const GL_FLOAT_MAT2_ARB : UInt = 0x8B5A
///|
pub const GL_FLOAT_MAT3 : UInt = 0x8B5B
///|
pub const GL_FLOAT_MAT3_ARB : UInt = 0x8B5B
///|
pub const GL_FLOAT_MAT4 : UInt = 0x8B5C
///|
pub const GL_FLOAT_MAT4_ARB : UInt = 0x8B5C
///|
pub const GL_SAMPLER_1D : UInt = 0x8B5D
///|
pub const GL_SAMPLER_1D_ARB : UInt = 0x8B5D
///|
pub const GL_SAMPLER_2D : UInt = 0x8B5E
///|
pub const GL_SAMPLER_2D_ARB : UInt = 0x8B5E
///|
pub const GL_SAMPLER_3D : UInt = 0x8B5F
///|
pub const GL_SAMPLER_3D_ARB : UInt = 0x8B5F
///|
pub const GL_SAMPLER_3D_OES : UInt = 0x8B5F
///|
pub const GL_SAMPLER_CUBE : UInt = 0x8B60
///|
pub const GL_SAMPLER_CUBE_ARB : UInt = 0x8B60
///|
pub const GL_SAMPLER_1D_SHADOW : UInt = 0x8B61
///|
pub const GL_SAMPLER_1D_SHADOW_ARB : UInt = 0x8B61
///|
pub const GL_SAMPLER_2D_SHADOW : UInt = 0x8B62
///|
pub const GL_SAMPLER_2D_SHADOW_ARB : UInt = 0x8B62
///|
pub const GL_SAMPLER_2D_SHADOW_EXT : UInt = 0x8B62
///|
pub const GL_SAMPLER_2D_RECT : UInt = 0x8B63
///|
pub const GL_SAMPLER_2D_RECT_ARB : UInt = 0x8B63
///|
pub const GL_SAMPLER_2D_RECT_SHADOW : UInt = 0x8B64
///|
pub const GL_SAMPLER_2D_RECT_SHADOW_ARB : UInt = 0x8B64
///|
pub const GL_FLOAT_MAT2x3 : UInt = 0x8B65
///|
pub const GL_FLOAT_MAT2x3_NV : UInt = 0x8B65
///|
pub const GL_FLOAT_MAT2x4 : UInt = 0x8B66
///|
pub const GL_FLOAT_MAT2x4_NV : UInt = 0x8B66
///|
pub const GL_FLOAT_MAT3x2 : UInt = 0x8B67
///|
pub const GL_FLOAT_MAT3x2_NV : UInt = 0x8B67
///|
pub const GL_FLOAT_MAT3x4 : UInt = 0x8B68
///|
pub const GL_FLOAT_MAT3x4_NV : UInt = 0x8B68
///|
pub const GL_FLOAT_MAT4x2 : UInt = 0x8B69
///|
pub const GL_FLOAT_MAT4x2_NV : UInt = 0x8B69
///|
pub const GL_FLOAT_MAT4x3 : UInt = 0x8B6A
///|
pub const GL_FLOAT_MAT4x3_NV : UInt = 0x8B6A
///|
pub const GL_DELETE_STATUS : UInt = 0x8B80
///|
pub const GL_OBJECT_DELETE_STATUS_ARB : UInt = 0x8B80
///|
pub const GL_COMPILE_STATUS : UInt = 0x8B81
///|
pub const GL_OBJECT_COMPILE_STATUS_ARB : UInt = 0x8B81
///|
pub const GL_LINK_STATUS : UInt = 0x8B82
///|
pub const GL_OBJECT_LINK_STATUS_ARB : UInt = 0x8B82
///|
pub const GL_VALIDATE_STATUS : UInt = 0x8B83
///|
pub const GL_OBJECT_VALIDATE_STATUS_ARB : UInt = 0x8B83
///|
pub const GL_INFO_LOG_LENGTH : UInt = 0x8B84
///|
pub const GL_OBJECT_INFO_LOG_LENGTH_ARB : UInt = 0x8B84
///|
pub const GL_ATTACHED_SHADERS : UInt = 0x8B85
///|
pub const GL_OBJECT_ATTACHED_OBJECTS_ARB : UInt = 0x8B85
///|
pub const GL_ACTIVE_UNIFORMS : UInt = 0x8B86
///|
pub const GL_OBJECT_ACTIVE_UNIFORMS_ARB : UInt = 0x8B86
///|
pub const GL_ACTIVE_UNIFORM_MAX_LENGTH : UInt = 0x8B87
///|
pub const GL_OBJECT_ACTIVE_UNIFORM_MAX_LENGTH_ARB : UInt = 0x8B87
///|
pub const GL_SHADER_SOURCE_LENGTH : UInt = 0x8B88
///|
pub const GL_OBJECT_SHADER_SOURCE_LENGTH_ARB : UInt = 0x8B88
///|
pub const GL_ACTIVE_ATTRIBUTES : UInt = 0x8B89
///|
pub const GL_OBJECT_ACTIVE_ATTRIBUTES_ARB : UInt = 0x8B89
///|
pub const GL_ACTIVE_ATTRIBUTE_MAX_LENGTH : UInt = 0x8B8A
///|
pub const GL_OBJECT_ACTIVE_ATTRIBUTE_MAX_LENGTH_ARB : UInt = 0x8B8A
///|
pub const GL_FRAGMENT_SHADER_DERIVATIVE_HINT : UInt = 0x8B8B
///|
pub const GL_FRAGMENT_SHADER_DERIVATIVE_HINT_ARB : UInt = 0x8B8B
///|
pub const GL_FRAGMENT_SHADER_DERIVATIVE_HINT_OES : UInt = 0x8B8B
///|
pub const GL_SHADING_LANGUAGE_VERSION : UInt = 0x8B8C
///|
pub const GL_SHADING_LANGUAGE_VERSION_ARB : UInt = 0x8B8C
///|
pub const GL_CURRENT_PROGRAM : UInt = 0x8B8D
///|
pub const GL_PALETTE4_RGB8_OES : UInt = 0x8B90
///|
pub const GL_PALETTE4_RGBA8_OES : UInt = 0x8B91
///|
pub const GL_PALETTE4_R5_G6_B5_OES : UInt = 0x8B92
///|
pub const GL_PALETTE4_RGBA4_OES : UInt = 0x8B93
///|
pub const GL_PALETTE4_RGB5_A1_OES : UInt = 0x8B94
///|
pub const GL_PALETTE8_RGB8_OES : UInt = 0x8B95
///|
pub const GL_PALETTE8_RGBA8_OES : UInt = 0x8B96
///|
pub const GL_PALETTE8_R5_G6_B5_OES : UInt = 0x8B97
///|
pub const GL_PALETTE8_RGBA4_OES : UInt = 0x8B98
///|
pub const GL_PALETTE8_RGB5_A1_OES : UInt = 0x8B99
///|
pub const GL_IMPLEMENTATION_COLOR_READ_TYPE : UInt = 0x8B9A
///|
pub const GL_IMPLEMENTATION_COLOR_READ_TYPE_OES : UInt = 0x8B9A
///|
pub const GL_IMPLEMENTATION_COLOR_READ_FORMAT : UInt = 0x8B9B
///|
pub const GL_IMPLEMENTATION_COLOR_READ_FORMAT_OES : UInt = 0x8B9B
///|
pub const GL_POINT_SIZE_ARRAY_OES : UInt = 0x8B9C
///|
pub const GL_TEXTURE_CROP_RECT_OES : UInt = 0x8B9D
///|
pub const GL_MATRIX_INDEX_ARRAY_BUFFER_BINDING_OES : UInt = 0x8B9E
///|
pub const GL_POINT_SIZE_ARRAY_BUFFER_BINDING_OES : UInt = 0x8B9F
///|
pub const GL_FRAGMENT_PROGRAM_POSITION_MESA : UInt = 0x8BB0
///|
pub const GL_FRAGMENT_PROGRAM_CALLBACK_MESA : UInt = 0x8BB1
///|
pub const GL_FRAGMENT_PROGRAM_CALLBACK_FUNC_MESA : UInt = 0x8BB2
///|
pub const GL_FRAGMENT_PROGRAM_CALLBACK_DATA_MESA : UInt = 0x8BB3
///|
pub const GL_VERTEX_PROGRAM_POSITION_MESA : UInt = 0x8BB4
///|
pub const GL_VERTEX_PROGRAM_CALLBACK_MESA : UInt = 0x8BB5
///|
pub const GL_VERTEX_PROGRAM_CALLBACK_FUNC_MESA : UInt = 0x8BB6
///|
pub const GL_VERTEX_PROGRAM_CALLBACK_DATA_MESA : UInt = 0x8BB7
///|
pub const GL_TILE_RASTER_ORDER_FIXED_MESA : UInt = 0x8BB8
///|
pub const GL_TILE_RASTER_ORDER_INCREASING_X_MESA : UInt = 0x8BB9
///|
pub const GL_TILE_RASTER_ORDER_INCREASING_Y_MESA : UInt = 0x8BBA
///|
pub const GL_FRAMEBUFFER_FLIP_Y_MESA : UInt = 0x8BBB
///|
pub const GL_FRAMEBUFFER_FLIP_X_MESA : UInt = 0x8BBC
///|
pub const GL_FRAMEBUFFER_SWAP_XY_MESA : UInt = 0x8BBD
///|
pub const GL_CONST_BW_TILING_MESA : UInt = 0x8BBE
///|
pub const GL_COUNTER_TYPE_AMD : UInt = 0x8BC0
///|
pub const GL_COUNTER_RANGE_AMD : UInt = 0x8BC1
///|
pub const GL_UNSIGNED_INT64_AMD : UInt = 0x8BC2
///|
pub const GL_PERCENTAGE_AMD : UInt = 0x8BC3
///|
pub const GL_PERFMON_RESULT_AVAILABLE_AMD : UInt = 0x8BC4
///|
pub const GL_PERFMON_RESULT_SIZE_AMD : UInt = 0x8BC5
///|
pub const GL_PERFMON_RESULT_AMD : UInt = 0x8BC6
///|
pub const GL_TEXTURE_WIDTH_QCOM : UInt = 0x8BD2
///|
pub const GL_TEXTURE_HEIGHT_QCOM : UInt = 0x8BD3
///|
pub const GL_TEXTURE_DEPTH_QCOM : UInt = 0x8BD4
///|
pub const GL_TEXTURE_INTERNAL_FORMAT_QCOM : UInt = 0x8BD5
///|
pub const GL_TEXTURE_FORMAT_QCOM : UInt = 0x8BD6
///|
pub const GL_TEXTURE_TYPE_QCOM : UInt = 0x8BD7
///|
pub const GL_TEXTURE_IMAGE_VALID_QCOM : UInt = 0x8BD8
///|
pub const GL_TEXTURE_NUM_LEVELS_QCOM : UInt = 0x8BD9
///|
pub const GL_TEXTURE_TARGET_QCOM : UInt = 0x8BDA
///|
pub const GL_TEXTURE_OBJECT_VALID_QCOM : UInt = 0x8BDB
///|
pub const GL_STATE_RESTORE : UInt = 0x8BDC
///|
pub const GL_SAMPLER_EXTERNAL_2D_Y2Y_EXT : UInt = 0x8BE7
///|
pub const GL_TEXTURE_PROTECTED_EXT : UInt = 0x8BFA
///|
pub const GL_TEXTURE_FOVEATED_FEATURE_BITS_QCOM : UInt = 0x8BFB
///|
pub const GL_TEXTURE_FOVEATED_MIN_PIXEL_DENSITY_QCOM : UInt = 0x8BFC
///|
pub const GL_TEXTURE_FOVEATED_FEATURE_QUERY_QCOM : UInt = 0x8BFD
///|
pub const GL_TEXTURE_FOVEATED_NUM_FOCAL_POINTS_QUERY_QCOM : UInt = 0x8BFE
///|
pub const GL_FRAMEBUFFER_INCOMPLETE_FOVEATION_QCOM : UInt = 0x8BFF
///|
pub const GL_COMPRESSED_RGB_PVRTC_4BPPV1_IMG : UInt = 0x8C00
///|
pub const GL_COMPRESSED_RGB_PVRTC_2BPPV1_IMG : UInt = 0x8C01
///|
pub const GL_COMPRESSED_RGBA_PVRTC_4BPPV1_IMG : UInt = 0x8C02
///|
pub const GL_COMPRESSED_RGBA_PVRTC_2BPPV1_IMG : UInt = 0x8C03
///|
pub const GL_MODULATE_COLOR_IMG : UInt = 0x8C04
///|
pub const GL_RECIP_ADD_SIGNED_ALPHA_IMG : UInt = 0x8C05
///|
pub const GL_TEXTURE_ALPHA_MODULATE_IMG : UInt = 0x8C06
///|
pub const GL_FACTOR_ALPHA_MODULATE_IMG : UInt = 0x8C07
///|
pub const GL_FRAGMENT_ALPHA_MODULATE_IMG : UInt = 0x8C08
///|
pub const GL_ADD_BLEND_IMG : UInt = 0x8C09
///|
pub const GL_SGX_BINARY_IMG : UInt = 0x8C0A
///|
pub const GL_TEXTURE_RED_TYPE : UInt = 0x8C10
///|
pub const GL_TEXTURE_RED_TYPE_ARB : UInt = 0x8C10
///|
pub const GL_TEXTURE_GREEN_TYPE : UInt = 0x8C11
///|
pub const GL_TEXTURE_GREEN_TYPE_ARB : UInt = 0x8C11
///|
pub const GL_TEXTURE_BLUE_TYPE : UInt = 0x8C12
///|
pub const GL_TEXTURE_BLUE_TYPE_ARB : UInt = 0x8C12
///|
pub const GL_TEXTURE_ALPHA_TYPE : UInt = 0x8C13
///|
pub const GL_TEXTURE_ALPHA_TYPE_ARB : UInt = 0x8C13
///|
pub const GL_TEXTURE_LUMINANCE_TYPE : UInt = 0x8C14
///|
pub const GL_TEXTURE_LUMINANCE_TYPE_ARB : UInt = 0x8C14
///|
pub const GL_TEXTURE_INTENSITY_TYPE : UInt = 0x8C15
///|
pub const GL_TEXTURE_INTENSITY_TYPE_ARB : UInt = 0x8C15
///|
pub const GL_TEXTURE_DEPTH_TYPE : UInt = 0x8C16
///|
pub const GL_TEXTURE_DEPTH_TYPE_ARB : UInt = 0x8C16
///|
pub const GL_UNSIGNED_NORMALIZED : UInt = 0x8C17
///|
pub const GL_UNSIGNED_NORMALIZED_ARB : UInt = 0x8C17
///|
pub const GL_UNSIGNED_NORMALIZED_EXT : UInt = 0x8C17
///|
pub const GL_TEXTURE_1D_ARRAY : UInt = 0x8C18
///|
pub const GL_TEXTURE_1D_ARRAY_EXT : UInt = 0x8C18
///|
pub const GL_PROXY_TEXTURE_1D_ARRAY : UInt = 0x8C19
///|
pub const GL_PROXY_TEXTURE_1D_ARRAY_EXT : UInt = 0x8C19
///|
pub const GL_TEXTURE_2D_ARRAY : UInt = 0x8C1A
///|
pub const GL_TEXTURE_2D_ARRAY_EXT : UInt = 0x8C1A
///|
pub const GL_PROXY_TEXTURE_2D_ARRAY : UInt = 0x8C1B
///|
pub const GL_PROXY_TEXTURE_2D_ARRAY_EXT : UInt = 0x8C1B
///|
pub const GL_TEXTURE_BINDING_1D_ARRAY : UInt = 0x8C1C
///|
pub const GL_TEXTURE_BINDING_1D_ARRAY_EXT : UInt = 0x8C1C
///|
pub const GL_TEXTURE_BINDING_2D_ARRAY : UInt = 0x8C1D
///|
pub const GL_TEXTURE_BINDING_2D_ARRAY_EXT : UInt = 0x8C1D
///|
pub const GL_GEOMETRY_PROGRAM_NV : UInt = 0x8C26
///|
pub const GL_MAX_PROGRAM_OUTPUT_VERTICES_NV : UInt = 0x8C27
///|
pub const GL_MAX_PROGRAM_TOTAL_OUTPUT_COMPONENTS_NV : UInt = 0x8C28
///|
pub const GL_MAX_GEOMETRY_TEXTURE_IMAGE_UNITS : UInt = 0x8C29
///|
pub const GL_MAX_GEOMETRY_TEXTURE_IMAGE_UNITS_ARB : UInt = 0x8C29
///|
pub const GL_MAX_GEOMETRY_TEXTURE_IMAGE_UNITS_EXT : UInt = 0x8C29
///|
pub const GL_MAX_GEOMETRY_TEXTURE_IMAGE_UNITS_OES : UInt = 0x8C29
///|
pub const GL_TEXTURE_BUFFER : UInt = 0x8C2A
///|
pub const GL_TEXTURE_BUFFER_ARB : UInt = 0x8C2A
///|
pub const GL_TEXTURE_BUFFER_EXT : UInt = 0x8C2A
///|
pub const GL_TEXTURE_BUFFER_OES : UInt = 0x8C2A
///|
pub const GL_TEXTURE_BUFFER_BINDING : UInt = 0x8C2A
///|
pub const GL_TEXTURE_BUFFER_BINDING_EXT : UInt = 0x8C2A
///|
pub const GL_TEXTURE_BUFFER_BINDING_OES : UInt = 0x8C2A
///|
pub const GL_MAX_TEXTURE_BUFFER_SIZE : UInt = 0x8C2B
///|
pub const GL_MAX_TEXTURE_BUFFER_SIZE_ARB : UInt = 0x8C2B
///|
pub const GL_MAX_TEXTURE_BUFFER_SIZE_EXT : UInt = 0x8C2B
///|
pub const GL_MAX_TEXTURE_BUFFER_SIZE_OES : UInt = 0x8C2B
///|
pub const GL_TEXTURE_BINDING_BUFFER : UInt = 0x8C2C
///|
pub const GL_TEXTURE_BINDING_BUFFER_ARB : UInt = 0x8C2C
///|
pub const GL_TEXTURE_BINDING_BUFFER_EXT : UInt = 0x8C2C
///|
pub const GL_TEXTURE_BINDING_BUFFER_OES : UInt = 0x8C2C
///|
pub const GL_TEXTURE_BUFFER_DATA_STORE_BINDING : UInt = 0x8C2D
///|
pub const GL_TEXTURE_BUFFER_DATA_STORE_BINDING_ARB : UInt = 0x8C2D
///|
pub const GL_TEXTURE_BUFFER_DATA_STORE_BINDING_EXT : UInt = 0x8C2D
///|
pub const GL_TEXTURE_BUFFER_DATA_STORE_BINDING_OES : UInt = 0x8C2D
///|
pub const GL_TEXTURE_BUFFER_FORMAT_ARB : UInt = 0x8C2E
///|
pub const GL_TEXTURE_BUFFER_FORMAT_EXT : UInt = 0x8C2E
///|
pub const GL_ANY_SAMPLES_PASSED : UInt = 0x8C2F
///|
pub const GL_ANY_SAMPLES_PASSED_EXT : UInt = 0x8C2F
///|
pub const GL_SAMPLE_SHADING : UInt = 0x8C36
///|
pub const GL_SAMPLE_SHADING_ARB : UInt = 0x8C36
///|
pub const GL_SAMPLE_SHADING_OES : UInt = 0x8C36
///|
pub const GL_MIN_SAMPLE_SHADING_VALUE : UInt = 0x8C37
///|
pub const GL_MIN_SAMPLE_SHADING_VALUE_ARB : UInt = 0x8C37
///|
pub const GL_MIN_SAMPLE_SHADING_VALUE_OES : UInt = 0x8C37
///|
pub const GL_R11F_G11F_B10F : UInt = 0x8C3A
///|
pub const GL_R11F_G11F_B10F_APPLE : UInt = 0x8C3A
///|
pub const GL_R11F_G11F_B10F_EXT : UInt = 0x8C3A
///|
pub const GL_UNSIGNED_INT_10F_11F_11F_REV : UInt = 0x8C3B
///|
pub const GL_UNSIGNED_INT_10F_11F_11F_REV_APPLE : UInt = 0x8C3B
///|
pub const GL_UNSIGNED_INT_10F_11F_11F_REV_EXT : UInt = 0x8C3B
///|
pub const GL_RGBA_SIGNED_COMPONENTS_EXT : UInt = 0x8C3C
///|
pub const GL_RGB9_E5 : UInt = 0x8C3D
///|
pub const GL_RGB9_E5_APPLE : UInt = 0x8C3D
///|
pub const GL_RGB9_E5_EXT : UInt = 0x8C3D
///|
pub const GL_UNSIGNED_INT_5_9_9_9_REV : UInt = 0x8C3E
///|
pub const GL_UNSIGNED_INT_5_9_9_9_REV_APPLE : UInt = 0x8C3E
///|
pub const GL_UNSIGNED_INT_5_9_9_9_REV_EXT : UInt = 0x8C3E
///|
pub const GL_TEXTURE_SHARED_SIZE : UInt = 0x8C3F
///|
pub const GL_TEXTURE_SHARED_SIZE_EXT : UInt = 0x8C3F
///|
pub const GL_SRGB : UInt = 0x8C40
///|
pub const GL_SRGB_EXT : UInt = 0x8C40
///|
pub const GL_SRGB8 : UInt = 0x8C41
///|
pub const GL_SRGB8_EXT : UInt = 0x8C41
///|
pub const GL_SRGB8_NV : UInt = 0x8C41
///|
pub const GL_SRGB_ALPHA : UInt = 0x8C42
///|
pub const GL_SRGB_ALPHA_EXT : UInt = 0x8C42
///|
pub const GL_SRGB8_ALPHA8 : UInt = 0x8C43
///|
pub const GL_SRGB8_ALPHA8_EXT : UInt = 0x8C43
///|
pub const GL_SLUMINANCE_ALPHA : UInt = 0x8C44
///|
pub const GL_SLUMINANCE_ALPHA_EXT : UInt = 0x8C44
///|
pub const GL_SLUMINANCE_ALPHA_NV : UInt = 0x8C44
///|
pub const GL_SLUMINANCE8_ALPHA8 : UInt = 0x8C45
///|
pub const GL_SLUMINANCE8_ALPHA8_EXT : UInt = 0x8C45
///|
pub const GL_SLUMINANCE8_ALPHA8_NV : UInt = 0x8C45
///|
pub const GL_SLUMINANCE : UInt = 0x8C46
///|
pub const GL_SLUMINANCE_EXT : UInt = 0x8C46
///|
pub const GL_SLUMINANCE_NV : UInt = 0x8C46
///|
pub const GL_SLUMINANCE8 : UInt = 0x8C47
///|
pub const GL_SLUMINANCE8_EXT : UInt = 0x8C47
///|
pub const GL_SLUMINANCE8_NV : UInt = 0x8C47
///|
pub const GL_COMPRESSED_SRGB : UInt = 0x8C48
///|
pub const GL_COMPRESSED_SRGB_EXT : UInt = 0x8C48
///|
pub const GL_COMPRESSED_SRGB_ALPHA : UInt = 0x8C49
///|
pub const GL_COMPRESSED_SRGB_ALPHA_EXT : UInt = 0x8C49
///|
pub const GL_COMPRESSED_SLUMINANCE : UInt = 0x8C4A
///|
pub const GL_COMPRESSED_SLUMINANCE_EXT : UInt = 0x8C4A
///|
pub const GL_COMPRESSED_SLUMINANCE_ALPHA : UInt = 0x8C4B
///|
pub const GL_COMPRESSED_SLUMINANCE_ALPHA_EXT : UInt = 0x8C4B
///|
pub const GL_COMPRESSED_SRGB_S3TC_DXT1_EXT : UInt = 0x8C4C
///|
pub const GL_COMPRESSED_SRGB_S3TC_DXT1_NV : UInt = 0x8C4C
///|
pub const GL_COMPRESSED_SRGB_ALPHA_S3TC_DXT1_EXT : UInt = 0x8C4D
///|
pub const GL_COMPRESSED_SRGB_ALPHA_S3TC_DXT1_NV : UInt = 0x8C4D
///|
pub const GL_COMPRESSED_SRGB_ALPHA_S3TC_DXT3_EXT : UInt = 0x8C4E
///|
pub const GL_COMPRESSED_SRGB_ALPHA_S3TC_DXT3_NV : UInt = 0x8C4E
///|
pub const GL_COMPRESSED_SRGB_ALPHA_S3TC_DXT5_EXT : UInt = 0x8C4F
///|
pub const GL_COMPRESSED_SRGB_ALPHA_S3TC_DXT5_NV : UInt = 0x8C4F
///|
pub const GL_COMPRESSED_LUMINANCE_LATC1_EXT : UInt = 0x8C70
///|
pub const GL_COMPRESSED_SIGNED_LUMINANCE_LATC1_EXT : UInt = 0x8C71
///|
pub const GL_COMPRESSED_LUMINANCE_ALPHA_LATC2_EXT : UInt = 0x8C72
///|
pub const GL_COMPRESSED_SIGNED_LUMINANCE_ALPHA_LATC2_EXT : UInt = 0x8C73
///|
pub const GL_TESS_CONTROL_PROGRAM_PARAMETER_BUFFER_NV : UInt = 0x8C74
///|
pub const GL_TESS_EVALUATION_PROGRAM_PARAMETER_BUFFER_NV : UInt = 0x8C75
///|
pub const GL_TRANSFORM_FEEDBACK_VARYING_MAX_LENGTH : UInt = 0x8C76
///|
pub const GL_TRANSFORM_FEEDBACK_VARYING_MAX_LENGTH_EXT : UInt = 0x8C76
///|
pub const GL_BACK_PRIMARY_COLOR_NV : UInt = 0x8C77
///|
pub const GL_BACK_SECONDARY_COLOR_NV : UInt = 0x8C78
///|
pub const GL_TEXTURE_COORD_NV : UInt = 0x8C79
///|
pub const GL_CLIP_DISTANCE_NV : UInt = 0x8C7A
///|
pub const GL_VERTEX_ID_NV : UInt = 0x8C7B
///|
pub const GL_PRIMITIVE_ID_NV : UInt = 0x8C7C
///|
pub const GL_GENERIC_ATTRIB_NV : UInt = 0x8C7D
///|
pub const GL_TRANSFORM_FEEDBACK_ATTRIBS_NV : UInt = 0x8C7E
///|
pub const GL_TRANSFORM_FEEDBACK_BUFFER_MODE : UInt = 0x8C7F
///|
pub const GL_TRANSFORM_FEEDBACK_BUFFER_MODE_EXT : UInt = 0x8C7F
///|
pub const GL_TRANSFORM_FEEDBACK_BUFFER_MODE_NV : UInt = 0x8C7F
///|
pub const GL_MAX_TRANSFORM_FEEDBACK_SEPARATE_COMPONENTS : UInt = 0x8C80
///|
pub const GL_MAX_TRANSFORM_FEEDBACK_SEPARATE_COMPONENTS_EXT : UInt = 0x8C80
///|
pub const GL_MAX_TRANSFORM_FEEDBACK_SEPARATE_COMPONENTS_NV : UInt = 0x8C80
///|
pub const GL_ACTIVE_VARYINGS_NV : UInt = 0x8C81
///|
pub const GL_ACTIVE_VARYING_MAX_LENGTH_NV : UInt = 0x8C82
///|
pub const GL_TRANSFORM_FEEDBACK_VARYINGS : UInt = 0x8C83
///|
pub const GL_TRANSFORM_FEEDBACK_VARYINGS_EXT : UInt = 0x8C83
///|
pub const GL_TRANSFORM_FEEDBACK_VARYINGS_NV : UInt = 0x8C83
///|
pub const GL_TRANSFORM_FEEDBACK_BUFFER_START : UInt = 0x8C84
///|
pub const GL_TRANSFORM_FEEDBACK_BUFFER_START_EXT : UInt = 0x8C84
///|
pub const GL_TRANSFORM_FEEDBACK_BUFFER_START_NV : UInt = 0x8C84
///|
pub const GL_TRANSFORM_FEEDBACK_BUFFER_SIZE : UInt = 0x8C85
///|
pub const GL_TRANSFORM_FEEDBACK_BUFFER_SIZE_EXT : UInt = 0x8C85
///|
pub const GL_TRANSFORM_FEEDBACK_BUFFER_SIZE_NV : UInt = 0x8C85
///|
pub const GL_TRANSFORM_FEEDBACK_RECORD_NV : UInt = 0x8C86
///|
pub const GL_PRIMITIVES_GENERATED : UInt = 0x8C87
///|
pub const GL_PRIMITIVES_GENERATED_EXT : UInt = 0x8C87
///|
pub const GL_PRIMITIVES_GENERATED_NV : UInt = 0x8C87
///|
pub const GL_PRIMITIVES_GENERATED_OES : UInt = 0x8C87
///|
pub const GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN : UInt = 0x8C88
///|
pub const GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN_EXT : UInt = 0x8C88
///|
pub const GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN_NV : UInt = 0x8C88
///|
pub const GL_RASTERIZER_DISCARD : UInt = 0x8C89
///|
pub const GL_RASTERIZER_DISCARD_EXT : UInt = 0x8C89
///|
pub const GL_RASTERIZER_DISCARD_NV : UInt = 0x8C89
///|
pub const GL_MAX_TRANSFORM_FEEDBACK_INTERLEAVED_COMPONENTS : UInt = 0x8C8A
///|
pub const GL_MAX_TRANSFORM_FEEDBACK_INTERLEAVED_COMPONENTS_EXT : UInt = 0x8C8A
///|
pub const GL_MAX_TRANSFORM_FEEDBACK_INTERLEAVED_COMPONENTS_NV : UInt = 0x8C8A
///|
pub const GL_MAX_TRANSFORM_FEEDBACK_SEPARATE_ATTRIBS : UInt = 0x8C8B
///|
pub const GL_MAX_TRANSFORM_FEEDBACK_SEPARATE_ATTRIBS_EXT : UInt = 0x8C8B
///|
pub const GL_MAX_TRANSFORM_FEEDBACK_SEPARATE_ATTRIBS_NV : UInt = 0x8C8B
///|
pub const GL_INTERLEAVED_ATTRIBS : UInt = 0x8C8C
///|
pub const GL_INTERLEAVED_ATTRIBS_EXT : UInt = 0x8C8C
///|
pub const GL_INTERLEAVED_ATTRIBS_NV : UInt = 0x8C8C
///|
pub const GL_SEPARATE_ATTRIBS : UInt = 0x8C8D
///|
pub const GL_SEPARATE_ATTRIBS_EXT : UInt = 0x8C8D
///|
pub const GL_SEPARATE_ATTRIBS_NV : UInt = 0x8C8D
///|
pub const GL_TRANSFORM_FEEDBACK_BUFFER : UInt = 0x8C8E
///|
pub const GL_TRANSFORM_FEEDBACK_BUFFER_EXT : UInt = 0x8C8E
///|
pub const GL_TRANSFORM_FEEDBACK_BUFFER_NV : UInt = 0x8C8E
///|
pub const GL_TRANSFORM_FEEDBACK_BUFFER_BINDING : UInt = 0x8C8F
///|
pub const GL_TRANSFORM_FEEDBACK_BUFFER_BINDING_EXT : UInt = 0x8C8F
///|
pub const GL_TRANSFORM_FEEDBACK_BUFFER_BINDING_NV : UInt = 0x8C8F
///|
pub const GL_MOTION_ESTIMATION_SEARCH_BLOCK_X_QCOM : UInt = 0x8C90
///|
pub const GL_MOTION_ESTIMATION_SEARCH_BLOCK_Y_QCOM : UInt = 0x8C91
///|
pub const GL_ATC_RGB_AMD : UInt = 0x8C92
///|
pub const GL_ATC_RGBA_EXPLICIT_ALPHA_AMD : UInt = 0x8C93
///|
pub const GL_TEXTURE_LOD_BIAS_QCOM : UInt = 0x8C96
///|
pub const GL_POINT_SPRITE_COORD_ORIGIN : UInt = 0x8CA0
///|
pub const GL_LOWER_LEFT : UInt = 0x8CA1
///|
pub const GL_LOWER_LEFT_EXT : UInt = 0x8CA1
///|
pub const GL_UPPER_LEFT : UInt = 0x8CA2
///|
pub const GL_UPPER_LEFT_EXT : UInt = 0x8CA2
///|
pub const GL_STENCIL_BACK_REF : UInt = 0x8CA3
///|
pub const GL_STENCIL_BACK_VALUE_MASK : UInt = 0x8CA4
///|
pub const GL_STENCIL_BACK_WRITEMASK : UInt = 0x8CA5
///|
pub const GL_DRAW_FRAMEBUFFER_BINDING : UInt = 0x8CA6
///|
pub const GL_DRAW_FRAMEBUFFER_BINDING_ANGLE : UInt = 0x8CA6
///|
pub const GL_DRAW_FRAMEBUFFER_BINDING_APPLE : UInt = 0x8CA6
///|
pub const GL_DRAW_FRAMEBUFFER_BINDING_EXT : UInt = 0x8CA6
///|
pub const GL_DRAW_FRAMEBUFFER_BINDING_NV : UInt = 0x8CA6
///|
pub const GL_FRAMEBUFFER_BINDING : UInt = 0x8CA6
///|
pub const GL_FRAMEBUFFER_BINDING_ANGLE : UInt = 0x8CA6
///|
pub const GL_FRAMEBUFFER_BINDING_EXT : UInt = 0x8CA6
///|
pub const GL_FRAMEBUFFER_BINDING_OES : UInt = 0x8CA6
///|
pub const GL_RENDERBUFFER_BINDING : UInt = 0x8CA7
///|
pub const GL_RENDERBUFFER_BINDING_ANGLE : UInt = 0x8CA7
///|
pub const GL_RENDERBUFFER_BINDING_EXT : UInt = 0x8CA7
///|
pub const GL_RENDERBUFFER_BINDING_OES : UInt = 0x8CA7
///|
pub const GL_READ_FRAMEBUFFER : UInt = 0x8CA8
///|
pub const GL_READ_FRAMEBUFFER_ANGLE : UInt = 0x8CA8
///|
pub const GL_READ_FRAMEBUFFER_APPLE : UInt = 0x8CA8
///|
pub const GL_READ_FRAMEBUFFER_EXT : UInt = 0x8CA8
///|
pub const GL_READ_FRAMEBUFFER_NV : UInt = 0x8CA8
///|
pub const GL_DRAW_FRAMEBUFFER : UInt = 0x8CA9
///|
pub const GL_DRAW_FRAMEBUFFER_ANGLE : UInt = 0x8CA9
///|
pub const GL_DRAW_FRAMEBUFFER_APPLE : UInt = 0x8CA9
///|
pub const GL_DRAW_FRAMEBUFFER_EXT : UInt = 0x8CA9
///|
pub const GL_DRAW_FRAMEBUFFER_NV : UInt = 0x8CA9
///|
pub const GL_READ_FRAMEBUFFER_BINDING : UInt = 0x8CAA
///|
pub const GL_READ_FRAMEBUFFER_BINDING_ANGLE : UInt = 0x8CAA
///|
pub const GL_READ_FRAMEBUFFER_BINDING_APPLE : UInt = 0x8CAA
///|
pub const GL_READ_FRAMEBUFFER_BINDING_EXT : UInt = 0x8CAA
///|
pub const GL_READ_FRAMEBUFFER_BINDING_NV : UInt = 0x8CAA
///|
pub const GL_RENDERBUFFER_COVERAGE_SAMPLES_NV : UInt = 0x8CAB
///|
pub const GL_RENDERBUFFER_SAMPLES : UInt = 0x8CAB
///|
pub const GL_RENDERBUFFER_SAMPLES_ANGLE : UInt = 0x8CAB
///|
pub const GL_RENDERBUFFER_SAMPLES_APPLE : UInt = 0x8CAB
///|
pub const GL_RENDERBUFFER_SAMPLES_EXT : UInt = 0x8CAB
///|
pub const GL_RENDERBUFFER_SAMPLES_NV : UInt = 0x8CAB
///|
pub const GL_DEPTH_COMPONENT32F : UInt = 0x8CAC
///|
pub const GL_DEPTH32F_STENCIL8 : UInt = 0x8CAD
///|
pub const GL_FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE : UInt = 0x8CD0
///|
pub const GL_FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE_EXT : UInt = 0x8CD0
///|
pub const GL_FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE_OES : UInt = 0x8CD0
///|
pub const GL_FRAMEBUFFER_ATTACHMENT_OBJECT_NAME : UInt = 0x8CD1
///|
pub const GL_FRAMEBUFFER_ATTACHMENT_OBJECT_NAME_EXT : UInt = 0x8CD1
///|
pub const GL_FRAMEBUFFER_ATTACHMENT_OBJECT_NAME_OES : UInt = 0x8CD1
///|
pub const GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_LEVEL : UInt = 0x8CD2
///|
pub const GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_LEVEL_EXT : UInt = 0x8CD2
///|
pub const GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_LEVEL_OES : UInt = 0x8CD2
///|
pub const GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_CUBE_MAP_FACE : UInt = 0x8CD3
///|
pub const GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_CUBE_MAP_FACE_EXT : UInt = 0x8CD3
///|
pub const GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_CUBE_MAP_FACE_OES : UInt = 0x8CD3
///|
pub const GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_3D_ZOFFSET_EXT : UInt = 0x8CD4
///|
pub const GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_3D_ZOFFSET_OES : UInt = 0x8CD4
///|
pub const GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_LAYER : UInt = 0x8CD4
///|
pub const GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_LAYER_EXT : UInt = 0x8CD4
///|
pub const GL_FRAMEBUFFER_COMPLETE : UInt = 0x8CD5
///|
pub const GL_FRAMEBUFFER_COMPLETE_EXT : UInt = 0x8CD5
///|
pub const GL_FRAMEBUFFER_COMPLETE_OES : UInt = 0x8CD5
///|
pub const GL_FRAMEBUFFER_INCOMPLETE_ATTACHMENT : UInt = 0x8CD6
///|
pub const GL_FRAMEBUFFER_INCOMPLETE_ATTACHMENT_EXT : UInt = 0x8CD6
///|
pub const GL_FRAMEBUFFER_INCOMPLETE_ATTACHMENT_OES : UInt = 0x8CD6
///|
pub const GL_FRAMEBUFFER_INCOMPLETE_MISSING_ATTACHMENT : UInt = 0x8CD7
///|
pub const GL_FRAMEBUFFER_INCOMPLETE_MISSING_ATTACHMENT_EXT : UInt = 0x8CD7
///|
pub const GL_FRAMEBUFFER_INCOMPLETE_MISSING_ATTACHMENT_OES : UInt = 0x8CD7
///|
pub const GL_FRAMEBUFFER_INCOMPLETE_DIMENSIONS : UInt = 0x8CD9
///|
pub const GL_FRAMEBUFFER_INCOMPLETE_DIMENSIONS_EXT : UInt = 0x8CD9
///|
pub const GL_FRAMEBUFFER_INCOMPLETE_DIMENSIONS_OES : UInt = 0x8CD9
///|
pub const GL_FRAMEBUFFER_INCOMPLETE_FORMATS_EXT : UInt = 0x8CDA
///|
pub const GL_FRAMEBUFFER_INCOMPLETE_FORMATS_OES : UInt = 0x8CDA
///|
pub const GL_FRAMEBUFFER_INCOMPLETE_DRAW_BUFFER : UInt = 0x8CDB
///|
pub const GL_FRAMEBUFFER_INCOMPLETE_DRAW_BUFFER_EXT : UInt = 0x8CDB
///|
pub const GL_FRAMEBUFFER_INCOMPLETE_DRAW_BUFFER_OES : UInt = 0x8CDB
///|
pub const GL_FRAMEBUFFER_INCOMPLETE_READ_BUFFER : UInt = 0x8CDC
///|
pub const GL_FRAMEBUFFER_INCOMPLETE_READ_BUFFER_EXT : UInt = 0x8CDC
///|
pub const GL_FRAMEBUFFER_INCOMPLETE_READ_BUFFER_OES : UInt = 0x8CDC
///|
pub const GL_FRAMEBUFFER_UNSUPPORTED : UInt = 0x8CDD
///|
pub const GL_FRAMEBUFFER_UNSUPPORTED_EXT : UInt = 0x8CDD
///|
pub const GL_FRAMEBUFFER_UNSUPPORTED_OES : UInt = 0x8CDD
///|
pub const GL_MAX_COLOR_ATTACHMENTS : UInt = 0x8CDF
///|
pub const GL_MAX_COLOR_ATTACHMENTS_EXT : UInt = 0x8CDF
///|
pub const GL_MAX_COLOR_ATTACHMENTS_NV : UInt = 0x8CDF
///|
pub const GL_COLOR_ATTACHMENT0 : UInt = 0x8CE0
///|
pub const GL_COLOR_ATTACHMENT0_EXT : UInt = 0x8CE0
///|
pub const GL_COLOR_ATTACHMENT0_NV : UInt = 0x8CE0
///|
pub const GL_COLOR_ATTACHMENT0_OES : UInt = 0x8CE0
///|
pub const GL_COLOR_ATTACHMENT1 : UInt = 0x8CE1
///|
pub const GL_COLOR_ATTACHMENT1_EXT : UInt = 0x8CE1
///|
pub const GL_COLOR_ATTACHMENT1_NV : UInt = 0x8CE1
///|
pub const GL_COLOR_ATTACHMENT2 : UInt = 0x8CE2
///|
pub const GL_COLOR_ATTACHMENT2_EXT : UInt = 0x8CE2
///|
pub const GL_COLOR_ATTACHMENT2_NV : UInt = 0x8CE2
///|
pub const GL_COLOR_ATTACHMENT3 : UInt = 0x8CE3
///|
pub const GL_COLOR_ATTACHMENT3_EXT : UInt = 0x8CE3
///|
pub const GL_COLOR_ATTACHMENT3_NV : UInt = 0x8CE3
///|
pub const GL_COLOR_ATTACHMENT4 : UInt = 0x8CE4
///|
pub const GL_COLOR_ATTACHMENT4_EXT : UInt = 0x8CE4
///|
pub const GL_COLOR_ATTACHMENT4_NV : UInt = 0x8CE4
///|
pub const GL_COLOR_ATTACHMENT5 : UInt = 0x8CE5
///|
pub const GL_COLOR_ATTACHMENT5_EXT : UInt = 0x8CE5
///|
pub const GL_COLOR_ATTACHMENT5_NV : UInt = 0x8CE5
///|
pub const GL_COLOR_ATTACHMENT6 : UInt = 0x8CE6
///|
pub const GL_COLOR_ATTACHMENT6_EXT : UInt = 0x8CE6
///|
pub const GL_COLOR_ATTACHMENT6_NV : UInt = 0x8CE6
///|
pub const GL_COLOR_ATTACHMENT7 : UInt = 0x8CE7
///|
pub const GL_COLOR_ATTACHMENT7_EXT : UInt = 0x8CE7
///|
pub const GL_COLOR_ATTACHMENT7_NV : UInt = 0x8CE7
///|
pub const GL_COLOR_ATTACHMENT8 : UInt = 0x8CE8
///|
pub const GL_COLOR_ATTACHMENT8_EXT : UInt = 0x8CE8
///|
pub const GL_COLOR_ATTACHMENT8_NV : UInt = 0x8CE8
///|
pub const GL_COLOR_ATTACHMENT9 : UInt = 0x8CE9
///|
pub const GL_COLOR_ATTACHMENT9_EXT : UInt = 0x8CE9
///|
pub const GL_COLOR_ATTACHMENT9_NV : UInt = 0x8CE9
///|
pub const GL_COLOR_ATTACHMENT10 : UInt = 0x8CEA
///|
pub const GL_COLOR_ATTACHMENT10_EXT : UInt = 0x8CEA
///|
pub const GL_COLOR_ATTACHMENT10_NV : UInt = 0x8CEA
///|
pub const GL_COLOR_ATTACHMENT11 : UInt = 0x8CEB
///|
pub const GL_COLOR_ATTACHMENT11_EXT : UInt = 0x8CEB
///|
pub const GL_COLOR_ATTACHMENT11_NV : UInt = 0x8CEB
///|
pub const GL_COLOR_ATTACHMENT12 : UInt = 0x8CEC
///|
pub const GL_COLOR_ATTACHMENT12_EXT : UInt = 0x8CEC
///|
pub const GL_COLOR_ATTACHMENT12_NV : UInt = 0x8CEC
///|
pub const GL_COLOR_ATTACHMENT13 : UInt = 0x8CED
///|
pub const GL_COLOR_ATTACHMENT13_EXT : UInt = 0x8CED
///|
pub const GL_COLOR_ATTACHMENT13_NV : UInt = 0x8CED
///|
pub const GL_COLOR_ATTACHMENT14 : UInt = 0x8CEE
///|
pub const GL_COLOR_ATTACHMENT14_EXT : UInt = 0x8CEE
///|
pub const GL_COLOR_ATTACHMENT14_NV : UInt = 0x8CEE
///|
pub const GL_COLOR_ATTACHMENT15 : UInt = 0x8CEF
///|
pub const GL_COLOR_ATTACHMENT15_EXT : UInt = 0x8CEF
///|
pub const GL_COLOR_ATTACHMENT15_NV : UInt = 0x8CEF
///|
pub const GL_COLOR_ATTACHMENT16 : UInt = 0x8CF0
///|
pub const GL_COLOR_ATTACHMENT17 : UInt = 0x8CF1
///|
pub const GL_COLOR_ATTACHMENT18 : UInt = 0x8CF2
///|
pub const GL_COLOR_ATTACHMENT19 : UInt = 0x8CF3
///|
pub const GL_COLOR_ATTACHMENT20 : UInt = 0x8CF4
///|
pub const GL_COLOR_ATTACHMENT21 : UInt = 0x8CF5
///|
pub const GL_COLOR_ATTACHMENT22 : UInt = 0x8CF6
///|
pub const GL_COLOR_ATTACHMENT23 : UInt = 0x8CF7
///|
pub const GL_COLOR_ATTACHMENT24 : UInt = 0x8CF8
///|
pub const GL_COLOR_ATTACHMENT25 : UInt = 0x8CF9
///|
pub const GL_COLOR_ATTACHMENT26 : UInt = 0x8CFA
///|
pub const GL_COLOR_ATTACHMENT27 : UInt = 0x8CFB
///|
pub const GL_COLOR_ATTACHMENT28 : UInt = 0x8CFC
///|
pub const GL_COLOR_ATTACHMENT29 : UInt = 0x8CFD
///|
pub const GL_COLOR_ATTACHMENT30 : UInt = 0x8CFE
///|
pub const GL_COLOR_ATTACHMENT31 : UInt = 0x8CFF
///|
pub const GL_DEPTH_ATTACHMENT : UInt = 0x8D00
///|
pub const GL_DEPTH_ATTACHMENT_EXT : UInt = 0x8D00
///|
pub const GL_DEPTH_ATTACHMENT_OES : UInt = 0x8D00
///|
pub const GL_STENCIL_ATTACHMENT : UInt = 0x8D20
///|
pub const GL_STENCIL_ATTACHMENT_EXT : UInt = 0x8D20
///|
pub const GL_STENCIL_ATTACHMENT_OES : UInt = 0x8D20
///|
pub const GL_FRAMEBUFFER : UInt = 0x8D40
///|
pub const GL_FRAMEBUFFER_EXT : UInt = 0x8D40
///|
pub const GL_FRAMEBUFFER_OES : UInt = 0x8D40
///|
pub const GL_RENDERBUFFER : UInt = 0x8D41
///|
pub const GL_RENDERBUFFER_EXT : UInt = 0x8D41
///|
pub const GL_RENDERBUFFER_OES : UInt = 0x8D41
///|
pub const GL_RENDERBUFFER_WIDTH : UInt = 0x8D42
///|
pub const GL_RENDERBUFFER_WIDTH_EXT : UInt = 0x8D42
///|
pub const GL_RENDERBUFFER_WIDTH_OES : UInt = 0x8D42
///|
pub const GL_RENDERBUFFER_HEIGHT : UInt = 0x8D43
///|
pub const GL_RENDERBUFFER_HEIGHT_EXT : UInt = 0x8D43
///|
pub const GL_RENDERBUFFER_HEIGHT_OES : UInt = 0x8D43
///|
pub const GL_RENDERBUFFER_INTERNAL_FORMAT : UInt = 0x8D44
///|
pub const GL_RENDERBUFFER_INTERNAL_FORMAT_EXT : UInt = 0x8D44
///|
pub const GL_RENDERBUFFER_INTERNAL_FORMAT_OES : UInt = 0x8D44
///|
pub const GL_STENCIL_INDEX1 : UInt = 0x8D46
///|
pub const GL_STENCIL_INDEX1_EXT : UInt = 0x8D46
///|
pub const GL_STENCIL_INDEX1_OES : UInt = 0x8D46
///|
pub const GL_STENCIL_INDEX4 : UInt = 0x8D47
///|
pub const GL_STENCIL_INDEX4_EXT : UInt = 0x8D47
///|
pub const GL_STENCIL_INDEX4_OES : UInt = 0x8D47
///|
pub const GL_STENCIL_INDEX8 : UInt = 0x8D48
///|
pub const GL_STENCIL_INDEX8_EXT : UInt = 0x8D48
///|
pub const GL_STENCIL_INDEX8_OES : UInt = 0x8D48
///|
pub const GL_STENCIL_INDEX16 : UInt = 0x8D49
///|
pub const GL_STENCIL_INDEX16_EXT : UInt = 0x8D49
///|
pub const GL_RENDERBUFFER_RED_SIZE : UInt = 0x8D50
///|
pub const GL_RENDERBUFFER_RED_SIZE_EXT : UInt = 0x8D50
///|
pub const GL_RENDERBUFFER_RED_SIZE_OES : UInt = 0x8D50
///|
pub const GL_RENDERBUFFER_GREEN_SIZE : UInt = 0x8D51
///|
pub const GL_RENDERBUFFER_GREEN_SIZE_EXT : UInt = 0x8D51
///|
pub const GL_RENDERBUFFER_GREEN_SIZE_OES : UInt = 0x8D51
///|
pub const GL_RENDERBUFFER_BLUE_SIZE : UInt = 0x8D52
///|
pub const GL_RENDERBUFFER_BLUE_SIZE_EXT : UInt = 0x8D52
///|
pub const GL_RENDERBUFFER_BLUE_SIZE_OES : UInt = 0x8D52
///|
pub const GL_RENDERBUFFER_ALPHA_SIZE : UInt = 0x8D53
///|
pub const GL_RENDERBUFFER_ALPHA_SIZE_EXT : UInt = 0x8D53
///|
pub const GL_RENDERBUFFER_ALPHA_SIZE_OES : UInt = 0x8D53
///|
pub const GL_RENDERBUFFER_DEPTH_SIZE : UInt = 0x8D54
///|
pub const GL_RENDERBUFFER_DEPTH_SIZE_EXT : UInt = 0x8D54
///|
pub const GL_RENDERBUFFER_DEPTH_SIZE_OES : UInt = 0x8D54
///|
pub const GL_RENDERBUFFER_STENCIL_SIZE : UInt = 0x8D55
///|
pub const GL_RENDERBUFFER_STENCIL_SIZE_EXT : UInt = 0x8D55
///|
pub const GL_RENDERBUFFER_STENCIL_SIZE_OES : UInt = 0x8D55
///|
pub const GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE : UInt = 0x8D56
///|
pub const GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE_ANGLE : UInt = 0x8D56
///|
pub const GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE_APPLE : UInt = 0x8D56
///|
pub const GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE_EXT : UInt = 0x8D56
///|
pub const GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE_NV : UInt = 0x8D56
///|
pub const GL_MAX_SAMPLES : UInt = 0x8D57
///|
pub const GL_MAX_SAMPLES_ANGLE : UInt = 0x8D57
///|
pub const GL_MAX_SAMPLES_APPLE : UInt = 0x8D57
///|
pub const GL_MAX_SAMPLES_EXT : UInt = 0x8D57
///|
pub const GL_MAX_SAMPLES_NV : UInt = 0x8D57
///|
pub const GL_TEXTURE_GEN_STR_OES : UInt = 0x8D60
///|
pub const GL_HALF_FLOAT_OES : UInt = 0x8D61
///|
pub const GL_RGB565_OES : UInt = 0x8D62
///|
pub const GL_RGB565 : UInt = 0x8D62
///|
pub const GL_ETC1_RGB8_OES : UInt = 0x8D64
///|
pub const GL_TEXTURE_EXTERNAL_OES : UInt = 0x8D65
///|
pub const GL_SAMPLER_EXTERNAL_OES : UInt = 0x8D66
///|
pub const GL_TEXTURE_BINDING_EXTERNAL_OES : UInt = 0x8D67
///|
pub const GL_REQUIRED_TEXTURE_IMAGE_UNITS_OES : UInt = 0x8D68
///|
pub const GL_PRIMITIVE_RESTART_FIXED_INDEX : UInt = 0x8D69
///|
pub const GL_ANY_SAMPLES_PASSED_CONSERVATIVE : UInt = 0x8D6A
///|
pub const GL_ANY_SAMPLES_PASSED_CONSERVATIVE_EXT : UInt = 0x8D6A
///|
pub const GL_MAX_ELEMENT_INDEX : UInt = 0x8D6B
///|
pub const GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_SAMPLES_EXT : UInt = 0x8D6C
///|
pub const GL_RGBA32UI : UInt = 0x8D70
///|
pub const GL_RGBA32UI_EXT : UInt = 0x8D70
///|
pub const GL_RGB32UI : UInt = 0x8D71
///|
pub const GL_RGB32UI_EXT : UInt = 0x8D71
///|
pub const GL_ALPHA32UI_EXT : UInt = 0x8D72
///|
pub const GL_INTENSITY32UI_EXT : UInt = 0x8D73
///|
pub const GL_LUMINANCE32UI_EXT : UInt = 0x8D74
///|
pub const GL_LUMINANCE_ALPHA32UI_EXT : UInt = 0x8D75
///|
pub const GL_RGBA16UI : UInt = 0x8D76
///|
pub const GL_RGBA16UI_EXT : UInt = 0x8D76
///|
pub const GL_RGB16UI : UInt = 0x8D77
///|
pub const GL_RGB16UI_EXT : UInt = 0x8D77
///|
pub const GL_ALPHA16UI_EXT : UInt = 0x8D78
///|
pub const GL_INTENSITY16UI_EXT : UInt = 0x8D79
///|
pub const GL_LUMINANCE16UI_EXT : UInt = 0x8D7A
///|
pub const GL_LUMINANCE_ALPHA16UI_EXT : UInt = 0x8D7B
///|
pub const GL_RGBA8UI : UInt = 0x8D7C
///|
pub const GL_RGBA8UI_EXT : UInt = 0x8D7C
///|
pub const GL_RGB8UI : UInt = 0x8D7D
///|
pub const GL_RGB8UI_EXT : UInt = 0x8D7D
///|
pub const GL_ALPHA8UI_EXT : UInt = 0x8D7E
///|
pub const GL_INTENSITY8UI_EXT : UInt = 0x8D7F
///|
pub const GL_LUMINANCE8UI_EXT : UInt = 0x8D80
///|
pub const GL_LUMINANCE_ALPHA8UI_EXT : UInt = 0x8D81
///|
pub const GL_RGBA32I : UInt = 0x8D82
///|
pub const GL_RGBA32I_EXT : UInt = 0x8D82
///|
pub const GL_RGB32I : UInt = 0x8D83
///|
pub const GL_RGB32I_EXT : UInt = 0x8D83
///|
pub const GL_ALPHA32I_EXT : UInt = 0x8D84
///|
pub const GL_INTENSITY32I_EXT : UInt = 0x8D85
///|
pub const GL_LUMINANCE32I_EXT : UInt = 0x8D86
///|
pub const GL_LUMINANCE_ALPHA32I_EXT : UInt = 0x8D87
///|
pub const GL_RGBA16I : UInt = 0x8D88
///|
pub const GL_RGBA16I_EXT : UInt = 0x8D88
///|
pub const GL_RGB16I : UInt = 0x8D89
///|
pub const GL_RGB16I_EXT : UInt = 0x8D89
///|
pub const GL_ALPHA16I_EXT : UInt = 0x8D8A
///|
pub const GL_INTENSITY16I_EXT : UInt = 0x8D8B
///|
pub const GL_LUMINANCE16I_EXT : UInt = 0x8D8C
///|
pub const GL_LUMINANCE_ALPHA16I_EXT : UInt = 0x8D8D
///|
pub const GL_RGBA8I : UInt = 0x8D8E
///|
pub const GL_RGBA8I_EXT : UInt = 0x8D8E
///|
pub const GL_RGB8I : UInt = 0x8D8F
///|
pub const GL_RGB8I_EXT : UInt = 0x8D8F
///|
pub const GL_ALPHA8I_EXT : UInt = 0x8D90
///|
pub const GL_INTENSITY8I_EXT : UInt = 0x8D91
///|
pub const GL_LUMINANCE8I_EXT : UInt = 0x8D92
///|
pub const GL_LUMINANCE_ALPHA8I_EXT : UInt = 0x8D93
///|
pub const GL_RED_INTEGER : UInt = 0x8D94
///|
pub const GL_RED_INTEGER_EXT : UInt = 0x8D94
///|
pub const GL_GREEN_INTEGER : UInt = 0x8D95
///|
pub const GL_GREEN_INTEGER_EXT : UInt = 0x8D95
///|
pub const GL_BLUE_INTEGER : UInt = 0x8D96
///|
pub const GL_BLUE_INTEGER_EXT : UInt = 0x8D96
///|
pub const GL_ALPHA_INTEGER : UInt = 0x8D97
///|
pub const GL_ALPHA_INTEGER_EXT : UInt = 0x8D97
///|
pub const GL_RGB_INTEGER : UInt = 0x8D98
///|
pub const GL_RGB_INTEGER_EXT : UInt = 0x8D98
///|
pub const GL_RGBA_INTEGER : UInt = 0x8D99
///|
pub const GL_RGBA_INTEGER_EXT : UInt = 0x8D99
///|
pub const GL_BGR_INTEGER : UInt = 0x8D9A
///|
pub const GL_BGR_INTEGER_EXT : UInt = 0x8D9A
///|
pub const GL_BGRA_INTEGER : UInt = 0x8D9B
///|
pub const GL_BGRA_INTEGER_EXT : UInt = 0x8D9B
///|
pub const GL_LUMINANCE_INTEGER_EXT : UInt = 0x8D9C
///|
pub const GL_LUMINANCE_ALPHA_INTEGER_EXT : UInt = 0x8D9D
///|
pub const GL_RGBA_INTEGER_MODE_EXT : UInt = 0x8D9E
///|
pub const GL_INT_2_10_10_10_REV : UInt = 0x8D9F
///|
pub const GL_MAX_PROGRAM_PARAMETER_BUFFER_BINDINGS_NV : UInt = 0x8DA0
///|
pub const GL_MAX_PROGRAM_PARAMETER_BUFFER_SIZE_NV : UInt = 0x8DA1
///|
pub const GL_VERTEX_PROGRAM_PARAMETER_BUFFER_NV : UInt = 0x8DA2
///|
pub const GL_GEOMETRY_PROGRAM_PARAMETER_BUFFER_NV : UInt = 0x8DA3
///|
pub const GL_FRAGMENT_PROGRAM_PARAMETER_BUFFER_NV : UInt = 0x8DA4
///|
pub const GL_MAX_PROGRAM_GENERIC_ATTRIBS_NV : UInt = 0x8DA5
///|
pub const GL_MAX_PROGRAM_GENERIC_RESULTS_NV : UInt = 0x8DA6
///|
pub const GL_FRAMEBUFFER_ATTACHMENT_LAYERED : UInt = 0x8DA7
///|
pub const GL_FRAMEBUFFER_ATTACHMENT_LAYERED_ARB : UInt = 0x8DA7
///|
pub const GL_FRAMEBUFFER_ATTACHMENT_LAYERED_EXT : UInt = 0x8DA7
///|
pub const GL_FRAMEBUFFER_ATTACHMENT_LAYERED_OES : UInt = 0x8DA7
///|
pub const GL_FRAMEBUFFER_INCOMPLETE_LAYER_TARGETS : UInt = 0x8DA8
///|
pub const GL_FRAMEBUFFER_INCOMPLETE_LAYER_TARGETS_ARB : UInt = 0x8DA8
///|
pub const GL_FRAMEBUFFER_INCOMPLETE_LAYER_TARGETS_EXT : UInt = 0x8DA8
///|
pub const GL_FRAMEBUFFER_INCOMPLETE_LAYER_TARGETS_OES : UInt = 0x8DA8
///|
pub const GL_FRAMEBUFFER_INCOMPLETE_LAYER_COUNT_ARB : UInt = 0x8DA9
///|
pub const GL_FRAMEBUFFER_INCOMPLETE_LAYER_COUNT_EXT : UInt = 0x8DA9
///|
pub const GL_LAYER_NV : UInt = 0x8DAA
///|
pub const GL_DEPTH_COMPONENT32F_NV : UInt = 0x8DAB
///|
pub const GL_DEPTH32F_STENCIL8_NV : UInt = 0x8DAC
///|
pub const GL_FLOAT_32_UNSIGNED_INT_24_8_REV : UInt = 0x8DAD
///|
pub const GL_FLOAT_32_UNSIGNED_INT_24_8_REV_NV : UInt = 0x8DAD
///|
pub const GL_SHADER_INCLUDE_ARB : UInt = 0x8DAE
///|
pub const GL_DEPTH_BUFFER_FLOAT_MODE_NV : UInt = 0x8DAF
///|
pub const GL_FRAMEBUFFER_SRGB : UInt = 0x8DB9
///|
pub const GL_FRAMEBUFFER_SRGB_EXT : UInt = 0x8DB9
///|
pub const GL_FRAMEBUFFER_SRGB_CAPABLE_EXT : UInt = 0x8DBA
///|
pub const GL_COMPRESSED_RED_RGTC1 : UInt = 0x8DBB
///|
pub const GL_COMPRESSED_RED_RGTC1_EXT : UInt = 0x8DBB
///|
pub const GL_COMPRESSED_SIGNED_RED_RGTC1 : UInt = 0x8DBC
///|
pub const GL_COMPRESSED_SIGNED_RED_RGTC1_EXT : UInt = 0x8DBC
///|
pub const GL_COMPRESSED_RED_GREEN_RGTC2_EXT : UInt = 0x8DBD
///|
pub const GL_COMPRESSED_RG_RGTC2 : UInt = 0x8DBD
///|
pub const GL_COMPRESSED_SIGNED_RED_GREEN_RGTC2_EXT : UInt = 0x8DBE
///|
pub const GL_COMPRESSED_SIGNED_RG_RGTC2 : UInt = 0x8DBE
///|
pub const GL_SAMPLER_1D_ARRAY : UInt = 0x8DC0
///|
pub const GL_SAMPLER_1D_ARRAY_EXT : UInt = 0x8DC0
///|
pub const GL_SAMPLER_2D_ARRAY : UInt = 0x8DC1
///|
pub const GL_SAMPLER_2D_ARRAY_EXT : UInt = 0x8DC1
///|
pub const GL_SAMPLER_BUFFER : UInt = 0x8DC2
///|
pub const GL_SAMPLER_BUFFER_EXT : UInt = 0x8DC2
///|
pub const GL_SAMPLER_BUFFER_OES : UInt = 0x8DC2
///|
pub const GL_SAMPLER_1D_ARRAY_SHADOW : UInt = 0x8DC3
///|
pub const GL_SAMPLER_1D_ARRAY_SHADOW_EXT : UInt = 0x8DC3
///|
pub const GL_SAMPLER_2D_ARRAY_SHADOW : UInt = 0x8DC4
///|
pub const GL_SAMPLER_2D_ARRAY_SHADOW_EXT : UInt = 0x8DC4
///|
pub const GL_SAMPLER_2D_ARRAY_SHADOW_NV : UInt = 0x8DC4
///|
pub const GL_SAMPLER_CUBE_SHADOW : UInt = 0x8DC5
///|
pub const GL_SAMPLER_CUBE_SHADOW_EXT : UInt = 0x8DC5
///|
pub const GL_SAMPLER_CUBE_SHADOW_NV : UInt = 0x8DC5
///|
pub const GL_UNSIGNED_INT_VEC2 : UInt = 0x8DC6
///|
pub const GL_UNSIGNED_INT_VEC2_EXT : UInt = 0x8DC6
///|
pub const GL_UNSIGNED_INT_VEC3 : UInt = 0x8DC7
///|
pub const GL_UNSIGNED_INT_VEC3_EXT : UInt = 0x8DC7
///|
pub const GL_UNSIGNED_INT_VEC4 : UInt = 0x8DC8
///|
pub const GL_UNSIGNED_INT_VEC4_EXT : UInt = 0x8DC8
///|
pub const GL_INT_SAMPLER_1D : UInt = 0x8DC9
///|
pub const GL_INT_SAMPLER_1D_EXT : UInt = 0x8DC9
///|
pub const GL_INT_SAMPLER_2D : UInt = 0x8DCA
///|
pub const GL_INT_SAMPLER_2D_EXT : UInt = 0x8DCA
///|
pub const GL_INT_SAMPLER_3D : UInt = 0x8DCB
///|
pub const GL_INT_SAMPLER_3D_EXT : UInt = 0x8DCB
///|
pub const GL_INT_SAMPLER_CUBE : UInt = 0x8DCC
///|
pub const GL_INT_SAMPLER_CUBE_EXT : UInt = 0x8DCC
///|
pub const GL_INT_SAMPLER_2D_RECT : UInt = 0x8DCD
///|
pub const GL_INT_SAMPLER_2D_RECT_EXT : UInt = 0x8DCD
///|
pub const GL_INT_SAMPLER_1D_ARRAY : UInt = 0x8DCE
///|
pub const GL_INT_SAMPLER_1D_ARRAY_EXT : UInt = 0x8DCE
///|
pub const GL_INT_SAMPLER_2D_ARRAY : UInt = 0x8DCF
///|
pub const GL_INT_SAMPLER_2D_ARRAY_EXT : UInt = 0x8DCF
///|
pub const GL_INT_SAMPLER_BUFFER : UInt = 0x8DD0
///|
pub const GL_INT_SAMPLER_BUFFER_EXT : UInt = 0x8DD0
///|
pub const GL_INT_SAMPLER_BUFFER_OES : UInt = 0x8DD0
///|
pub const GL_UNSIGNED_INT_SAMPLER_1D : UInt = 0x8DD1
///|
pub const GL_UNSIGNED_INT_SAMPLER_1D_EXT : UInt = 0x8DD1
///|
pub const GL_UNSIGNED_INT_SAMPLER_2D : UInt = 0x8DD2
///|
pub const GL_UNSIGNED_INT_SAMPLER_2D_EXT : UInt = 0x8DD2
///|
pub const GL_UNSIGNED_INT_SAMPLER_3D : UInt = 0x8DD3
///|
pub const GL_UNSIGNED_INT_SAMPLER_3D_EXT : UInt = 0x8DD3
///|
pub const GL_UNSIGNED_INT_SAMPLER_CUBE : UInt = 0x8DD4
///|
pub const GL_UNSIGNED_INT_SAMPLER_CUBE_EXT : UInt = 0x8DD4
///|
pub const GL_UNSIGNED_INT_SAMPLER_2D_RECT : UInt = 0x8DD5
///|
pub const GL_UNSIGNED_INT_SAMPLER_2D_RECT_EXT : UInt = 0x8DD5
///|
pub const GL_UNSIGNED_INT_SAMPLER_1D_ARRAY : UInt = 0x8DD6
///|
pub const GL_UNSIGNED_INT_SAMPLER_1D_ARRAY_EXT : UInt = 0x8DD6
///|
pub const GL_UNSIGNED_INT_SAMPLER_2D_ARRAY : UInt = 0x8DD7
///|
pub const GL_UNSIGNED_INT_SAMPLER_2D_ARRAY_EXT : UInt = 0x8DD7
///|
pub const GL_UNSIGNED_INT_SAMPLER_BUFFER : UInt = 0x8DD8
///|
pub const GL_UNSIGNED_INT_SAMPLER_BUFFER_EXT : UInt = 0x8DD8
///|
pub const GL_UNSIGNED_INT_SAMPLER_BUFFER_OES : UInt = 0x8DD8
///|
pub const GL_GEOMETRY_SHADER : UInt = 0x8DD9
///|
pub const GL_GEOMETRY_SHADER_ARB : UInt = 0x8DD9
///|
pub const GL_GEOMETRY_SHADER_EXT : UInt = 0x8DD9
///|
pub const GL_GEOMETRY_SHADER_OES : UInt = 0x8DD9
///|
pub const GL_GEOMETRY_VERTICES_OUT_ARB : UInt = 0x8DDA
///|
pub const GL_GEOMETRY_VERTICES_OUT_EXT : UInt = 0x8DDA
///|
pub const GL_GEOMETRY_INPUT_TYPE_ARB : UInt = 0x8DDB
///|
pub const GL_GEOMETRY_INPUT_TYPE_EXT : UInt = 0x8DDB
///|
pub const GL_GEOMETRY_OUTPUT_TYPE_ARB : UInt = 0x8DDC
///|
pub const GL_GEOMETRY_OUTPUT_TYPE_EXT : UInt = 0x8DDC
///|
pub const GL_MAX_GEOMETRY_VARYING_COMPONENTS_ARB : UInt = 0x8DDD
///|
pub const GL_MAX_GEOMETRY_VARYING_COMPONENTS_EXT : UInt = 0x8DDD
///|
pub const GL_MAX_VERTEX_VARYING_COMPONENTS_ARB : UInt = 0x8DDE
///|
pub const GL_MAX_VERTEX_VARYING_COMPONENTS_EXT : UInt = 0x8DDE
///|
pub const GL_MAX_GEOMETRY_UNIFORM_COMPONENTS : UInt = 0x8DDF
///|
pub const GL_MAX_GEOMETRY_UNIFORM_COMPONENTS_ARB : UInt = 0x8DDF
///|
pub const GL_MAX_GEOMETRY_UNIFORM_COMPONENTS_EXT : UInt = 0x8DDF
///|
pub const GL_MAX_GEOMETRY_UNIFORM_COMPONENTS_OES : UInt = 0x8DDF
///|
pub const GL_MAX_GEOMETRY_OUTPUT_VERTICES : UInt = 0x8DE0
///|
pub const GL_MAX_GEOMETRY_OUTPUT_VERTICES_ARB : UInt = 0x8DE0
///|
pub const GL_MAX_GEOMETRY_OUTPUT_VERTICES_EXT : UInt = 0x8DE0
///|
pub const GL_MAX_GEOMETRY_OUTPUT_VERTICES_OES : UInt = 0x8DE0
///|
pub const GL_MAX_GEOMETRY_TOTAL_OUTPUT_COMPONENTS : UInt = 0x8DE1
///|
pub const GL_MAX_GEOMETRY_TOTAL_OUTPUT_COMPONENTS_ARB : UInt = 0x8DE1
///|
pub const GL_MAX_GEOMETRY_TOTAL_OUTPUT_COMPONENTS_EXT : UInt = 0x8DE1
///|
pub const GL_MAX_GEOMETRY_TOTAL_OUTPUT_COMPONENTS_OES : UInt = 0x8DE1
///|
pub const GL_MAX_VERTEX_BINDABLE_UNIFORMS_EXT : UInt = 0x8DE2
///|
pub const GL_MAX_FRAGMENT_BINDABLE_UNIFORMS_EXT : UInt = 0x8DE3
///|
pub const GL_MAX_GEOMETRY_BINDABLE_UNIFORMS_EXT : UInt = 0x8DE4
///|
pub const GL_ACTIVE_SUBROUTINES : UInt = 0x8DE5
///|
pub const GL_ACTIVE_SUBROUTINE_UNIFORMS : UInt = 0x8DE6
///|
pub const GL_MAX_SUBROUTINES : UInt = 0x8DE7
///|
pub const GL_MAX_SUBROUTINE_UNIFORM_LOCATIONS : UInt = 0x8DE8
///|
pub const GL_NAMED_STRING_LENGTH_ARB : UInt = 0x8DE9
///|
pub const GL_NAMED_STRING_TYPE_ARB : UInt = 0x8DEA
///|
pub const GL_MAX_BINDABLE_UNIFORM_SIZE_EXT : UInt = 0x8DED
///|
pub const GL_UNIFORM_BUFFER_EXT : UInt = 0x8DEE
///|
pub const GL_UNIFORM_BUFFER_BINDING_EXT : UInt = 0x8DEF
///|
pub const GL_LOW_FLOAT : UInt = 0x8DF0
///|
pub const GL_MEDIUM_FLOAT : UInt = 0x8DF1
///|
pub const GL_HIGH_FLOAT : UInt = 0x8DF2
///|
pub const GL_LOW_INT : UInt = 0x8DF3
///|
pub const GL_MEDIUM_INT : UInt = 0x8DF4
///|
pub const GL_HIGH_INT : UInt = 0x8DF5
///|
pub const GL_UNSIGNED_INT_10_10_10_2_OES : UInt = 0x8DF6
///|
pub const GL_INT_10_10_10_2_OES : UInt = 0x8DF7
///|
pub const GL_SHADER_BINARY_FORMATS : UInt = 0x8DF8
///|
pub const GL_NUM_SHADER_BINARY_FORMATS : UInt = 0x8DF9
///|
pub const GL_SHADER_COMPILER : UInt = 0x8DFA
///|
pub const GL_MAX_VERTEX_UNIFORM_VECTORS : UInt = 0x8DFB
///|
pub const GL_MAX_VARYING_VECTORS : UInt = 0x8DFC
///|
pub const GL_MAX_FRAGMENT_UNIFORM_VECTORS : UInt = 0x8DFD
///|
pub const GL_RENDERBUFFER_COLOR_SAMPLES_NV : UInt = 0x8E10
///|
pub const GL_MAX_MULTISAMPLE_COVERAGE_MODES_NV : UInt = 0x8E11
///|
pub const GL_MULTISAMPLE_COVERAGE_MODES_NV : UInt = 0x8E12
///|
pub const GL_QUERY_WAIT : UInt = 0x8E13
///|
pub const GL_QUERY_WAIT_NV : UInt = 0x8E13
///|
pub const GL_QUERY_NO_WAIT : UInt = 0x8E14
///|
pub const GL_QUERY_NO_WAIT_NV : UInt = 0x8E14
///|
pub const GL_QUERY_BY_REGION_WAIT : UInt = 0x8E15
///|
pub const GL_QUERY_BY_REGION_WAIT_NV : UInt = 0x8E15
///|
pub const GL_QUERY_BY_REGION_NO_WAIT : UInt = 0x8E16
///|
pub const GL_QUERY_BY_REGION_NO_WAIT_NV : UInt = 0x8E16
///|
pub const GL_QUERY_WAIT_INVERTED : UInt = 0x8E17
///|
pub const GL_QUERY_NO_WAIT_INVERTED : UInt = 0x8E18
///|
pub const GL_QUERY_BY_REGION_WAIT_INVERTED : UInt = 0x8E19
///|
pub const GL_QUERY_BY_REGION_NO_WAIT_INVERTED : UInt = 0x8E1A
///|
pub const GL_POLYGON_OFFSET_CLAMP : UInt = 0x8E1B
///|
pub const GL_POLYGON_OFFSET_CLAMP_EXT : UInt = 0x8E1B
///|
pub const GL_MAX_COMBINED_TESS_CONTROL_UNIFORM_COMPONENTS : UInt = 0x8E1E
///|
pub const GL_MAX_COMBINED_TESS_CONTROL_UNIFORM_COMPONENTS_EXT : UInt = 0x8E1E
///|
pub const GL_MAX_COMBINED_TESS_CONTROL_UNIFORM_COMPONENTS_OES : UInt = 0x8E1E
///|
pub const GL_MAX_COMBINED_TESS_EVALUATION_UNIFORM_COMPONENTS : UInt = 0x8E1F
///|
pub const GL_MAX_COMBINED_TESS_EVALUATION_UNIFORM_COMPONENTS_EXT : UInt = 0x8E1F
///|
pub const GL_MAX_COMBINED_TESS_EVALUATION_UNIFORM_COMPONENTS_OES : UInt = 0x8E1F
///|
pub const GL_COLOR_SAMPLES_NV : UInt = 0x8E20
///|
pub const GL_TRANSFORM_FEEDBACK : UInt = 0x8E22
///|
pub const GL_TRANSFORM_FEEDBACK_NV : UInt = 0x8E22
///|
pub const GL_TRANSFORM_FEEDBACK_BUFFER_PAUSED : UInt = 0x8E23
///|
pub const GL_TRANSFORM_FEEDBACK_PAUSED : UInt = 0x8E23
///|
pub const GL_TRANSFORM_FEEDBACK_BUFFER_PAUSED_NV : UInt = 0x8E23
///|
pub const GL_TRANSFORM_FEEDBACK_BUFFER_ACTIVE : UInt = 0x8E24
///|
pub const GL_TRANSFORM_FEEDBACK_ACTIVE : UInt = 0x8E24
///|
pub const GL_TRANSFORM_FEEDBACK_BUFFER_ACTIVE_NV : UInt = 0x8E24
///|
pub const GL_TRANSFORM_FEEDBACK_BINDING : UInt = 0x8E25
///|
pub const GL_TRANSFORM_FEEDBACK_BINDING_NV : UInt = 0x8E25
///|
pub const GL_FRAME_NV : UInt = 0x8E26
///|
pub const GL_FIELDS_NV : UInt = 0x8E27
///|
pub const GL_CURRENT_TIME_NV : UInt = 0x8E28
///|
pub const GL_TIMESTAMP : UInt = 0x8E28
///|
pub const GL_TIMESTAMP_EXT : UInt = 0x8E28
///|
pub const GL_NUM_FILL_STREAMS_NV : UInt = 0x8E29
///|
pub const GL_PRESENT_TIME_NV : UInt = 0x8E2A
///|
pub const GL_PRESENT_DURATION_NV : UInt = 0x8E2B
///|
pub const GL_DEPTH_COMPONENT16_NONLINEAR_NV : UInt = 0x8E2C
///|
pub const GL_PROGRAM_MATRIX_EXT : UInt = 0x8E2D
///|
pub const GL_TRANSPOSE_PROGRAM_MATRIX_EXT : UInt = 0x8E2E
///|
pub const GL_PROGRAM_MATRIX_STACK_DEPTH_EXT : UInt = 0x8E2F
///|
pub const GL_TEXTURE_SWIZZLE_R : UInt = 0x8E42
///|
pub const GL_TEXTURE_SWIZZLE_R_EXT : UInt = 0x8E42
///|
pub const GL_TEXTURE_SWIZZLE_G : UInt = 0x8E43
///|
pub const GL_TEXTURE_SWIZZLE_G_EXT : UInt = 0x8E43
///|
pub const GL_TEXTURE_SWIZZLE_B : UInt = 0x8E44
///|
pub const GL_TEXTURE_SWIZZLE_B_EXT : UInt = 0x8E44
///|
pub const GL_TEXTURE_SWIZZLE_A : UInt = 0x8E45
///|
pub const GL_TEXTURE_SWIZZLE_A_EXT : UInt = 0x8E45
///|
pub const GL_TEXTURE_SWIZZLE_RGBA : UInt = 0x8E46
///|
pub const GL_TEXTURE_SWIZZLE_RGBA_EXT : UInt = 0x8E46
///|
pub const GL_ACTIVE_SUBROUTINE_UNIFORM_LOCATIONS : UInt = 0x8E47
///|
pub const GL_ACTIVE_SUBROUTINE_MAX_LENGTH : UInt = 0x8E48
///|
pub const GL_ACTIVE_SUBROUTINE_UNIFORM_MAX_LENGTH : UInt = 0x8E49
///|
pub const GL_NUM_COMPATIBLE_SUBROUTINES : UInt = 0x8E4A
///|
pub const GL_COMPATIBLE_SUBROUTINES : UInt = 0x8E4B
///|
pub const GL_QUADS_FOLLOW_PROVOKING_VERTEX_CONVENTION : UInt = 0x8E4C
///|
pub const GL_QUADS_FOLLOW_PROVOKING_VERTEX_CONVENTION_EXT : UInt = 0x8E4C
///|
pub const GL_FIRST_VERTEX_CONVENTION : UInt = 0x8E4D
///|
pub const GL_FIRST_VERTEX_CONVENTION_EXT : UInt = 0x8E4D
///|
pub const GL_FIRST_VERTEX_CONVENTION_OES : UInt = 0x8E4D
///|
pub const GL_LAST_VERTEX_CONVENTION : UInt = 0x8E4E
///|
pub const GL_LAST_VERTEX_CONVENTION_EXT : UInt = 0x8E4E
///|
pub const GL_LAST_VERTEX_CONVENTION_OES : UInt = 0x8E4E
///|
pub const GL_PROVOKING_VERTEX : UInt = 0x8E4F
///|
pub const GL_PROVOKING_VERTEX_EXT : UInt = 0x8E4F
///|
pub const GL_SAMPLE_POSITION : UInt = 0x8E50
///|
pub const GL_SAMPLE_POSITION_NV : UInt = 0x8E50
///|
pub const GL_SAMPLE_LOCATION_ARB : UInt = 0x8E50
///|
pub const GL_SAMPLE_LOCATION_NV : UInt = 0x8E50
///|
pub const GL_SAMPLE_MASK : UInt = 0x8E51
///|
pub const GL_SAMPLE_MASK_NV : UInt = 0x8E51
///|
pub const GL_SAMPLE_MASK_VALUE : UInt = 0x8E52
///|
pub const GL_SAMPLE_MASK_VALUE_NV : UInt = 0x8E52
///|
pub const GL_TEXTURE_BINDING_RENDERBUFFER_NV : UInt = 0x8E53
///|
pub const GL_TEXTURE_RENDERBUFFER_DATA_STORE_BINDING_NV : UInt = 0x8E54
///|
pub const GL_TEXTURE_RENDERBUFFER_NV : UInt = 0x8E55
///|
pub const GL_SAMPLER_RENDERBUFFER_NV : UInt = 0x8E56
///|
pub const GL_INT_SAMPLER_RENDERBUFFER_NV : UInt = 0x8E57
///|
pub const GL_UNSIGNED_INT_SAMPLER_RENDERBUFFER_NV : UInt = 0x8E58
///|
pub const GL_MAX_SAMPLE_MASK_WORDS : UInt = 0x8E59
///|
pub const GL_MAX_SAMPLE_MASK_WORDS_NV : UInt = 0x8E59
///|
pub const GL_MAX_GEOMETRY_PROGRAM_INVOCATIONS_NV : UInt = 0x8E5A
///|
pub const GL_MAX_GEOMETRY_SHADER_INVOCATIONS : UInt = 0x8E5A
///|
pub const GL_MAX_GEOMETRY_SHADER_INVOCATIONS_EXT : UInt = 0x8E5A
///|
pub const GL_MAX_GEOMETRY_SHADER_INVOCATIONS_OES : UInt = 0x8E5A
///|
pub const GL_MIN_FRAGMENT_INTERPOLATION_OFFSET : UInt = 0x8E5B
///|
pub const GL_MIN_FRAGMENT_INTERPOLATION_OFFSET_OES : UInt = 0x8E5B
///|
pub const GL_MIN_FRAGMENT_INTERPOLATION_OFFSET_NV : UInt = 0x8E5B
///|
pub const GL_MAX_FRAGMENT_INTERPOLATION_OFFSET : UInt = 0x8E5C
///|
pub const GL_MAX_FRAGMENT_INTERPOLATION_OFFSET_OES : UInt = 0x8E5C
///|
pub const GL_MAX_FRAGMENT_INTERPOLATION_OFFSET_NV : UInt = 0x8E5C
///|
pub const GL_FRAGMENT_INTERPOLATION_OFFSET_BITS : UInt = 0x8E5D
///|
pub const GL_FRAGMENT_INTERPOLATION_OFFSET_BITS_OES : UInt = 0x8E5D
///|
pub const GL_FRAGMENT_PROGRAM_INTERPOLATION_OFFSET_BITS_NV : UInt = 0x8E5D
///|
pub const GL_MIN_PROGRAM_TEXTURE_GATHER_OFFSET : UInt = 0x8E5E
///|
pub const GL_MIN_PROGRAM_TEXTURE_GATHER_OFFSET_ARB : UInt = 0x8E5E
///|
pub const GL_MIN_PROGRAM_TEXTURE_GATHER_OFFSET_NV : UInt = 0x8E5E
///|
pub const GL_MAX_PROGRAM_TEXTURE_GATHER_OFFSET : UInt = 0x8E5F
///|
pub const GL_MAX_PROGRAM_TEXTURE_GATHER_OFFSET_ARB : UInt = 0x8E5F
///|
pub const GL_MAX_PROGRAM_TEXTURE_GATHER_OFFSET_NV : UInt = 0x8E5F
///|
pub const GL_MAX_MESH_UNIFORM_BLOCKS_EXT : UInt = 0x8E60
///|
pub const GL_MAX_MESH_UNIFORM_BLOCKS_NV : UInt = 0x8E60
///|
pub const GL_MAX_MESH_TEXTURE_IMAGE_UNITS_EXT : UInt = 0x8E61
///|
pub const GL_MAX_MESH_TEXTURE_IMAGE_UNITS_NV : UInt = 0x8E61
///|
pub const GL_MAX_MESH_IMAGE_UNIFORMS_EXT : UInt = 0x8E62
///|
pub const GL_MAX_MESH_IMAGE_UNIFORMS_NV : UInt = 0x8E62
///|
pub const GL_MAX_MESH_UNIFORM_COMPONENTS_EXT : UInt = 0x8E63
///|
pub const GL_MAX_MESH_UNIFORM_COMPONENTS_NV : UInt = 0x8E63
///|
pub const GL_MAX_MESH_ATOMIC_COUNTER_BUFFERS_EXT : UInt = 0x8E64
///|
pub const GL_MAX_MESH_ATOMIC_COUNTER_BUFFERS_NV : UInt = 0x8E64
///|
pub const GL_MAX_MESH_ATOMIC_COUNTERS_EXT : UInt = 0x8E65
///|
pub const GL_MAX_MESH_ATOMIC_COUNTERS_NV : UInt = 0x8E65
///|
pub const GL_MAX_MESH_SHADER_STORAGE_BLOCKS_EXT : UInt = 0x8E66
///|
pub const GL_MAX_MESH_SHADER_STORAGE_BLOCKS_NV : UInt = 0x8E66
///|
pub const GL_MAX_COMBINED_MESH_UNIFORM_COMPONENTS_EXT : UInt = 0x8E67
///|
pub const GL_MAX_COMBINED_MESH_UNIFORM_COMPONENTS_NV : UInt = 0x8E67
///|
pub const GL_MAX_TASK_UNIFORM_BLOCKS_EXT : UInt = 0x8E68
///|
pub const GL_MAX_TASK_UNIFORM_BLOCKS_NV : UInt = 0x8E68
///|
pub const GL_MAX_TASK_TEXTURE_IMAGE_UNITS_EXT : UInt = 0x8E69
///|
pub const GL_MAX_TASK_TEXTURE_IMAGE_UNITS_NV : UInt = 0x8E69
///|
pub const GL_MAX_TASK_IMAGE_UNIFORMS_EXT : UInt = 0x8E6A
///|
pub const GL_MAX_TASK_IMAGE_UNIFORMS_NV : UInt = 0x8E6A
///|
pub const GL_MAX_TASK_UNIFORM_COMPONENTS_EXT : UInt = 0x8E6B
///|
pub const GL_MAX_TASK_UNIFORM_COMPONENTS_NV : UInt = 0x8E6B
///|
pub const GL_MAX_TASK_ATOMIC_COUNTER_BUFFERS_EXT : UInt = 0x8E6C
///|
pub const GL_MAX_TASK_ATOMIC_COUNTER_BUFFERS_NV : UInt = 0x8E6C
///|
pub const GL_MAX_TASK_ATOMIC_COUNTERS_EXT : UInt = 0x8E6D
///|
pub const GL_MAX_TASK_ATOMIC_COUNTERS_NV : UInt = 0x8E6D
///|
pub const GL_MAX_TASK_SHADER_STORAGE_BLOCKS_EXT : UInt = 0x8E6E
///|
pub const GL_MAX_TASK_SHADER_STORAGE_BLOCKS_NV : UInt = 0x8E6E
///|
pub const GL_MAX_COMBINED_TASK_UNIFORM_COMPONENTS_EXT : UInt = 0x8E6F
///|
pub const GL_MAX_COMBINED_TASK_UNIFORM_COMPONENTS_NV : UInt = 0x8E6F
///|
pub const GL_MAX_TRANSFORM_FEEDBACK_BUFFERS : UInt = 0x8E70
///|
pub const GL_MAX_VERTEX_STREAMS : UInt = 0x8E71
///|
pub const GL_PATCH_VERTICES : UInt = 0x8E72
///|
pub const GL_PATCH_VERTICES_EXT : UInt = 0x8E72
///|
pub const GL_PATCH_VERTICES_OES : UInt = 0x8E72
///|
pub const GL_PATCH_DEFAULT_INNER_LEVEL : UInt = 0x8E73
///|
pub const GL_PATCH_DEFAULT_INNER_LEVEL_EXT : UInt = 0x8E73
///|
pub const GL_PATCH_DEFAULT_OUTER_LEVEL : UInt = 0x8E74
///|
pub const GL_PATCH_DEFAULT_OUTER_LEVEL_EXT : UInt = 0x8E74
///|
pub const GL_TESS_CONTROL_OUTPUT_VERTICES : UInt = 0x8E75
///|
pub const GL_TESS_CONTROL_OUTPUT_VERTICES_EXT : UInt = 0x8E75
///|
pub const GL_TESS_CONTROL_OUTPUT_VERTICES_OES : UInt = 0x8E75
///|
pub const GL_TESS_GEN_MODE : UInt = 0x8E76
///|
pub const GL_TESS_GEN_MODE_EXT : UInt = 0x8E76
///|
pub const GL_TESS_GEN_MODE_OES : UInt = 0x8E76
///|
pub const GL_TESS_GEN_SPACING : UInt = 0x8E77
///|
pub const GL_TESS_GEN_SPACING_EXT : UInt = 0x8E77
///|
pub const GL_TESS_GEN_SPACING_OES : UInt = 0x8E77
///|
pub const GL_TESS_GEN_VERTEX_ORDER : UInt = 0x8E78
///|
pub const GL_TESS_GEN_VERTEX_ORDER_EXT : UInt = 0x8E78
///|
pub const GL_TESS_GEN_VERTEX_ORDER_OES : UInt = 0x8E78
///|
pub const GL_TESS_GEN_POINT_MODE : UInt = 0x8E79
///|
pub const GL_TESS_GEN_POINT_MODE_EXT : UInt = 0x8E79
///|
pub const GL_TESS_GEN_POINT_MODE_OES : UInt = 0x8E79
///|
pub const GL_ISOLINES : UInt = 0x8E7A
///|
pub const GL_ISOLINES_EXT : UInt = 0x8E7A
///|
pub const GL_ISOLINES_OES : UInt = 0x8E7A
///|
pub const GL_FRACTIONAL_ODD : UInt = 0x8E7B
///|
pub const GL_FRACTIONAL_ODD_EXT : UInt = 0x8E7B
///|
pub const GL_FRACTIONAL_ODD_OES : UInt = 0x8E7B
///|
pub const GL_FRACTIONAL_EVEN : UInt = 0x8E7C
///|
pub const GL_FRACTIONAL_EVEN_EXT : UInt = 0x8E7C
///|
pub const GL_FRACTIONAL_EVEN_OES : UInt = 0x8E7C
///|
pub const GL_MAX_PATCH_VERTICES : UInt = 0x8E7D
///|
pub const GL_MAX_PATCH_VERTICES_EXT : UInt = 0x8E7D
///|
pub const GL_MAX_PATCH_VERTICES_OES : UInt = 0x8E7D
///|
pub const GL_MAX_TESS_GEN_LEVEL : UInt = 0x8E7E
///|
pub const GL_MAX_TESS_GEN_LEVEL_EXT : UInt = 0x8E7E
///|
pub const GL_MAX_TESS_GEN_LEVEL_OES : UInt = 0x8E7E
///|
pub const GL_MAX_TESS_CONTROL_UNIFORM_COMPONENTS : UInt = 0x8E7F
///|
pub const GL_MAX_TESS_CONTROL_UNIFORM_COMPONENTS_EXT : UInt = 0x8E7F
///|
pub const GL_MAX_TESS_CONTROL_UNIFORM_COMPONENTS_OES : UInt = 0x8E7F
///|
pub const GL_MAX_TESS_EVALUATION_UNIFORM_COMPONENTS : UInt = 0x8E80
///|
pub const GL_MAX_TESS_EVALUATION_UNIFORM_COMPONENTS_EXT : UInt = 0x8E80
///|
pub const GL_MAX_TESS_EVALUATION_UNIFORM_COMPONENTS_OES : UInt = 0x8E80
///|
pub const GL_MAX_TESS_CONTROL_TEXTURE_IMAGE_UNITS : UInt = 0x8E81
///|
pub const GL_MAX_TESS_CONTROL_TEXTURE_IMAGE_UNITS_EXT : UInt = 0x8E81
///|
pub const GL_MAX_TESS_CONTROL_TEXTURE_IMAGE_UNITS_OES : UInt = 0x8E81
///|
pub const GL_MAX_TESS_EVALUATION_TEXTURE_IMAGE_UNITS : UInt = 0x8E82
///|
pub const GL_MAX_TESS_EVALUATION_TEXTURE_IMAGE_UNITS_EXT : UInt = 0x8E82
///|
pub const GL_MAX_TESS_EVALUATION_TEXTURE_IMAGE_UNITS_OES : UInt = 0x8E82
///|
pub const GL_MAX_TESS_CONTROL_OUTPUT_COMPONENTS : UInt = 0x8E83
///|
pub const GL_MAX_TESS_CONTROL_OUTPUT_COMPONENTS_EXT : UInt = 0x8E83
///|
pub const GL_MAX_TESS_CONTROL_OUTPUT_COMPONENTS_OES : UInt = 0x8E83
///|
pub const GL_MAX_TESS_PATCH_COMPONENTS : UInt = 0x8E84
///|
pub const GL_MAX_TESS_PATCH_COMPONENTS_EXT : UInt = 0x8E84
///|
pub const GL_MAX_TESS_PATCH_COMPONENTS_OES : UInt = 0x8E84
///|
pub const GL_MAX_TESS_CONTROL_TOTAL_OUTPUT_COMPONENTS : UInt = 0x8E85
///|
pub const GL_MAX_TESS_CONTROL_TOTAL_OUTPUT_COMPONENTS_EXT : UInt = 0x8E85
///|
pub const GL_MAX_TESS_CONTROL_TOTAL_OUTPUT_COMPONENTS_OES : UInt = 0x8E85
///|
pub const GL_MAX_TESS_EVALUATION_OUTPUT_COMPONENTS : UInt = 0x8E86
///|
pub const GL_MAX_TESS_EVALUATION_OUTPUT_COMPONENTS_EXT : UInt = 0x8E86
///|
pub const GL_MAX_TESS_EVALUATION_OUTPUT_COMPONENTS_OES : UInt = 0x8E86
///|
pub const GL_TESS_EVALUATION_SHADER : UInt = 0x8E87
///|
pub const GL_TESS_EVALUATION_SHADER_EXT : UInt = 0x8E87
///|
pub const GL_TESS_EVALUATION_SHADER_OES : UInt = 0x8E87
///|
pub const GL_TESS_CONTROL_SHADER : UInt = 0x8E88
///|
pub const GL_TESS_CONTROL_SHADER_EXT : UInt = 0x8E88
///|
pub const GL_TESS_CONTROL_SHADER_OES : UInt = 0x8E88
///|
pub const GL_MAX_TESS_CONTROL_UNIFORM_BLOCKS : UInt = 0x8E89
///|
pub const GL_MAX_TESS_CONTROL_UNIFORM_BLOCKS_EXT : UInt = 0x8E89
///|
pub const GL_MAX_TESS_CONTROL_UNIFORM_BLOCKS_OES : UInt = 0x8E89
///|
pub const GL_MAX_TESS_EVALUATION_UNIFORM_BLOCKS : UInt = 0x8E8A
///|
pub const GL_MAX_TESS_EVALUATION_UNIFORM_BLOCKS_EXT : UInt = 0x8E8A
///|
pub const GL_MAX_TESS_EVALUATION_UNIFORM_BLOCKS_OES : UInt = 0x8E8A
///|
pub const GL_COMPRESSED_RGBA_BPTC_UNORM : UInt = 0x8E8C
///|
pub const GL_COMPRESSED_RGBA_BPTC_UNORM_ARB : UInt = 0x8E8C
///|
pub const GL_COMPRESSED_RGBA_BPTC_UNORM_EXT : UInt = 0x8E8C
///|
pub const GL_COMPRESSED_SRGB_ALPHA_BPTC_UNORM : UInt = 0x8E8D
///|
pub const GL_COMPRESSED_SRGB_ALPHA_BPTC_UNORM_ARB : UInt = 0x8E8D
///|
pub const GL_COMPRESSED_SRGB_ALPHA_BPTC_UNORM_EXT : UInt = 0x8E8D
///|
pub const GL_COMPRESSED_RGB_BPTC_SIGNED_FLOAT : UInt = 0x8E8E
///|
pub const GL_COMPRESSED_RGB_BPTC_SIGNED_FLOAT_ARB : UInt = 0x8E8E
///|
pub const GL_COMPRESSED_RGB_BPTC_SIGNED_FLOAT_EXT : UInt = 0x8E8E
///|
pub const GL_COMPRESSED_RGB_BPTC_UNSIGNED_FLOAT : UInt = 0x8E8F
///|
pub const GL_COMPRESSED_RGB_BPTC_UNSIGNED_FLOAT_ARB : UInt = 0x8E8F
///|
pub const GL_COMPRESSED_RGB_BPTC_UNSIGNED_FLOAT_EXT : UInt = 0x8E8F
///|
pub const GL_TRP_IMG : UInt = 0x8EA0
///|
pub const GL_TRP_ERROR_CONTEXT_RESET_IMG : UInt = 0x8EA1
///|
pub const GL_TRP_UNSUPPORTED_CONTEXT_IMG : UInt = 0x8EA2
///|
pub const GL_PVRIC_SIGNATURE_MISMATCH_IMG : UInt = 0x8EA3
///|
pub const GL_COVERAGE_COMPONENT_NV : UInt = 0x8ED0
///|
pub const GL_COVERAGE_COMPONENT4_NV : UInt = 0x8ED1
///|
pub const GL_COVERAGE_ATTACHMENT_NV : UInt = 0x8ED2
///|
pub const GL_COVERAGE_BUFFERS_NV : UInt = 0x8ED3
///|
pub const GL_COVERAGE_SAMPLES_NV : UInt = 0x8ED4
///|
pub const GL_COVERAGE_ALL_FRAGMENTS_NV : UInt = 0x8ED5
///|
pub const GL_COVERAGE_EDGE_FRAGMENTS_NV : UInt = 0x8ED6
///|
pub const GL_COVERAGE_AUTOMATIC_NV : UInt = 0x8ED7
///|
pub const GL_INCLUSIVE_EXT : UInt = 0x8F10
///|
pub const GL_EXCLUSIVE_EXT : UInt = 0x8F11
///|
pub const GL_WINDOW_RECTANGLE_EXT : UInt = 0x8F12
///|
pub const GL_WINDOW_RECTANGLE_MODE_EXT : UInt = 0x8F13
///|
pub const GL_MAX_WINDOW_RECTANGLES_EXT : UInt = 0x8F14
///|
pub const GL_NUM_WINDOW_RECTANGLES_EXT : UInt = 0x8F15
///|
pub const GL_BUFFER_GPU_ADDRESS_NV : UInt = 0x8F1D
///|
pub const GL_VERTEX_ATTRIB_ARRAY_UNIFIED_NV : UInt = 0x8F1E
///|
pub const GL_ELEMENT_ARRAY_UNIFIED_NV : UInt = 0x8F1F
///|
pub const GL_VERTEX_ATTRIB_ARRAY_ADDRESS_NV : UInt = 0x8F20
///|
pub const GL_VERTEX_ARRAY_ADDRESS_NV : UInt = 0x8F21
///|
pub const GL_NORMAL_ARRAY_ADDRESS_NV : UInt = 0x8F22
///|
pub const GL_COLOR_ARRAY_ADDRESS_NV : UInt = 0x8F23
///|
pub const GL_INDEX_ARRAY_ADDRESS_NV : UInt = 0x8F24
///|
pub const GL_TEXTURE_COORD_ARRAY_ADDRESS_NV : UInt = 0x8F25
///|
pub const GL_EDGE_FLAG_ARRAY_ADDRESS_NV : UInt = 0x8F26
///|
pub const GL_SECONDARY_COLOR_ARRAY_ADDRESS_NV : UInt = 0x8F27
///|
pub const GL_FOG_COORD_ARRAY_ADDRESS_NV : UInt = 0x8F28
///|
pub const GL_ELEMENT_ARRAY_ADDRESS_NV : UInt = 0x8F29
///|
pub const GL_VERTEX_ATTRIB_ARRAY_LENGTH_NV : UInt = 0x8F2A
///|
pub const GL_VERTEX_ARRAY_LENGTH_NV : UInt = 0x8F2B
///|
pub const GL_NORMAL_ARRAY_LENGTH_NV : UInt = 0x8F2C
///|
pub const GL_COLOR_ARRAY_LENGTH_NV : UInt = 0x8F2D
///|
pub const GL_INDEX_ARRAY_LENGTH_NV : UInt = 0x8F2E
///|
pub const GL_TEXTURE_COORD_ARRAY_LENGTH_NV : UInt = 0x8F2F
///|
pub const GL_EDGE_FLAG_ARRAY_LENGTH_NV : UInt = 0x8F30
///|
pub const GL_SECONDARY_COLOR_ARRAY_LENGTH_NV : UInt = 0x8F31
///|
pub const GL_FOG_COORD_ARRAY_LENGTH_NV : UInt = 0x8F32
///|
pub const GL_ELEMENT_ARRAY_LENGTH_NV : UInt = 0x8F33
///|
pub const GL_GPU_ADDRESS_NV : UInt = 0x8F34
///|
pub const GL_MAX_SHADER_BUFFER_ADDRESS_NV : UInt = 0x8F35
///|
pub const GL_COPY_READ_BUFFER : UInt = 0x8F36
///|
pub const GL_COPY_READ_BUFFER_NV : UInt = 0x8F36
///|
pub const GL_COPY_READ_BUFFER_BINDING : UInt = 0x8F36
///|
pub const GL_COPY_WRITE_BUFFER : UInt = 0x8F37
///|
pub const GL_COPY_WRITE_BUFFER_NV : UInt = 0x8F37
///|
pub const GL_COPY_WRITE_BUFFER_BINDING : UInt = 0x8F37
///|
pub const GL_MAX_IMAGE_UNITS : UInt = 0x8F38
///|
pub const GL_MAX_IMAGE_UNITS_EXT : UInt = 0x8F38
///|
pub const GL_MAX_COMBINED_IMAGE_UNITS_AND_FRAGMENT_OUTPUTS : UInt = 0x8F39
///|
pub const GL_MAX_COMBINED_IMAGE_UNITS_AND_FRAGMENT_OUTPUTS_EXT : UInt = 0x8F39
///|
pub const GL_MAX_COMBINED_SHADER_OUTPUT_RESOURCES : UInt = 0x8F39
///|
pub const GL_IMAGE_BINDING_NAME : UInt = 0x8F3A
///|
pub const GL_IMAGE_BINDING_NAME_EXT : UInt = 0x8F3A
///|
pub const GL_IMAGE_BINDING_LEVEL : UInt = 0x8F3B
///|
pub const GL_IMAGE_BINDING_LEVEL_EXT : UInt = 0x8F3B
///|
pub const GL_IMAGE_BINDING_LAYERED : UInt = 0x8F3C
///|
pub const GL_IMAGE_BINDING_LAYERED_EXT : UInt = 0x8F3C
///|
pub const GL_IMAGE_BINDING_LAYER : UInt = 0x8F3D
///|
pub const GL_IMAGE_BINDING_LAYER_EXT : UInt = 0x8F3D
///|
pub const GL_IMAGE_BINDING_ACCESS : UInt = 0x8F3E
///|
pub const GL_IMAGE_BINDING_ACCESS_EXT : UInt = 0x8F3E
///|
pub const GL_DRAW_INDIRECT_BUFFER : UInt = 0x8F3F
///|
pub const GL_DRAW_INDIRECT_UNIFIED_NV : UInt = 0x8F40
///|
pub const GL_DRAW_INDIRECT_ADDRESS_NV : UInt = 0x8F41
///|
pub const GL_DRAW_INDIRECT_LENGTH_NV : UInt = 0x8F42
///|
pub const GL_DRAW_INDIRECT_BUFFER_BINDING : UInt = 0x8F43
///|
pub const GL_MAX_PROGRAM_SUBROUTINE_PARAMETERS_NV : UInt = 0x8F44
///|
pub const GL_MAX_PROGRAM_SUBROUTINE_NUM_NV : UInt = 0x8F45
///|
pub const GL_DOUBLE_MAT2 : UInt = 0x8F46
///|
pub const GL_DOUBLE_MAT2_EXT : UInt = 0x8F46
///|
pub const GL_DOUBLE_MAT3 : UInt = 0x8F47
///|
pub const GL_DOUBLE_MAT3_EXT : UInt = 0x8F47
///|
pub const GL_DOUBLE_MAT4 : UInt = 0x8F48
///|
pub const GL_DOUBLE_MAT4_EXT : UInt = 0x8F48
///|
pub const GL_DOUBLE_MAT2x3 : UInt = 0x8F49
///|
pub const GL_DOUBLE_MAT2x3_EXT : UInt = 0x8F49
///|
pub const GL_DOUBLE_MAT2x4 : UInt = 0x8F4A
///|
pub const GL_DOUBLE_MAT2x4_EXT : UInt = 0x8F4A
///|
pub const GL_DOUBLE_MAT3x2 : UInt = 0x8F4B
///|
pub const GL_DOUBLE_MAT3x2_EXT : UInt = 0x8F4B
///|
pub const GL_DOUBLE_MAT3x4 : UInt = 0x8F4C
///|
pub const GL_DOUBLE_MAT3x4_EXT : UInt = 0x8F4C
///|
pub const GL_DOUBLE_MAT4x2 : UInt = 0x8F4D
///|
pub const GL_DOUBLE_MAT4x2_EXT : UInt = 0x8F4D
///|
pub const GL_DOUBLE_MAT4x3 : UInt = 0x8F4E
///|
pub const GL_DOUBLE_MAT4x3_EXT : UInt = 0x8F4E
///|
pub const GL_VERTEX_BINDING_BUFFER : UInt = 0x8F4F
///|
pub const GL_MALI_SHADER_BINARY_ARM : UInt = 0x8F60
///|
pub const GL_MALI_PROGRAM_BINARY_ARM : UInt = 0x8F61
///|
pub const GL_MAX_SHADER_PIXEL_LOCAL_STORAGE_FAST_SIZE_EXT : UInt = 0x8F63
///|
pub const GL_SHADER_PIXEL_LOCAL_STORAGE_EXT : UInt = 0x8F64
///|
pub const GL_FETCH_PER_SAMPLE_ARM : UInt = 0x8F65
///|
pub const GL_FRAGMENT_SHADER_FRAMEBUFFER_FETCH_MRT_ARM : UInt = 0x8F66
///|
pub const GL_MAX_SHADER_PIXEL_LOCAL_STORAGE_SIZE_EXT : UInt = 0x8F67
///|
pub const GL_TEXTURE_ASTC_DECODE_PRECISION_EXT : UInt = 0x8F69
///|
pub const GL_TEXTURE_UNNORMALIZED_COORDINATES_ARM : UInt = 0x8F6A
///|
pub const GL_NUM_SURFACE_COMPRESSION_FIXED_RATES_EXT : UInt = 0x8F6E
///|
pub const GL_FRAGMENT_SHADING_RATE_NON_TRIVIAL_COMBINERS_SUPPORTED_EXT : UInt = 0x8F6F
///|
pub const GL_RED_SNORM : UInt = 0x8F90
///|
pub const GL_RG_SNORM : UInt = 0x8F91
///|
pub const GL_RGB_SNORM : UInt = 0x8F92
///|
pub const GL_RGBA_SNORM : UInt = 0x8F93
///|
pub const GL_R8_SNORM : UInt = 0x8F94
///|
pub const GL_RG8_SNORM : UInt = 0x8F95
///|
pub const GL_RGB8_SNORM : UInt = 0x8F96
///|
pub const GL_RGBA8_SNORM : UInt = 0x8F97
///|
pub const GL_R16_SNORM : UInt = 0x8F98
///|
pub const GL_R16_SNORM_EXT : UInt = 0x8F98
///|
pub const GL_RG16_SNORM : UInt = 0x8F99
///|
pub const GL_RG16_SNORM_EXT : UInt = 0x8F99
///|
pub const GL_RGB16_SNORM : UInt = 0x8F9A
///|
pub const GL_RGB16_SNORM_EXT : UInt = 0x8F9A
///|
pub const GL_RGBA16_SNORM : UInt = 0x8F9B
///|
pub const GL_RGBA16_SNORM_EXT : UInt = 0x8F9B
///|
pub const GL_SIGNED_NORMALIZED : UInt = 0x8F9C
///|
pub const GL_PRIMITIVE_RESTART : UInt = 0x8F9D
///|
pub const GL_PRIMITIVE_RESTART_INDEX : UInt = 0x8F9E
///|
pub const GL_MAX_PROGRAM_TEXTURE_GATHER_COMPONENTS_ARB : UInt = 0x8F9F
///|
pub const GL_PERFMON_GLOBAL_MODE_QCOM : UInt = 0x8FA0
///|
pub const GL_MAX_SHADER_SUBSAMPLED_IMAGE_UNITS_QCOM : UInt = 0x8FA1
///|
pub const GL_BINNING_CONTROL_HINT_QCOM : UInt = 0x8FB0
///|
pub const GL_CPU_OPTIMIZED_QCOM : UInt = 0x8FB1
///|
pub const GL_GPU_OPTIMIZED_QCOM : UInt = 0x8FB2
///|
pub const GL_RENDER_DIRECT_TO_FRAMEBUFFER_QCOM : UInt = 0x8FB3
///|
pub const GL_GPU_DISJOINT_EXT : UInt = 0x8FBB
///|
pub const GL_SR8_EXT : UInt = 0x8FBD
///|
pub const GL_SRG8_EXT : UInt = 0x8FBE
///|
pub const GL_TEXTURE_FORMAT_SRGB_OVERRIDE_EXT : UInt = 0x8FBF
///|
pub const GL_SHADER_BINARY_VIV : UInt = 0x8FC4
///|
pub const GL_INT8_NV : UInt = 0x8FE0
///|
pub const GL_INT8_VEC2_NV : UInt = 0x8FE1
///|
pub const GL_INT8_VEC3_NV : UInt = 0x8FE2
///|
pub const GL_INT8_VEC4_NV : UInt = 0x8FE3
///|
pub const GL_INT16_NV : UInt = 0x8FE4
///|
pub const GL_INT16_VEC2_NV : UInt = 0x8FE5
///|
pub const GL_INT16_VEC3_NV : UInt = 0x8FE6
///|
pub const GL_INT16_VEC4_NV : UInt = 0x8FE7
///|
pub const GL_INT64_VEC2_ARB : UInt = 0x8FE9
///|
pub const GL_INT64_VEC2_NV : UInt = 0x8FE9
///|
pub const GL_INT64_VEC3_ARB : UInt = 0x8FEA
///|
pub const GL_INT64_VEC3_NV : UInt = 0x8FEA
///|
pub const GL_INT64_VEC4_ARB : UInt = 0x8FEB
///|
pub const GL_INT64_VEC4_NV : UInt = 0x8FEB
///|
pub const GL_UNSIGNED_INT8_NV : UInt = 0x8FEC
///|
pub const GL_UNSIGNED_INT8_VEC2_NV : UInt = 0x8FED
///|
pub const GL_UNSIGNED_INT8_VEC3_NV : UInt = 0x8FEE
///|
pub const GL_UNSIGNED_INT8_VEC4_NV : UInt = 0x8FEF
///|
pub const GL_UNSIGNED_INT16_NV : UInt = 0x8FF0
///|
pub const GL_UNSIGNED_INT16_VEC2_NV : UInt = 0x8FF1
///|
pub const GL_UNSIGNED_INT16_VEC3_NV : UInt = 0x8FF2
///|
pub const GL_UNSIGNED_INT16_VEC4_NV : UInt = 0x8FF3
///|
pub const GL_UNSIGNED_INT64_VEC2_ARB : UInt = 0x8FF5
///|
pub const GL_UNSIGNED_INT64_VEC2_NV : UInt = 0x8FF5
///|
pub const GL_UNSIGNED_INT64_VEC3_ARB : UInt = 0x8FF6
///|
pub const GL_UNSIGNED_INT64_VEC3_NV : UInt = 0x8FF6
///|
pub const GL_UNSIGNED_INT64_VEC4_ARB : UInt = 0x8FF7
///|
pub const GL_UNSIGNED_INT64_VEC4_NV : UInt = 0x8FF7
///|
pub const GL_FLOAT16_NV : UInt = 0x8FF8
///|
pub const GL_FLOAT16_VEC2_NV : UInt = 0x8FF9
///|
pub const GL_FLOAT16_VEC3_NV : UInt = 0x8FFA
///|
pub const GL_FLOAT16_VEC4_NV : UInt = 0x8FFB
///|
pub const GL_DOUBLE_VEC2 : UInt = 0x8FFC
///|
pub const GL_DOUBLE_VEC2_EXT : UInt = 0x8FFC
///|
pub const GL_DOUBLE_VEC3 : UInt = 0x8FFD
///|
pub const GL_DOUBLE_VEC3_EXT : UInt = 0x8FFD
///|
pub const GL_DOUBLE_VEC4 : UInt = 0x8FFE
///|
pub const GL_DOUBLE_VEC4_EXT : UInt = 0x8FFE
///|
pub const GL_SAMPLER_BUFFER_AMD : UInt = 0x9001
///|
pub const GL_INT_SAMPLER_BUFFER_AMD : UInt = 0x9002
///|
pub const GL_UNSIGNED_INT_SAMPLER_BUFFER_AMD : UInt = 0x9003
///|
pub const GL_TESSELLATION_MODE_AMD : UInt = 0x9004
///|
pub const GL_TESSELLATION_FACTOR_AMD : UInt = 0x9005
///|
pub const GL_DISCRETE_AMD : UInt = 0x9006
///|
pub const GL_CONTINUOUS_AMD : UInt = 0x9007
///|
pub const GL_TEXTURE_CUBE_MAP_ARRAY : UInt = 0x9009
///|
pub const GL_TEXTURE_CUBE_MAP_ARRAY_ARB : UInt = 0x9009
///|
pub const GL_TEXTURE_CUBE_MAP_ARRAY_EXT : UInt = 0x9009
///|
pub const GL_TEXTURE_CUBE_MAP_ARRAY_OES : UInt = 0x9009
///|
pub const GL_TEXTURE_BINDING_CUBE_MAP_ARRAY : UInt = 0x900A
///|
pub const GL_TEXTURE_BINDING_CUBE_MAP_ARRAY_ARB : UInt = 0x900A
///|
pub const GL_TEXTURE_BINDING_CUBE_MAP_ARRAY_EXT : UInt = 0x900A
///|
pub const GL_TEXTURE_BINDING_CUBE_MAP_ARRAY_OES : UInt = 0x900A
///|
pub const GL_PROXY_TEXTURE_CUBE_MAP_ARRAY : UInt = 0x900B
///|
pub const GL_PROXY_TEXTURE_CUBE_MAP_ARRAY_ARB : UInt = 0x900B
///|
pub const GL_SAMPLER_CUBE_MAP_ARRAY : UInt = 0x900C
///|
pub const GL_SAMPLER_CUBE_MAP_ARRAY_ARB : UInt = 0x900C
///|
pub const GL_SAMPLER_CUBE_MAP_ARRAY_EXT : UInt = 0x900C
///|
pub const GL_SAMPLER_CUBE_MAP_ARRAY_OES : UInt = 0x900C
///|
pub const GL_SAMPLER_CUBE_MAP_ARRAY_SHADOW : UInt = 0x900D
///|
pub const GL_SAMPLER_CUBE_MAP_ARRAY_SHADOW_ARB : UInt = 0x900D
///|
pub const GL_SAMPLER_CUBE_MAP_ARRAY_SHADOW_EXT : UInt = 0x900D
///|
pub const GL_SAMPLER_CUBE_MAP_ARRAY_SHADOW_OES : UInt = 0x900D
///|
pub const GL_INT_SAMPLER_CUBE_MAP_ARRAY : UInt = 0x900E
///|
pub const GL_INT_SAMPLER_CUBE_MAP_ARRAY_ARB : UInt = 0x900E
///|
pub const GL_INT_SAMPLER_CUBE_MAP_ARRAY_EXT : UInt = 0x900E
///|
pub const GL_INT_SAMPLER_CUBE_MAP_ARRAY_OES : UInt = 0x900E
///|
pub const GL_UNSIGNED_INT_SAMPLER_CUBE_MAP_ARRAY : UInt = 0x900F
///|
pub const GL_UNSIGNED_INT_SAMPLER_CUBE_MAP_ARRAY_ARB : UInt = 0x900F
///|
pub const GL_UNSIGNED_INT_SAMPLER_CUBE_MAP_ARRAY_EXT : UInt = 0x900F
///|
pub const GL_UNSIGNED_INT_SAMPLER_CUBE_MAP_ARRAY_OES : UInt = 0x900F
///|
pub const GL_ALPHA_SNORM : UInt = 0x9010
///|
pub const GL_LUMINANCE_SNORM : UInt = 0x9011
///|
pub const GL_LUMINANCE_ALPHA_SNORM : UInt = 0x9012
///|
pub const GL_INTENSITY_SNORM : UInt = 0x9013
///|
pub const GL_ALPHA8_SNORM : UInt = 0x9014
///|
pub const GL_LUMINANCE8_SNORM : UInt = 0x9015
///|
pub const GL_LUMINANCE8_ALPHA8_SNORM : UInt = 0x9016
///|
pub const GL_INTENSITY8_SNORM : UInt = 0x9017
///|
pub const GL_ALPHA16_SNORM : UInt = 0x9018
///|
pub const GL_LUMINANCE16_SNORM : UInt = 0x9019
///|
pub const GL_LUMINANCE16_ALPHA16_SNORM : UInt = 0x901A
///|
pub const GL_INTENSITY16_SNORM : UInt = 0x901B
///|
pub const GL_FACTOR_MIN_AMD : UInt = 0x901C
///|
pub const GL_FACTOR_MAX_AMD : UInt = 0x901D
///|
pub const GL_DEPTH_CLAMP_NEAR_AMD : UInt = 0x901E
///|
pub const GL_DEPTH_CLAMP_FAR_AMD : UInt = 0x901F
///|
pub const GL_VIDEO_BUFFER_NV : UInt = 0x9020
///|
pub const GL_VIDEO_BUFFER_BINDING_NV : UInt = 0x9021
///|
pub const GL_FIELD_UPPER_NV : UInt = 0x9022
///|
pub const GL_FIELD_LOWER_NV : UInt = 0x9023
///|
pub const GL_NUM_VIDEO_CAPTURE_STREAMS_NV : UInt = 0x9024
///|
pub const GL_NEXT_VIDEO_CAPTURE_BUFFER_STATUS_NV : UInt = 0x9025
///|
pub const GL_VIDEO_CAPTURE_TO_422_SUPPORTED_NV : UInt = 0x9026
///|
pub const GL_LAST_VIDEO_CAPTURE_STATUS_NV : UInt = 0x9027
///|
pub const GL_VIDEO_BUFFER_PITCH_NV : UInt = 0x9028
///|
pub const GL_VIDEO_COLOR_CONVERSION_MATRIX_NV : UInt = 0x9029
///|
pub const GL_VIDEO_COLOR_CONVERSION_MAX_NV : UInt = 0x902A
///|
pub const GL_VIDEO_COLOR_CONVERSION_MIN_NV : UInt = 0x902B
///|
pub const GL_VIDEO_COLOR_CONVERSION_OFFSET_NV : UInt = 0x902C
///|
pub const GL_VIDEO_BUFFER_INTERNAL_FORMAT_NV : UInt = 0x902D
///|
pub const GL_PARTIAL_SUCCESS_NV : UInt = 0x902E
///|
pub const GL_SUCCESS_NV : UInt = 0x902F
///|
pub const GL_FAILURE_NV : UInt = 0x9030
///|
pub const GL_YCBYCR8_422_NV : UInt = 0x9031
///|
pub const GL_YCBAYCR8A_4224_NV : UInt = 0x9032
///|
pub const GL_Z6Y10Z6CB10Z6Y10Z6CR10_422_NV : UInt = 0x9033
///|
pub const GL_Z6Y10Z6CB10Z6A10Z6Y10Z6CR10Z6A10_4224_NV : UInt = 0x9034
///|
pub const GL_Z4Y12Z4CB12Z4Y12Z4CR12_422_NV : UInt = 0x9035
///|
pub const GL_Z4Y12Z4CB12Z4A12Z4Y12Z4CR12Z4A12_4224_NV : UInt = 0x9036
///|
pub const GL_Z4Y12Z4CB12Z4CR12_444_NV : UInt = 0x9037
///|
pub const GL_VIDEO_CAPTURE_FRAME_WIDTH_NV : UInt = 0x9038
///|
pub const GL_VIDEO_CAPTURE_FRAME_HEIGHT_NV : UInt = 0x9039
///|
pub const GL_VIDEO_CAPTURE_FIELD_UPPER_HEIGHT_NV : UInt = 0x903A
///|
pub const GL_VIDEO_CAPTURE_FIELD_LOWER_HEIGHT_NV : UInt = 0x903B
///|
pub const GL_VIDEO_CAPTURE_SURFACE_ORIGIN_NV : UInt = 0x903C
///|
pub const GL_TEXTURE_COVERAGE_SAMPLES_NV : UInt = 0x9045
///|
pub const GL_TEXTURE_COLOR_SAMPLES_NV : UInt = 0x9046
///|
pub const GL_GPU_MEMORY_INFO_DEDICATED_VIDMEM_NVX : UInt = 0x9047
///|
pub const GL_GPU_MEMORY_INFO_TOTAL_AVAILABLE_MEMORY_NVX : UInt = 0x9048
///|
pub const GL_GPU_MEMORY_INFO_CURRENT_AVAILABLE_VIDMEM_NVX : UInt = 0x9049
///|
pub const GL_GPU_MEMORY_INFO_EVICTION_COUNT_NVX : UInt = 0x904A
///|
pub const GL_GPU_MEMORY_INFO_EVICTED_MEMORY_NVX : UInt = 0x904B
///|
pub const GL_IMAGE_1D : UInt = 0x904C
///|
pub const GL_IMAGE_1D_EXT : UInt = 0x904C
///|
pub const GL_IMAGE_2D : UInt = 0x904D
///|
pub const GL_IMAGE_2D_EXT : UInt = 0x904D
///|
pub const GL_IMAGE_3D : UInt = 0x904E
///|
pub const GL_IMAGE_3D_EXT : UInt = 0x904E
///|
pub const GL_IMAGE_2D_RECT : UInt = 0x904F
///|
pub const GL_IMAGE_2D_RECT_EXT : UInt = 0x904F
///|
pub const GL_IMAGE_CUBE : UInt = 0x9050
///|
pub const GL_IMAGE_CUBE_EXT : UInt = 0x9050
///|
pub const GL_IMAGE_BUFFER : UInt = 0x9051
///|
pub const GL_IMAGE_BUFFER_EXT : UInt = 0x9051
///|
pub const GL_IMAGE_BUFFER_OES : UInt = 0x9051
///|
pub const GL_IMAGE_1D_ARRAY : UInt = 0x9052
///|
pub const GL_IMAGE_1D_ARRAY_EXT : UInt = 0x9052
///|
pub const GL_IMAGE_2D_ARRAY : UInt = 0x9053
///|
pub const GL_IMAGE_2D_ARRAY_EXT : UInt = 0x9053
///|
pub const GL_IMAGE_CUBE_MAP_ARRAY : UInt = 0x9054
///|
pub const GL_IMAGE_CUBE_MAP_ARRAY_EXT : UInt = 0x9054
///|
pub const GL_IMAGE_CUBE_MAP_ARRAY_OES : UInt = 0x9054
///|
pub const GL_IMAGE_2D_MULTISAMPLE : UInt = 0x9055
///|
pub const GL_IMAGE_2D_MULTISAMPLE_EXT : UInt = 0x9055
///|
pub const GL_IMAGE_2D_MULTISAMPLE_ARRAY : UInt = 0x9056
///|
pub const GL_IMAGE_2D_MULTISAMPLE_ARRAY_EXT : UInt = 0x9056
///|
pub const GL_INT_IMAGE_1D : UInt = 0x9057
///|
pub const GL_INT_IMAGE_1D_EXT : UInt = 0x9057
///|
pub const GL_INT_IMAGE_2D : UInt = 0x9058
///|
pub const GL_INT_IMAGE_2D_EXT : UInt = 0x9058
///|
pub const GL_INT_IMAGE_3D : UInt = 0x9059
///|
pub const GL_INT_IMAGE_3D_EXT : UInt = 0x9059
///|
pub const GL_INT_IMAGE_2D_RECT : UInt = 0x905A
///|
pub const GL_INT_IMAGE_2D_RECT_EXT : UInt = 0x905A
///|
pub const GL_INT_IMAGE_CUBE : UInt = 0x905B
///|
pub const GL_INT_IMAGE_CUBE_EXT : UInt = 0x905B
///|
pub const GL_INT_IMAGE_BUFFER : UInt = 0x905C
///|
pub const GL_INT_IMAGE_BUFFER_EXT : UInt = 0x905C
///|
pub const GL_INT_IMAGE_BUFFER_OES : UInt = 0x905C
///|
pub const GL_INT_IMAGE_1D_ARRAY : UInt = 0x905D
///|
pub const GL_INT_IMAGE_1D_ARRAY_EXT : UInt = 0x905D
///|
pub const GL_INT_IMAGE_2D_ARRAY : UInt = 0x905E
///|
pub const GL_INT_IMAGE_2D_ARRAY_EXT : UInt = 0x905E
///|
pub const GL_INT_IMAGE_CUBE_MAP_ARRAY : UInt = 0x905F
///|
pub const GL_INT_IMAGE_CUBE_MAP_ARRAY_EXT : UInt = 0x905F
///|
pub const GL_INT_IMAGE_CUBE_MAP_ARRAY_OES : UInt = 0x905F
///|
pub const GL_INT_IMAGE_2D_MULTISAMPLE : UInt = 0x9060
///|
pub const GL_INT_IMAGE_2D_MULTISAMPLE_EXT : UInt = 0x9060
///|
pub const GL_INT_IMAGE_2D_MULTISAMPLE_ARRAY : UInt = 0x9061
///|
pub const GL_INT_IMAGE_2D_MULTISAMPLE_ARRAY_EXT : UInt = 0x9061
///|
pub const GL_UNSIGNED_INT_IMAGE_1D : UInt = 0x9062
///|
pub const GL_UNSIGNED_INT_IMAGE_1D_EXT : UInt = 0x9062
///|
pub const GL_UNSIGNED_INT_IMAGE_2D : UInt = 0x9063
///|
pub const GL_UNSIGNED_INT_IMAGE_2D_EXT : UInt = 0x9063
///|
pub const GL_UNSIGNED_INT_IMAGE_3D : UInt = 0x9064
///|
pub const GL_UNSIGNED_INT_IMAGE_3D_EXT : UInt = 0x9064
///|
pub const GL_UNSIGNED_INT_IMAGE_2D_RECT : UInt = 0x9065
///|
pub const GL_UNSIGNED_INT_IMAGE_2D_RECT_EXT : UInt = 0x9065
///|
pub const GL_UNSIGNED_INT_IMAGE_CUBE : UInt = 0x9066
///|
pub const GL_UNSIGNED_INT_IMAGE_CUBE_EXT : UInt = 0x9066
///|
pub const GL_UNSIGNED_INT_IMAGE_BUFFER : UInt = 0x9067
///|
pub const GL_UNSIGNED_INT_IMAGE_BUFFER_EXT : UInt = 0x9067
///|
pub const GL_UNSIGNED_INT_IMAGE_BUFFER_OES : UInt = 0x9067
///|
pub const GL_UNSIGNED_INT_IMAGE_1D_ARRAY : UInt = 0x9068
///|
pub const GL_UNSIGNED_INT_IMAGE_1D_ARRAY_EXT : UInt = 0x9068
///|
pub const GL_UNSIGNED_INT_IMAGE_2D_ARRAY : UInt = 0x9069
///|
pub const GL_UNSIGNED_INT_IMAGE_2D_ARRAY_EXT : UInt = 0x9069
///|
pub const GL_UNSIGNED_INT_IMAGE_CUBE_MAP_ARRAY : UInt = 0x906A
///|
pub const GL_UNSIGNED_INT_IMAGE_CUBE_MAP_ARRAY_EXT : UInt = 0x906A
///|
pub const GL_UNSIGNED_INT_IMAGE_CUBE_MAP_ARRAY_OES : UInt = 0x906A
///|
pub const GL_UNSIGNED_INT_IMAGE_2D_MULTISAMPLE : UInt = 0x906B
///|
pub const GL_UNSIGNED_INT_IMAGE_2D_MULTISAMPLE_EXT : UInt = 0x906B
///|
pub const GL_UNSIGNED_INT_IMAGE_2D_MULTISAMPLE_ARRAY : UInt = 0x906C
///|
pub const GL_UNSIGNED_INT_IMAGE_2D_MULTISAMPLE_ARRAY_EXT : UInt = 0x906C
///|
pub const GL_MAX_IMAGE_SAMPLES : UInt = 0x906D
///|
pub const GL_MAX_IMAGE_SAMPLES_EXT : UInt = 0x906D
///|
pub const GL_IMAGE_BINDING_FORMAT : UInt = 0x906E
///|
pub const GL_IMAGE_BINDING_FORMAT_EXT : UInt = 0x906E
///|
pub const GL_RGB10_A2UI : UInt = 0x906F
///|
pub const GL_PATH_FORMAT_SVG_NV : UInt = 0x9070
///|
pub const GL_PATH_FORMAT_PS_NV : UInt = 0x9071
///|
pub const GL_STANDARD_FONT_NAME_NV : UInt = 0x9072
///|
pub const GL_SYSTEM_FONT_NAME_NV : UInt = 0x9073
///|
pub const GL_FILE_NAME_NV : UInt = 0x9074
///|
pub const GL_PATH_STROKE_WIDTH_NV : UInt = 0x9075
///|
pub const GL_PATH_END_CAPS_NV : UInt = 0x9076
///|
pub const GL_PATH_INITIAL_END_CAP_NV : UInt = 0x9077
///|
pub const GL_PATH_TERMINAL_END_CAP_NV : UInt = 0x9078
///|
pub const GL_PATH_JOIN_STYLE_NV : UInt = 0x9079
///|
pub const GL_PATH_MITER_LIMIT_NV : UInt = 0x907A
///|
pub const GL_PATH_DASH_CAPS_NV : UInt = 0x907B
///|
pub const GL_PATH_INITIAL_DASH_CAP_NV : UInt = 0x907C
///|
pub const GL_PATH_TERMINAL_DASH_CAP_NV : UInt = 0x907D
///|
pub const GL_PATH_DASH_OFFSET_NV : UInt = 0x907E
///|
pub const GL_PATH_CLIENT_LENGTH_NV : UInt = 0x907F
///|
pub const GL_PATH_FILL_MODE_NV : UInt = 0x9080
///|
pub const GL_PATH_FILL_MASK_NV : UInt = 0x9081
///|
pub const GL_PATH_FILL_COVER_MODE_NV : UInt = 0x9082
///|
pub const GL_PATH_STROKE_COVER_MODE_NV : UInt = 0x9083
///|
pub const GL_PATH_STROKE_MASK_NV : UInt = 0x9084
///|
pub const GL_COUNT_UP_NV : UInt = 0x9088
///|
pub const GL_COUNT_DOWN_NV : UInt = 0x9089
///|
pub const GL_PATH_OBJECT_BOUNDING_BOX_NV : UInt = 0x908A
///|
pub const GL_CONVEX_HULL_NV : UInt = 0x908B
///|
pub const GL_BOUNDING_BOX_NV : UInt = 0x908D
///|
pub const GL_TRANSLATE_X_NV : UInt = 0x908E
///|
pub const GL_TRANSLATE_Y_NV : UInt = 0x908F
///|
pub const GL_TRANSLATE_2D_NV : UInt = 0x9090
///|
pub const GL_TRANSLATE_3D_NV : UInt = 0x9091
///|
pub const GL_AFFINE_2D_NV : UInt = 0x9092
///|
pub const GL_AFFINE_3D_NV : UInt = 0x9094
///|
pub const GL_TRANSPOSE_AFFINE_2D_NV : UInt = 0x9096
///|
pub const GL_TRANSPOSE_AFFINE_3D_NV : UInt = 0x9098
///|
pub const GL_UTF8_NV : UInt = 0x909A
///|
pub const GL_UTF16_NV : UInt = 0x909B
///|
pub const GL_BOUNDING_BOX_OF_BOUNDING_BOXES_NV : UInt = 0x909C
///|
pub const GL_PATH_COMMAND_COUNT_NV : UInt = 0x909D
///|
pub const GL_PATH_COORD_COUNT_NV : UInt = 0x909E
///|
pub const GL_PATH_DASH_ARRAY_COUNT_NV : UInt = 0x909F
///|
pub const GL_PATH_COMPUTED_LENGTH_NV : UInt = 0x90A0
///|
pub const GL_PATH_FILL_BOUNDING_BOX_NV : UInt = 0x90A1
///|
pub const GL_PATH_STROKE_BOUNDING_BOX_NV : UInt = 0x90A2
///|
pub const GL_SQUARE_NV : UInt = 0x90A3
///|
pub const GL_ROUND_NV : UInt = 0x90A4
///|
pub const GL_TRIANGULAR_NV : UInt = 0x90A5
///|
pub const GL_BEVEL_NV : UInt = 0x90A6
///|
pub const GL_MITER_REVERT_NV : UInt = 0x90A7
///|
pub const GL_MITER_TRUNCATE_NV : UInt = 0x90A8
///|
pub const GL_SKIP_MISSING_GLYPH_NV : UInt = 0x90A9
///|
pub const GL_USE_MISSING_GLYPH_NV : UInt = 0x90AA
///|
pub const GL_PATH_ERROR_POSITION_NV : UInt = 0x90AB
///|
pub const GL_PATH_FOG_GEN_MODE_NV : UInt = 0x90AC
///|
pub const GL_ACCUM_ADJACENT_PAIRS_NV : UInt = 0x90AD
///|
pub const GL_ADJACENT_PAIRS_NV : UInt = 0x90AE
///|
pub const GL_FIRST_TO_REST_NV : UInt = 0x90AF
///|
pub const GL_PATH_GEN_MODE_NV : UInt = 0x90B0
///|
pub const GL_PATH_GEN_COEFF_NV : UInt = 0x90B1
///|
pub const GL_PATH_GEN_COLOR_FORMAT_NV : UInt = 0x90B2
///|
pub const GL_PATH_GEN_COMPONENTS_NV : UInt = 0x90B3
///|
pub const GL_PATH_DASH_OFFSET_RESET_NV : UInt = 0x90B4
///|
pub const GL_MOVE_TO_RESETS_NV : UInt = 0x90B5
///|
pub const GL_MOVE_TO_CONTINUES_NV : UInt = 0x90B6
///|
pub const GL_PATH_STENCIL_FUNC_NV : UInt = 0x90B7
///|
pub const GL_PATH_STENCIL_REF_NV : UInt = 0x90B8
///|
pub const GL_PATH_STENCIL_VALUE_MASK_NV : UInt = 0x90B9
///|
pub const GL_SCALED_RESOLVE_FASTEST_EXT : UInt = 0x90BA
///|
pub const GL_SCALED_RESOLVE_NICEST_EXT : UInt = 0x90BB
///|
pub const GL_MIN_MAP_BUFFER_ALIGNMENT : UInt = 0x90BC
///|
pub const GL_PATH_STENCIL_DEPTH_OFFSET_FACTOR_NV : UInt = 0x90BD
///|
pub const GL_PATH_STENCIL_DEPTH_OFFSET_UNITS_NV : UInt = 0x90BE
///|
pub const GL_PATH_COVER_DEPTH_FUNC_NV : UInt = 0x90BF
///|
pub const GL_IMAGE_FORMAT_COMPATIBILITY_TYPE : UInt = 0x90C7
///|
pub const GL_IMAGE_FORMAT_COMPATIBILITY_BY_SIZE : UInt = 0x90C8
///|
pub const GL_IMAGE_FORMAT_COMPATIBILITY_BY_CLASS : UInt = 0x90C9
///|
pub const GL_MAX_VERTEX_IMAGE_UNIFORMS : UInt = 0x90CA
///|
pub const GL_MAX_TESS_CONTROL_IMAGE_UNIFORMS : UInt = 0x90CB
///|
pub const GL_MAX_TESS_CONTROL_IMAGE_UNIFORMS_EXT : UInt = 0x90CB
///|
pub const GL_MAX_TESS_CONTROL_IMAGE_UNIFORMS_OES : UInt = 0x90CB
///|
pub const GL_MAX_TESS_EVALUATION_IMAGE_UNIFORMS : UInt = 0x90CC
///|
pub const GL_MAX_TESS_EVALUATION_IMAGE_UNIFORMS_EXT : UInt = 0x90CC
///|
pub const GL_MAX_TESS_EVALUATION_IMAGE_UNIFORMS_OES : UInt = 0x90CC
///|
pub const GL_MAX_GEOMETRY_IMAGE_UNIFORMS : UInt = 0x90CD
///|
pub const GL_MAX_GEOMETRY_IMAGE_UNIFORMS_EXT : UInt = 0x90CD
///|
pub const GL_MAX_GEOMETRY_IMAGE_UNIFORMS_OES : UInt = 0x90CD
///|
pub const GL_MAX_FRAGMENT_IMAGE_UNIFORMS : UInt = 0x90CE
///|
pub const GL_MAX_COMBINED_IMAGE_UNIFORMS : UInt = 0x90CF
///|
pub const GL_MAX_DEEP_3D_TEXTURE_WIDTH_HEIGHT_NV : UInt = 0x90D0
///|
pub const GL_MAX_DEEP_3D_TEXTURE_DEPTH_NV : UInt = 0x90D1
///|
pub const GL_SHADER_STORAGE_BUFFER : UInt = 0x90D2
///|
pub const GL_SHADER_STORAGE_BUFFER_BINDING : UInt = 0x90D3
///|
pub const GL_SHADER_STORAGE_BUFFER_START : UInt = 0x90D4
///|
pub const GL_SHADER_STORAGE_BUFFER_SIZE : UInt = 0x90D5
///|
pub const GL_MAX_VERTEX_SHADER_STORAGE_BLOCKS : UInt = 0x90D6
///|
pub const GL_MAX_GEOMETRY_SHADER_STORAGE_BLOCKS : UInt = 0x90D7
///|
pub const GL_MAX_GEOMETRY_SHADER_STORAGE_BLOCKS_EXT : UInt = 0x90D7
///|
pub const GL_MAX_GEOMETRY_SHADER_STORAGE_BLOCKS_OES : UInt = 0x90D7
///|
pub const GL_MAX_TESS_CONTROL_SHADER_STORAGE_BLOCKS : UInt = 0x90D8
///|
pub const GL_MAX_TESS_CONTROL_SHADER_STORAGE_BLOCKS_EXT : UInt = 0x90D8
///|
pub const GL_MAX_TESS_CONTROL_SHADER_STORAGE_BLOCKS_OES : UInt = 0x90D8
///|
pub const GL_MAX_TESS_EVALUATION_SHADER_STORAGE_BLOCKS : UInt = 0x90D9
///|
pub const GL_MAX_TESS_EVALUATION_SHADER_STORAGE_BLOCKS_EXT : UInt = 0x90D9
///|
pub const GL_MAX_TESS_EVALUATION_SHADER_STORAGE_BLOCKS_OES : UInt = 0x90D9
///|
pub const GL_MAX_FRAGMENT_SHADER_STORAGE_BLOCKS : UInt = 0x90DA
///|
pub const GL_MAX_COMPUTE_SHADER_STORAGE_BLOCKS : UInt = 0x90DB
///|
pub const GL_MAX_COMBINED_SHADER_STORAGE_BLOCKS : UInt = 0x90DC
///|
pub const GL_MAX_SHADER_STORAGE_BUFFER_BINDINGS : UInt = 0x90DD
///|
pub const GL_MAX_SHADER_STORAGE_BLOCK_SIZE : UInt = 0x90DE
///|
pub const GL_SHADER_STORAGE_BUFFER_OFFSET_ALIGNMENT : UInt = 0x90DF
///|
pub const GL_SYNC_X11_FENCE_EXT : UInt = 0x90E1
///|
pub const GL_DEPTH_STENCIL_TEXTURE_MODE : UInt = 0x90EA
///|
pub const GL_MAX_COMPUTE_WORK_GROUP_INVOCATIONS : UInt = 0x90EB
///|
pub const GL_MAX_COMPUTE_FIXED_GROUP_INVOCATIONS_ARB : UInt = 0x90EB
///|
pub const GL_UNIFORM_BLOCK_REFERENCED_BY_COMPUTE_SHADER : UInt = 0x90EC
///|
pub const GL_ATOMIC_COUNTER_BUFFER_REFERENCED_BY_COMPUTE_SHADER : UInt = 0x90ED
///|
pub const GL_DISPATCH_INDIRECT_BUFFER : UInt = 0x90EE
///|
pub const GL_DISPATCH_INDIRECT_BUFFER_BINDING : UInt = 0x90EF
///|
pub const GL_COLOR_ATTACHMENT_EXT : UInt = 0x90F0
///|
pub const GL_MULTIVIEW_EXT : UInt = 0x90F1
///|
pub const GL_MAX_MULTIVIEW_BUFFERS_EXT : UInt = 0x90F2
///|
pub const GL_CONTEXT_ROBUST_ACCESS : UInt = 0x90F3
///|
pub const GL_CONTEXT_ROBUST_ACCESS_EXT : UInt = 0x90F3
///|
pub const GL_CONTEXT_ROBUST_ACCESS_KHR : UInt = 0x90F3
///|
pub const GL_COMPUTE_PROGRAM_NV : UInt = 0x90FB
///|
pub const GL_COMPUTE_PROGRAM_PARAMETER_BUFFER_NV : UInt = 0x90FC
///|
pub const GL_TEXTURE_2D_MULTISAMPLE : UInt = 0x9100
///|
pub const GL_PROXY_TEXTURE_2D_MULTISAMPLE : UInt = 0x9101
///|
pub const GL_TEXTURE_2D_MULTISAMPLE_ARRAY : UInt = 0x9102
///|
pub const GL_TEXTURE_2D_MULTISAMPLE_ARRAY_OES : UInt = 0x9102
///|
pub const GL_PROXY_TEXTURE_2D_MULTISAMPLE_ARRAY : UInt = 0x9103
///|
pub const GL_TEXTURE_BINDING_2D_MULTISAMPLE : UInt = 0x9104
///|
pub const GL_TEXTURE_BINDING_2D_MULTISAMPLE_ARRAY : UInt = 0x9105
///|
pub const GL_TEXTURE_BINDING_2D_MULTISAMPLE_ARRAY_OES : UInt = 0x9105
///|
pub const GL_TEXTURE_SAMPLES : UInt = 0x9106
///|
pub const GL_TEXTURE_FIXED_SAMPLE_LOCATIONS : UInt = 0x9107
///|
pub const GL_SAMPLER_2D_MULTISAMPLE : UInt = 0x9108
///|
pub const GL_INT_SAMPLER_2D_MULTISAMPLE : UInt = 0x9109
///|
pub const GL_UNSIGNED_INT_SAMPLER_2D_MULTISAMPLE : UInt = 0x910A
///|
pub const GL_SAMPLER_2D_MULTISAMPLE_ARRAY : UInt = 0x910B
///|
pub const GL_SAMPLER_2D_MULTISAMPLE_ARRAY_OES : UInt = 0x910B
///|
pub const GL_INT_SAMPLER_2D_MULTISAMPLE_ARRAY : UInt = 0x910C
///|
pub const GL_INT_SAMPLER_2D_MULTISAMPLE_ARRAY_OES : UInt = 0x910C
///|
pub const GL_UNSIGNED_INT_SAMPLER_2D_MULTISAMPLE_ARRAY : UInt = 0x910D
///|
pub const GL_UNSIGNED_INT_SAMPLER_2D_MULTISAMPLE_ARRAY_OES : UInt = 0x910D
///|
pub const GL_MAX_COLOR_TEXTURE_SAMPLES : UInt = 0x910E
///|
pub const GL_MAX_DEPTH_TEXTURE_SAMPLES : UInt = 0x910F
///|
pub const GL_MAX_INTEGER_SAMPLES : UInt = 0x9110
///|
pub const GL_MAX_SERVER_WAIT_TIMEOUT : UInt = 0x9111
///|
pub const GL_MAX_SERVER_WAIT_TIMEOUT_APPLE : UInt = 0x9111
///|
pub const GL_OBJECT_TYPE : UInt = 0x9112
///|
pub const GL_OBJECT_TYPE_APPLE : UInt = 0x9112
///|
pub const GL_SYNC_CONDITION : UInt = 0x9113
///|
pub const GL_SYNC_CONDITION_APPLE : UInt = 0x9113
///|
pub const GL_SYNC_STATUS : UInt = 0x9114
///|
pub const GL_SYNC_STATUS_APPLE : UInt = 0x9114
///|
pub const GL_SYNC_FLAGS : UInt = 0x9115
///|
pub const GL_SYNC_FLAGS_APPLE : UInt = 0x9115
///|
pub const GL_SYNC_FENCE : UInt = 0x9116
///|
pub const GL_SYNC_FENCE_APPLE : UInt = 0x9116
///|
pub const GL_SYNC_GPU_COMMANDS_COMPLETE : UInt = 0x9117
///|
pub const GL_SYNC_GPU_COMMANDS_COMPLETE_APPLE : UInt = 0x9117
///|
pub const GL_UNSIGNALED : UInt = 0x9118
///|
pub const GL_UNSIGNALED_APPLE : UInt = 0x9118
///|
pub const GL_SIGNALED : UInt = 0x9119
///|
pub const GL_SIGNALED_APPLE : UInt = 0x9119
///|
pub const GL_ALREADY_SIGNALED : UInt = 0x911A
///|
pub const GL_ALREADY_SIGNALED_APPLE : UInt = 0x911A
///|
pub const GL_TIMEOUT_EXPIRED : UInt = 0x911B
///|
pub const GL_TIMEOUT_EXPIRED_APPLE : UInt = 0x911B
///|
pub const GL_CONDITION_SATISFIED : UInt = 0x911C
///|
pub const GL_CONDITION_SATISFIED_APPLE : UInt = 0x911C
///|
pub const GL_WAIT_FAILED : UInt = 0x911D
///|
pub const GL_WAIT_FAILED_APPLE : UInt = 0x911D
///|
pub const GL_BUFFER_ACCESS_FLAGS : UInt = 0x911F
///|
pub const GL_BUFFER_MAP_LENGTH : UInt = 0x9120
///|
pub const GL_BUFFER_MAP_OFFSET : UInt = 0x9121
///|
pub const GL_MAX_VERTEX_OUTPUT_COMPONENTS : UInt = 0x9122
///|
pub const GL_MAX_GEOMETRY_INPUT_COMPONENTS : UInt = 0x9123
///|
pub const GL_MAX_GEOMETRY_INPUT_COMPONENTS_EXT : UInt = 0x9123
///|
pub const GL_MAX_GEOMETRY_INPUT_COMPONENTS_OES : UInt = 0x9123
///|
pub const GL_MAX_GEOMETRY_OUTPUT_COMPONENTS : UInt = 0x9124
///|
pub const GL_MAX_GEOMETRY_OUTPUT_COMPONENTS_EXT : UInt = 0x9124
///|
pub const GL_MAX_GEOMETRY_OUTPUT_COMPONENTS_OES : UInt = 0x9124
///|
pub const GL_MAX_FRAGMENT_INPUT_COMPONENTS : UInt = 0x9125
///|
pub const GL_CONTEXT_PROFILE_MASK : UInt = 0x9126
///|
pub const GL_UNPACK_COMPRESSED_BLOCK_WIDTH : UInt = 0x9127
///|
pub const GL_UNPACK_COMPRESSED_BLOCK_HEIGHT : UInt = 0x9128
///|
pub const GL_UNPACK_COMPRESSED_BLOCK_DEPTH : UInt = 0x9129
///|
pub const GL_UNPACK_COMPRESSED_BLOCK_SIZE : UInt = 0x912A
///|
pub const GL_PACK_COMPRESSED_BLOCK_WIDTH : UInt = 0x912B
///|
pub const GL_PACK_COMPRESSED_BLOCK_HEIGHT : UInt = 0x912C
///|
pub const GL_PACK_COMPRESSED_BLOCK_DEPTH : UInt = 0x912D
///|
pub const GL_PACK_COMPRESSED_BLOCK_SIZE : UInt = 0x912E
///|
pub const GL_TEXTURE_IMMUTABLE_FORMAT : UInt = 0x912F
///|
pub const GL_TEXTURE_IMMUTABLE_FORMAT_EXT : UInt = 0x912F
///|
pub const GL_SGX_PROGRAM_BINARY_IMG : UInt = 0x9130
///|
pub const GL_RENDERBUFFER_SAMPLES_IMG : UInt = 0x9133
///|
pub const GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE_IMG : UInt = 0x9134
///|
pub const GL_MAX_SAMPLES_IMG : UInt = 0x9135
///|
pub const GL_TEXTURE_SAMPLES_IMG : UInt = 0x9136
///|
pub const GL_COMPRESSED_RGBA_PVRTC_2BPPV2_IMG : UInt = 0x9137
///|
pub const GL_COMPRESSED_RGBA_PVRTC_4BPPV2_IMG : UInt = 0x9138
///|
pub const GL_CUBIC_IMG : UInt = 0x9139
///|
pub const GL_CUBIC_MIPMAP_NEAREST_IMG : UInt = 0x913A
///|
pub const GL_CUBIC_MIPMAP_LINEAR_IMG : UInt = 0x913B
///|
pub const GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE_AND_DOWNSAMPLE_IMG : UInt = 0x913C
///|
pub const GL_NUM_DOWNSAMPLE_SCALES_IMG : UInt = 0x913D
///|
pub const GL_DOWNSAMPLE_SCALES_IMG : UInt = 0x913E
///|
pub const GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_SCALE_IMG : UInt = 0x913F
///|
pub const GL_MAX_DEBUG_MESSAGE_LENGTH : UInt = 0x9143
///|
pub const GL_MAX_DEBUG_MESSAGE_LENGTH_AMD : UInt = 0x9143
///|
pub const GL_MAX_DEBUG_MESSAGE_LENGTH_ARB : UInt = 0x9143
///|
pub const GL_MAX_DEBUG_MESSAGE_LENGTH_KHR : UInt = 0x9143
///|
pub const GL_MAX_DEBUG_LOGGED_MESSAGES : UInt = 0x9144
///|
pub const GL_MAX_DEBUG_LOGGED_MESSAGES_AMD : UInt = 0x9144
///|
pub const GL_MAX_DEBUG_LOGGED_MESSAGES_ARB : UInt = 0x9144
///|
pub const GL_MAX_DEBUG_LOGGED_MESSAGES_KHR : UInt = 0x9144
///|
pub const GL_DEBUG_LOGGED_MESSAGES : UInt = 0x9145
///|
pub const GL_DEBUG_LOGGED_MESSAGES_AMD : UInt = 0x9145
///|
pub const GL_DEBUG_LOGGED_MESSAGES_ARB : UInt = 0x9145
///|
pub const GL_DEBUG_LOGGED_MESSAGES_KHR : UInt = 0x9145
///|
pub const GL_DEBUG_SEVERITY_HIGH : UInt = 0x9146
///|
pub const GL_DEBUG_SEVERITY_HIGH_AMD : UInt = 0x9146
///|
pub const GL_DEBUG_SEVERITY_HIGH_ARB : UInt = 0x9146
///|
pub const GL_DEBUG_SEVERITY_HIGH_KHR : UInt = 0x9146
///|
pub const GL_DEBUG_SEVERITY_MEDIUM : UInt = 0x9147
///|
pub const GL_DEBUG_SEVERITY_MEDIUM_AMD : UInt = 0x9147
///|
pub const GL_DEBUG_SEVERITY_MEDIUM_ARB : UInt = 0x9147
///|
pub const GL_DEBUG_SEVERITY_MEDIUM_KHR : UInt = 0x9147
///|
pub const GL_DEBUG_SEVERITY_LOW : UInt = 0x9148
///|
pub const GL_DEBUG_SEVERITY_LOW_AMD : UInt = 0x9148
///|
pub const GL_DEBUG_SEVERITY_LOW_ARB : UInt = 0x9148
///|
pub const GL_DEBUG_SEVERITY_LOW_KHR : UInt = 0x9148
///|
pub const GL_DEBUG_CATEGORY_API_ERROR_AMD : UInt = 0x9149
///|
pub const GL_DEBUG_CATEGORY_WINDOW_SYSTEM_AMD : UInt = 0x914A
///|
pub const GL_DEBUG_CATEGORY_DEPRECATION_AMD : UInt = 0x914B
///|
pub const GL_DEBUG_CATEGORY_UNDEFINED_BEHAVIOR_AMD : UInt = 0x914C
///|
pub const GL_DEBUG_CATEGORY_PERFORMANCE_AMD : UInt = 0x914D
///|
pub const GL_DEBUG_CATEGORY_SHADER_COMPILER_AMD : UInt = 0x914E
///|
pub const GL_DEBUG_CATEGORY_APPLICATION_AMD : UInt = 0x914F
///|
pub const GL_DEBUG_CATEGORY_OTHER_AMD : UInt = 0x9150
///|
pub const GL_BUFFER_OBJECT_EXT : UInt = 0x9151
///|
pub const GL_DATA_BUFFER_AMD : UInt = 0x9151
///|
pub const GL_PERFORMANCE_MONITOR_AMD : UInt = 0x9152
///|
pub const GL_QUERY_OBJECT_AMD : UInt = 0x9153
///|
pub const GL_QUERY_OBJECT_EXT : UInt = 0x9153
///|
pub const GL_VERTEX_ARRAY_OBJECT_AMD : UInt = 0x9154
///|
pub const GL_VERTEX_ARRAY_OBJECT_EXT : UInt = 0x9154
///|
pub const GL_SAMPLER_OBJECT_AMD : UInt = 0x9155
///|
pub const GL_EXTERNAL_VIRTUAL_MEMORY_BUFFER_AMD : UInt = 0x9160
///|
pub const GL_QUERY_BUFFER : UInt = 0x9192
///|
pub const GL_QUERY_BUFFER_AMD : UInt = 0x9192
///|
pub const GL_QUERY_BUFFER_BINDING : UInt = 0x9193
///|
pub const GL_QUERY_BUFFER_BINDING_AMD : UInt = 0x9193
///|
pub const GL_QUERY_RESULT_NO_WAIT : UInt = 0x9194
///|
pub const GL_QUERY_RESULT_NO_WAIT_AMD : UInt = 0x9194
///|
pub const GL_VIRTUAL_PAGE_SIZE_X_ARB : UInt = 0x9195
///|
pub const GL_VIRTUAL_PAGE_SIZE_X_EXT : UInt = 0x9195
///|
pub const GL_VIRTUAL_PAGE_SIZE_X_AMD : UInt = 0x9195
///|
pub const GL_VIRTUAL_PAGE_SIZE_Y_ARB : UInt = 0x9196
///|
pub const GL_VIRTUAL_PAGE_SIZE_Y_EXT : UInt = 0x9196
///|
pub const GL_VIRTUAL_PAGE_SIZE_Y_AMD : UInt = 0x9196
///|
pub const GL_VIRTUAL_PAGE_SIZE_Z_ARB : UInt = 0x9197
///|
pub const GL_VIRTUAL_PAGE_SIZE_Z_EXT : UInt = 0x9197
///|
pub const GL_VIRTUAL_PAGE_SIZE_Z_AMD : UInt = 0x9197
///|
pub const GL_MAX_SPARSE_TEXTURE_SIZE_ARB : UInt = 0x9198
///|
pub const GL_MAX_SPARSE_TEXTURE_SIZE_EXT : UInt = 0x9198
///|
pub const GL_MAX_SPARSE_TEXTURE_SIZE_AMD : UInt = 0x9198
///|
pub const GL_MAX_SPARSE_3D_TEXTURE_SIZE_ARB : UInt = 0x9199
///|
pub const GL_MAX_SPARSE_3D_TEXTURE_SIZE_EXT : UInt = 0x9199
///|
pub const GL_MAX_SPARSE_3D_TEXTURE_SIZE_AMD : UInt = 0x9199
///|
pub const GL_MAX_SPARSE_ARRAY_TEXTURE_LAYERS : UInt = 0x919A
///|
pub const GL_MAX_SPARSE_ARRAY_TEXTURE_LAYERS_ARB : UInt = 0x919A
///|
pub const GL_MAX_SPARSE_ARRAY_TEXTURE_LAYERS_EXT : UInt = 0x919A
///|
pub const GL_MIN_SPARSE_LEVEL_AMD : UInt = 0x919B
///|
pub const GL_MIN_LOD_WARNING_AMD : UInt = 0x919C
///|
pub const GL_TEXTURE_BUFFER_OFFSET : UInt = 0x919D
///|
pub const GL_TEXTURE_BUFFER_OFFSET_EXT : UInt = 0x919D
///|
pub const GL_TEXTURE_BUFFER_OFFSET_OES : UInt = 0x919D
///|
pub const GL_TEXTURE_BUFFER_SIZE : UInt = 0x919E
///|
pub const GL_TEXTURE_BUFFER_SIZE_EXT : UInt = 0x919E
///|
pub const GL_TEXTURE_BUFFER_SIZE_OES : UInt = 0x919E
///|
pub const GL_TEXTURE_BUFFER_OFFSET_ALIGNMENT : UInt = 0x919F
///|
pub const GL_TEXTURE_BUFFER_OFFSET_ALIGNMENT_EXT : UInt = 0x919F
///|
pub const GL_TEXTURE_BUFFER_OFFSET_ALIGNMENT_OES : UInt = 0x919F
///|
pub const GL_STREAM_RASTERIZATION_AMD : UInt = 0x91A0
///|
pub const GL_VERTEX_ELEMENT_SWIZZLE_AMD : UInt = 0x91A4
///|
pub const GL_VERTEX_ID_SWIZZLE_AMD : UInt = 0x91A5
///|
pub const GL_TEXTURE_SPARSE_ARB : UInt = 0x91A6
///|
pub const GL_TEXTURE_SPARSE_EXT : UInt = 0x91A6
///|
pub const GL_VIRTUAL_PAGE_SIZE_INDEX_ARB : UInt = 0x91A7
///|
pub const GL_VIRTUAL_PAGE_SIZE_INDEX_EXT : UInt = 0x91A7
///|
pub const GL_NUM_VIRTUAL_PAGE_SIZES_ARB : UInt = 0x91A8
///|
pub const GL_NUM_VIRTUAL_PAGE_SIZES_EXT : UInt = 0x91A8
///|
pub const GL_SPARSE_TEXTURE_FULL_ARRAY_CUBE_MIPMAPS_ARB : UInt = 0x91A9
///|
pub const GL_SPARSE_TEXTURE_FULL_ARRAY_CUBE_MIPMAPS_EXT : UInt = 0x91A9
///|
pub const GL_NUM_SPARSE_LEVELS_ARB : UInt = 0x91AA
///|
pub const GL_NUM_SPARSE_LEVELS_EXT : UInt = 0x91AA
///|
pub const GL_PIXELS_PER_SAMPLE_PATTERN_X_AMD : UInt = 0x91AE
///|
pub const GL_PIXELS_PER_SAMPLE_PATTERN_Y_AMD : UInt = 0x91AF
///|
pub const GL_MAX_SHADER_COMPILER_THREADS_KHR : UInt = 0x91B0
///|
pub const GL_MAX_SHADER_COMPILER_THREADS_ARB : UInt = 0x91B0
///|
pub const GL_COMPLETION_STATUS_KHR : UInt = 0x91B1
///|
pub const GL_COMPLETION_STATUS_ARB : UInt = 0x91B1
///|
pub const GL_RENDERBUFFER_STORAGE_SAMPLES_AMD : UInt = 0x91B2
///|
pub const GL_MAX_COLOR_FRAMEBUFFER_SAMPLES_AMD : UInt = 0x91B3
///|
pub const GL_MAX_COLOR_FRAMEBUFFER_STORAGE_SAMPLES_AMD : UInt = 0x91B4
///|
pub const GL_MAX_DEPTH_STENCIL_FRAMEBUFFER_SAMPLES_AMD : UInt = 0x91B5
///|
pub const GL_NUM_SUPPORTED_MULTISAMPLE_MODES_AMD : UInt = 0x91B6
///|
pub const GL_SUPPORTED_MULTISAMPLE_MODES_AMD : UInt = 0x91B7
///|
pub const GL_COMPUTE_SHADER : UInt = 0x91B9
///|
pub const GL_MAX_COMPUTE_UNIFORM_BLOCKS : UInt = 0x91BB
///|
pub const GL_MAX_COMPUTE_TEXTURE_IMAGE_UNITS : UInt = 0x91BC
///|
pub const GL_MAX_COMPUTE_IMAGE_UNIFORMS : UInt = 0x91BD
///|
pub const GL_MAX_COMPUTE_WORK_GROUP_COUNT : UInt = 0x91BE
///|
pub const GL_MAX_COMPUTE_WORK_GROUP_SIZE : UInt = 0x91BF
///|
pub const GL_MAX_COMPUTE_FIXED_GROUP_SIZE_ARB : UInt = 0x91BF
///|
pub const GL_FLOAT16_MAT2_AMD : UInt = 0x91C5
///|
pub const GL_FLOAT16_MAT3_AMD : UInt = 0x91C6
///|
pub const GL_FLOAT16_MAT4_AMD : UInt = 0x91C7
///|
pub const GL_FLOAT16_MAT2x3_AMD : UInt = 0x91C8
///|
pub const GL_FLOAT16_MAT2x4_AMD : UInt = 0x91C9
///|
pub const GL_FLOAT16_MAT3x2_AMD : UInt = 0x91CA
///|
pub const GL_FLOAT16_MAT3x4_AMD : UInt = 0x91CB
///|
pub const GL_FLOAT16_MAT4x2_AMD : UInt = 0x91CC
///|
pub const GL_FLOAT16_MAT4x3_AMD : UInt = 0x91CD
///|
pub const GL_UNPACK_FLIP_Y_WEBGL : UInt = 0x9240
///|
pub const GL_UNPACK_PREMULTIPLY_ALPHA_WEBGL : UInt = 0x9241
///|
pub const GL_CONTEXT_LOST_WEBGL : UInt = 0x9242
///|
pub const GL_UNPACK_COLORSPACE_CONVERSION_WEBGL : UInt = 0x9243
///|
pub const GL_BROWSER_DEFAULT_WEBGL : UInt = 0x9244
///|
pub const GL_UNMASKED_VENDOR_WEBGL : UInt = 0x9245
///|
pub const GL_UNMASKED_RENDERER_WEBGL : UInt = 0x9246
///|
pub const GL_MAX_CLIENT_WAIT_TIMEOUT_WEBGL : UInt = 0x9247
///|
pub const GL_TEXTURE_VIDEO_IMAGE_WEBGL : UInt = 0x9248
///|
pub const GL_SAMPLER_VIDEO_IMAGE_WEBGL : UInt = 0x9249
///|
pub const GL_SHADER_BINARY_DMP : UInt = 0x9250
///|
pub const GL_SMAPHS30_PROGRAM_BINARY_DMP : UInt = 0x9251
///|
pub const GL_SMAPHS_PROGRAM_BINARY_DMP : UInt = 0x9252
///|
pub const GL_DMP_PROGRAM_BINARY_DMP : UInt = 0x9253
///|
pub const GL_GCCSO_SHADER_BINARY_FJ : UInt = 0x9260
///|
pub const GL_COMPRESSED_R11_EAC : UInt = 0x9270
///|
pub const GL_COMPRESSED_R11_EAC_OES : UInt = 0x9270
///|
pub const GL_COMPRESSED_SIGNED_R11_EAC : UInt = 0x9271
///|
pub const GL_COMPRESSED_SIGNED_R11_EAC_OES : UInt = 0x9271
///|
pub const GL_COMPRESSED_RG11_EAC : UInt = 0x9272
///|
pub const GL_COMPRESSED_RG11_EAC_OES : UInt = 0x9272
///|
pub const GL_COMPRESSED_SIGNED_RG11_EAC : UInt = 0x9273
///|
pub const GL_COMPRESSED_SIGNED_RG11_EAC_OES : UInt = 0x9273
///|
pub const GL_COMPRESSED_RGB8_ETC2 : UInt = 0x9274
///|
pub const GL_COMPRESSED_RGB8_ETC2_OES : UInt = 0x9274
///|
pub const GL_COMPRESSED_SRGB8_ETC2 : UInt = 0x9275
///|
pub const GL_COMPRESSED_SRGB8_ETC2_OES : UInt = 0x9275
///|
pub const GL_COMPRESSED_RGB8_PUNCHTHROUGH_ALPHA1_ETC2 : UInt = 0x9276
///|
pub const GL_COMPRESSED_RGB8_PUNCHTHROUGH_ALPHA1_ETC2_OES : UInt = 0x9276
///|
pub const GL_COMPRESSED_SRGB8_PUNCHTHROUGH_ALPHA1_ETC2 : UInt = 0x9277
///|
pub const GL_COMPRESSED_SRGB8_PUNCHTHROUGH_ALPHA1_ETC2_OES : UInt = 0x9277
///|
pub const GL_COMPRESSED_RGBA8_ETC2_EAC : UInt = 0x9278
///|
pub const GL_COMPRESSED_RGBA8_ETC2_EAC_OES : UInt = 0x9278
///|
pub const GL_COMPRESSED_SRGB8_ALPHA8_ETC2_EAC : UInt = 0x9279
///|
pub const GL_COMPRESSED_SRGB8_ALPHA8_ETC2_EAC_OES : UInt = 0x9279
///|
pub const GL_BLEND_PREMULTIPLIED_SRC_NV : UInt = 0x9280
///|
pub const GL_BLEND_OVERLAP_NV : UInt = 0x9281
///|
pub const GL_UNCORRELATED_NV : UInt = 0x9282
///|
pub const GL_DISJOINT_NV : UInt = 0x9283
///|
pub const GL_CONJOINT_NV : UInt = 0x9284
///|
pub const GL_BLEND_ADVANCED_COHERENT_KHR : UInt = 0x9285
///|
pub const GL_BLEND_ADVANCED_COHERENT_NV : UInt = 0x9285
///|
pub const GL_SRC_NV : UInt = 0x9286
///|
pub const GL_DST_NV : UInt = 0x9287
///|
pub const GL_SRC_OVER_NV : UInt = 0x9288
///|
pub const GL_DST_OVER_NV : UInt = 0x9289
///|
pub const GL_SRC_IN_NV : UInt = 0x928A
///|
pub const GL_DST_IN_NV : UInt = 0x928B
///|
pub const GL_SRC_OUT_NV : UInt = 0x928C
///|
pub const GL_DST_OUT_NV : UInt = 0x928D
///|
pub const GL_SRC_ATOP_NV : UInt = 0x928E
///|
pub const GL_DST_ATOP_NV : UInt = 0x928F
///|
pub const GL_PLUS_NV : UInt = 0x9291
///|
pub const GL_PLUS_DARKER_NV : UInt = 0x9292
///|
pub const GL_MULTIPLY : UInt = 0x9294
///|
pub const GL_MULTIPLY_KHR : UInt = 0x9294
///|
pub const GL_MULTIPLY_NV : UInt = 0x9294
///|
pub const GL_SCREEN : UInt = 0x9295
///|
pub const GL_SCREEN_KHR : UInt = 0x9295
///|
pub const GL_SCREEN_NV : UInt = 0x9295
///|
pub const GL_OVERLAY : UInt = 0x9296
///|
pub const GL_OVERLAY_KHR : UInt = 0x9296
///|
pub const GL_OVERLAY_NV : UInt = 0x9296
///|
pub const GL_DARKEN : UInt = 0x9297
///|
pub const GL_DARKEN_KHR : UInt = 0x9297
///|
pub const GL_DARKEN_NV : UInt = 0x9297
///|
pub const GL_LIGHTEN : UInt = 0x9298
///|
pub const GL_LIGHTEN_KHR : UInt = 0x9298
///|
pub const GL_LIGHTEN_NV : UInt = 0x9298
///|
pub const GL_COLORDODGE : UInt = 0x9299
///|
pub const GL_COLORDODGE_KHR : UInt = 0x9299
///|
pub const GL_COLORDODGE_NV : UInt = 0x9299
///|
pub const GL_COLORBURN : UInt = 0x929A
///|
pub const GL_COLORBURN_KHR : UInt = 0x929A
///|
pub const GL_COLORBURN_NV : UInt = 0x929A
///|
pub const GL_HARDLIGHT : UInt = 0x929B
///|
pub const GL_HARDLIGHT_KHR : UInt = 0x929B
///|
pub const GL_HARDLIGHT_NV : UInt = 0x929B
///|
pub const GL_SOFTLIGHT : UInt = 0x929C
///|
pub const GL_SOFTLIGHT_KHR : UInt = 0x929C
///|
pub const GL_SOFTLIGHT_NV : UInt = 0x929C
///|
pub const GL_DIFFERENCE : UInt = 0x929E
///|
pub const GL_DIFFERENCE_KHR : UInt = 0x929E
///|
pub const GL_DIFFERENCE_NV : UInt = 0x929E
///|
pub const GL_MINUS_NV : UInt = 0x929F
///|
pub const GL_EXCLUSION : UInt = 0x92A0
///|
pub const GL_EXCLUSION_KHR : UInt = 0x92A0
///|
pub const GL_EXCLUSION_NV : UInt = 0x92A0
///|
pub const GL_CONTRAST_NV : UInt = 0x92A1
///|
pub const GL_INVERT_RGB_NV : UInt = 0x92A3
///|
pub const GL_LINEARDODGE_NV : UInt = 0x92A4
///|
pub const GL_LINEARBURN_NV : UInt = 0x92A5
///|
pub const GL_VIVIDLIGHT_NV : UInt = 0x92A6
///|
pub const GL_LINEARLIGHT_NV : UInt = 0x92A7
///|
pub const GL_PINLIGHT_NV : UInt = 0x92A8
///|
pub const GL_HARDMIX_NV : UInt = 0x92A9
///|
pub const GL_HSL_HUE : UInt = 0x92AD
///|
pub const GL_HSL_HUE_KHR : UInt = 0x92AD
///|
pub const GL_HSL_HUE_NV : UInt = 0x92AD
///|
pub const GL_HSL_SATURATION : UInt = 0x92AE
///|
pub const GL_HSL_SATURATION_KHR : UInt = 0x92AE
///|
pub const GL_HSL_SATURATION_NV : UInt = 0x92AE
///|
pub const GL_HSL_COLOR : UInt = 0x92AF
///|
pub const GL_HSL_COLOR_KHR : UInt = 0x92AF
///|
pub const GL_HSL_COLOR_NV : UInt = 0x92AF
///|
pub const GL_HSL_LUMINOSITY : UInt = 0x92B0
///|
pub const GL_HSL_LUMINOSITY_KHR : UInt = 0x92B0
///|
pub const GL_HSL_LUMINOSITY_NV : UInt = 0x92B0
///|
pub const GL_PLUS_CLAMPED_NV : UInt = 0x92B1
///|
pub const GL_PLUS_CLAMPED_ALPHA_NV : UInt = 0x92B2
///|
pub const GL_MINUS_CLAMPED_NV : UInt = 0x92B3
///|
pub const GL_INVERT_OVG_NV : UInt = 0x92B4
///|
pub const GL_MAX_LGPU_GPUS_NVX : UInt = 0x92BA
///|
pub const GL_MULTICAST_GPUS_NV : UInt = 0x92BA
///|
pub const GL_PURGED_CONTEXT_RESET_NV : UInt = 0x92BB
///|
pub const GL_PRIMITIVE_BOUNDING_BOX_ARB : UInt = 0x92BE
///|
pub const GL_PRIMITIVE_BOUNDING_BOX : UInt = 0x92BE
///|
pub const GL_PRIMITIVE_BOUNDING_BOX_EXT : UInt = 0x92BE
///|
pub const GL_PRIMITIVE_BOUNDING_BOX_OES : UInt = 0x92BE
///|
pub const GL_ALPHA_TO_COVERAGE_DITHER_MODE_NV : UInt = 0x92BF
///|
pub const GL_ATOMIC_COUNTER_BUFFER : UInt = 0x92C0
///|
pub const GL_ATOMIC_COUNTER_BUFFER_BINDING : UInt = 0x92C1
///|
pub const GL_ATOMIC_COUNTER_BUFFER_START : UInt = 0x92C2
///|
pub const GL_ATOMIC_COUNTER_BUFFER_SIZE : UInt = 0x92C3
///|
pub const GL_ATOMIC_COUNTER_BUFFER_DATA_SIZE : UInt = 0x92C4
///|
pub const GL_ATOMIC_COUNTER_BUFFER_ACTIVE_ATOMIC_COUNTERS : UInt = 0x92C5
///|
pub const GL_ATOMIC_COUNTER_BUFFER_ACTIVE_ATOMIC_COUNTER_INDICES : UInt = 0x92C6
///|
pub const GL_ATOMIC_COUNTER_BUFFER_REFERENCED_BY_VERTEX_SHADER : UInt = 0x92C7
///|
pub const GL_ATOMIC_COUNTER_BUFFER_REFERENCED_BY_TESS_CONTROL_SHADER : UInt = 0x92C8
///|
pub const GL_ATOMIC_COUNTER_BUFFER_REFERENCED_BY_TESS_EVALUATION_SHADER : UInt = 0x92C9
///|
pub const GL_ATOMIC_COUNTER_BUFFER_REFERENCED_BY_GEOMETRY_SHADER : UInt = 0x92CA
///|
pub const GL_ATOMIC_COUNTER_BUFFER_REFERENCED_BY_FRAGMENT_SHADER : UInt = 0x92CB
///|
pub const GL_MAX_VERTEX_ATOMIC_COUNTER_BUFFERS : UInt = 0x92CC
///|
pub const GL_MAX_TESS_CONTROL_ATOMIC_COUNTER_BUFFERS : UInt = 0x92CD
///|
pub const GL_MAX_TESS_CONTROL_ATOMIC_COUNTER_BUFFERS_EXT : UInt = 0x92CD
///|
pub const GL_MAX_TESS_CONTROL_ATOMIC_COUNTER_BUFFERS_OES : UInt = 0x92CD
///|
pub const GL_MAX_TESS_EVALUATION_ATOMIC_COUNTER_BUFFERS : UInt = 0x92CE
///|
pub const GL_MAX_TESS_EVALUATION_ATOMIC_COUNTER_BUFFERS_EXT : UInt = 0x92CE
///|
pub const GL_MAX_TESS_EVALUATION_ATOMIC_COUNTER_BUFFERS_OES : UInt = 0x92CE
///|
pub const GL_MAX_GEOMETRY_ATOMIC_COUNTER_BUFFERS : UInt = 0x92CF
///|
pub const GL_MAX_GEOMETRY_ATOMIC_COUNTER_BUFFERS_EXT : UInt = 0x92CF
///|
pub const GL_MAX_GEOMETRY_ATOMIC_COUNTER_BUFFERS_OES : UInt = 0x92CF
///|
pub const GL_MAX_FRAGMENT_ATOMIC_COUNTER_BUFFERS : UInt = 0x92D0
///|
pub const GL_MAX_COMBINED_ATOMIC_COUNTER_BUFFERS : UInt = 0x92D1
///|
pub const GL_MAX_VERTEX_ATOMIC_COUNTERS : UInt = 0x92D2
///|
pub const GL_MAX_TESS_CONTROL_ATOMIC_COUNTERS : UInt = 0x92D3
///|
pub const GL_MAX_TESS_CONTROL_ATOMIC_COUNTERS_EXT : UInt = 0x92D3
///|
pub const GL_MAX_TESS_CONTROL_ATOMIC_COUNTERS_OES : UInt = 0x92D3
///|
pub const GL_MAX_TESS_EVALUATION_ATOMIC_COUNTERS : UInt = 0x92D4
///|
pub const GL_MAX_TESS_EVALUATION_ATOMIC_COUNTERS_EXT : UInt = 0x92D4
///|
pub const GL_MAX_TESS_EVALUATION_ATOMIC_COUNTERS_OES : UInt = 0x92D4
///|
pub const GL_MAX_GEOMETRY_ATOMIC_COUNTERS : UInt = 0x92D5
///|
pub const GL_MAX_GEOMETRY_ATOMIC_COUNTERS_EXT : UInt = 0x92D5
///|
pub const GL_MAX_GEOMETRY_ATOMIC_COUNTERS_OES : UInt = 0x92D5
///|
pub const GL_MAX_FRAGMENT_ATOMIC_COUNTERS : UInt = 0x92D6
///|
pub const GL_MAX_COMBINED_ATOMIC_COUNTERS : UInt = 0x92D7
///|
pub const GL_MAX_ATOMIC_COUNTER_BUFFER_SIZE : UInt = 0x92D8
///|
pub const GL_ACTIVE_ATOMIC_COUNTER_BUFFERS : UInt = 0x92D9
///|
pub const GL_UNIFORM_ATOMIC_COUNTER_BUFFER_INDEX : UInt = 0x92DA
///|
pub const GL_UNSIGNED_INT_ATOMIC_COUNTER : UInt = 0x92DB
///|
pub const GL_MAX_ATOMIC_COUNTER_BUFFER_BINDINGS : UInt = 0x92DC
///|
pub const GL_FRAGMENT_COVERAGE_TO_COLOR_NV : UInt = 0x92DD
///|
pub const GL_FRAGMENT_COVERAGE_COLOR_NV : UInt = 0x92DE
///|
pub const GL_MESH_OUTPUT_PER_VERTEX_GRANULARITY_EXT : UInt = 0x92DF
///|
pub const GL_MESH_OUTPUT_PER_VERTEX_GRANULARITY_NV : UInt = 0x92DF
///|
pub const GL_DEBUG_OUTPUT : UInt = 0x92E0
///|
pub const GL_DEBUG_OUTPUT_KHR : UInt = 0x92E0
///|
pub const GL_UNIFORM : UInt = 0x92E1
///|
pub const GL_UNIFORM_BLOCK : UInt = 0x92E2
///|
pub const GL_PROGRAM_INPUT : UInt = 0x92E3
///|
pub const GL_PROGRAM_OUTPUT : UInt = 0x92E4
///|
pub const GL_BUFFER_VARIABLE : UInt = 0x92E5
///|
pub const GL_SHADER_STORAGE_BLOCK : UInt = 0x92E6
///|
pub const GL_IS_PER_PATCH : UInt = 0x92E7
///|
pub const GL_IS_PER_PATCH_EXT : UInt = 0x92E7
///|
pub const GL_IS_PER_PATCH_OES : UInt = 0x92E7
///|
pub const GL_VERTEX_SUBROUTINE : UInt = 0x92E8
///|
pub const GL_TESS_CONTROL_SUBROUTINE : UInt = 0x92E9
///|
pub const GL_TESS_EVALUATION_SUBROUTINE : UInt = 0x92EA
///|
pub const GL_GEOMETRY_SUBROUTINE : UInt = 0x92EB
///|
pub const GL_FRAGMENT_SUBROUTINE : UInt = 0x92EC
///|
pub const GL_COMPUTE_SUBROUTINE : UInt = 0x92ED
///|
pub const GL_VERTEX_SUBROUTINE_UNIFORM : UInt = 0x92EE
///|
pub const GL_TESS_CONTROL_SUBROUTINE_UNIFORM : UInt = 0x92EF
///|
pub const GL_TESS_EVALUATION_SUBROUTINE_UNIFORM : UInt = 0x92F0
///|
pub const GL_GEOMETRY_SUBROUTINE_UNIFORM : UInt = 0x92F1
///|
pub const GL_FRAGMENT_SUBROUTINE_UNIFORM : UInt = 0x92F2
///|
pub const GL_COMPUTE_SUBROUTINE_UNIFORM : UInt = 0x92F3
///|
pub const GL_TRANSFORM_FEEDBACK_VARYING : UInt = 0x92F4
///|
pub const GL_ACTIVE_RESOURCES : UInt = 0x92F5
///|
pub const GL_MAX_NAME_LENGTH : UInt = 0x92F6
///|
pub const GL_MAX_NUM_ACTIVE_VARIABLES : UInt = 0x92F7
///|
pub const GL_MAX_NUM_COMPATIBLE_SUBROUTINES : UInt = 0x92F8
///|
pub const GL_NAME_LENGTH : UInt = 0x92F9
///|
pub const GL_TYPE : UInt = 0x92FA
///|
pub const GL_ARRAY_SIZE : UInt = 0x92FB
///|
pub const GL_OFFSET : UInt = 0x92FC
///|
pub const GL_BLOCK_INDEX : UInt = 0x92FD
///|
pub const GL_ARRAY_STRIDE : UInt = 0x92FE
///|
pub const GL_MATRIX_STRIDE : UInt = 0x92FF
///|
pub const GL_IS_ROW_MAJOR : UInt = 0x9300
///|
pub const GL_ATOMIC_COUNTER_BUFFER_INDEX : UInt = 0x9301
///|
pub const GL_BUFFER_BINDING : UInt = 0x9302
///|
pub const GL_BUFFER_DATA_SIZE : UInt = 0x9303
///|
pub const GL_NUM_ACTIVE_VARIABLES : UInt = 0x9304
///|
pub const GL_ACTIVE_VARIABLES : UInt = 0x9305
///|
pub const GL_REFERENCED_BY_VERTEX_SHADER : UInt = 0x9306
///|
pub const GL_REFERENCED_BY_TESS_CONTROL_SHADER : UInt = 0x9307
///|
pub const GL_REFERENCED_BY_TESS_CONTROL_SHADER_EXT : UInt = 0x9307
///|
pub const GL_REFERENCED_BY_TESS_CONTROL_SHADER_OES : UInt = 0x9307
///|
pub const GL_REFERENCED_BY_TESS_EVALUATION_SHADER : UInt = 0x9308
///|
pub const GL_REFERENCED_BY_TESS_EVALUATION_SHADER_EXT : UInt = 0x9308
///|
pub const GL_REFERENCED_BY_TESS_EVALUATION_SHADER_OES : UInt = 0x9308
///|
pub const GL_REFERENCED_BY_GEOMETRY_SHADER : UInt = 0x9309
///|
pub const GL_REFERENCED_BY_GEOMETRY_SHADER_EXT : UInt = 0x9309
///|
pub const GL_REFERENCED_BY_GEOMETRY_SHADER_OES : UInt = 0x9309
///|
pub const GL_REFERENCED_BY_FRAGMENT_SHADER : UInt = 0x930A
///|
pub const GL_REFERENCED_BY_COMPUTE_SHADER : UInt = 0x930B
///|
pub const GL_TOP_LEVEL_ARRAY_SIZE : UInt = 0x930C
///|
pub const GL_TOP_LEVEL_ARRAY_STRIDE : UInt = 0x930D
///|
pub const GL_LOCATION : UInt = 0x930E
///|
pub const GL_LOCATION_INDEX : UInt = 0x930F
///|
pub const GL_LOCATION_INDEX_EXT : UInt = 0x930F
///|
pub const GL_FRAMEBUFFER_DEFAULT_WIDTH : UInt = 0x9310
///|
pub const GL_FRAMEBUFFER_DEFAULT_HEIGHT : UInt = 0x9311
///|
pub const GL_FRAMEBUFFER_DEFAULT_LAYERS : UInt = 0x9312
///|
pub const GL_FRAMEBUFFER_DEFAULT_LAYERS_EXT : UInt = 0x9312
///|
pub const GL_FRAMEBUFFER_DEFAULT_LAYERS_OES : UInt = 0x9312
///|
pub const GL_FRAMEBUFFER_DEFAULT_SAMPLES : UInt = 0x9313
///|
pub const GL_FRAMEBUFFER_DEFAULT_FIXED_SAMPLE_LOCATIONS : UInt = 0x9314
///|
pub const GL_MAX_FRAMEBUFFER_WIDTH : UInt = 0x9315
///|
pub const GL_MAX_FRAMEBUFFER_HEIGHT : UInt = 0x9316
///|
pub const GL_MAX_FRAMEBUFFER_LAYERS : UInt = 0x9317
///|
pub const GL_MAX_FRAMEBUFFER_LAYERS_EXT : UInt = 0x9317
///|
pub const GL_MAX_FRAMEBUFFER_LAYERS_OES : UInt = 0x9317
///|
pub const GL_MAX_FRAMEBUFFER_SAMPLES : UInt = 0x9318
///|
pub const GL_RASTER_MULTISAMPLE_EXT : UInt = 0x9327
///|
pub const GL_RASTER_SAMPLES_EXT : UInt = 0x9328
///|
pub const GL_MAX_RASTER_SAMPLES_EXT : UInt = 0x9329
///|
pub const GL_RASTER_FIXED_SAMPLE_LOCATIONS_EXT : UInt = 0x932A
///|
pub const GL_MULTISAMPLE_RASTERIZATION_ALLOWED_EXT : UInt = 0x932B
///|
pub const GL_EFFECTIVE_RASTER_SAMPLES_EXT : UInt = 0x932C
///|
pub const GL_DEPTH_SAMPLES_NV : UInt = 0x932D
///|
pub const GL_STENCIL_SAMPLES_NV : UInt = 0x932E
///|
pub const GL_MIXED_DEPTH_SAMPLES_SUPPORTED_NV : UInt = 0x932F
///|
pub const GL_MIXED_STENCIL_SAMPLES_SUPPORTED_NV : UInt = 0x9330
///|
pub const GL_COVERAGE_MODULATION_TABLE_NV : UInt = 0x9331
///|
pub const GL_COVERAGE_MODULATION_NV : UInt = 0x9332
///|
pub const GL_COVERAGE_MODULATION_TABLE_SIZE_NV : UInt = 0x9333
///|
pub const GL_WARP_SIZE_NV : UInt = 0x9339
///|
pub const GL_WARPS_PER_SM_NV : UInt = 0x933A
///|
pub const GL_SM_COUNT_NV : UInt = 0x933B
///|
pub const GL_FILL_RECTANGLE_NV : UInt = 0x933C
///|
pub const GL_SAMPLE_LOCATION_SUBPIXEL_BITS_ARB : UInt = 0x933D
///|
pub const GL_SAMPLE_LOCATION_SUBPIXEL_BITS_NV : UInt = 0x933D
///|
pub const GL_SAMPLE_LOCATION_PIXEL_GRID_WIDTH_ARB : UInt = 0x933E
///|
pub const GL_SAMPLE_LOCATION_PIXEL_GRID_WIDTH_NV : UInt = 0x933E
///|
pub const GL_SAMPLE_LOCATION_PIXEL_GRID_HEIGHT_ARB : UInt = 0x933F
///|
pub const GL_SAMPLE_LOCATION_PIXEL_GRID_HEIGHT_NV : UInt = 0x933F
///|
pub const GL_PROGRAMMABLE_SAMPLE_LOCATION_TABLE_SIZE_ARB : UInt = 0x9340
///|
pub const GL_PROGRAMMABLE_SAMPLE_LOCATION_TABLE_SIZE_NV : UInt = 0x9340
///|
pub const GL_PROGRAMMABLE_SAMPLE_LOCATION_ARB : UInt = 0x9341
///|
pub const GL_PROGRAMMABLE_SAMPLE_LOCATION_NV : UInt = 0x9341
///|
pub const GL_FRAMEBUFFER_PROGRAMMABLE_SAMPLE_LOCATIONS_ARB : UInt = 0x9342
///|
pub const GL_FRAMEBUFFER_PROGRAMMABLE_SAMPLE_LOCATIONS_NV : UInt = 0x9342
///|
pub const GL_FRAMEBUFFER_SAMPLE_LOCATION_PIXEL_GRID_ARB : UInt = 0x9343
///|
pub const GL_FRAMEBUFFER_SAMPLE_LOCATION_PIXEL_GRID_NV : UInt = 0x9343
///|
pub const GL_MAX_COMPUTE_VARIABLE_GROUP_INVOCATIONS_ARB : UInt = 0x9344
///|
pub const GL_MAX_COMPUTE_VARIABLE_GROUP_SIZE_ARB : UInt = 0x9345
///|
pub const GL_CONSERVATIVE_RASTERIZATION_NV : UInt = 0x9346
///|
pub const GL_SUBPIXEL_PRECISION_BIAS_X_BITS_NV : UInt = 0x9347
///|
pub const GL_SUBPIXEL_PRECISION_BIAS_Y_BITS_NV : UInt = 0x9348
///|
pub const GL_MAX_SUBPIXEL_PRECISION_BIAS_BITS_NV : UInt = 0x9349
///|
pub const GL_LOCATION_COMPONENT : UInt = 0x934A
///|
pub const GL_TRANSFORM_FEEDBACK_BUFFER_INDEX : UInt = 0x934B
///|
pub const GL_TRANSFORM_FEEDBACK_BUFFER_STRIDE : UInt = 0x934C
///|
pub const GL_ALPHA_TO_COVERAGE_DITHER_DEFAULT_NV : UInt = 0x934D
///|
pub const GL_ALPHA_TO_COVERAGE_DITHER_ENABLE_NV : UInt = 0x934E
///|
pub const GL_ALPHA_TO_COVERAGE_DITHER_DISABLE_NV : UInt = 0x934F
///|
pub const GL_VIEWPORT_SWIZZLE_POSITIVE_X_NV : UInt = 0x9350
///|
pub const GL_VIEWPORT_SWIZZLE_NEGATIVE_X_NV : UInt = 0x9351
///|
pub const GL_VIEWPORT_SWIZZLE_POSITIVE_Y_NV : UInt = 0x9352
///|
pub const GL_VIEWPORT_SWIZZLE_NEGATIVE_Y_NV : UInt = 0x9353
///|
pub const GL_VIEWPORT_SWIZZLE_POSITIVE_Z_NV : UInt = 0x9354
///|
pub const GL_VIEWPORT_SWIZZLE_NEGATIVE_Z_NV : UInt = 0x9355
///|
pub const GL_VIEWPORT_SWIZZLE_POSITIVE_W_NV : UInt = 0x9356
///|
pub const GL_VIEWPORT_SWIZZLE_NEGATIVE_W_NV : UInt = 0x9357
///|
pub const GL_VIEWPORT_SWIZZLE_X_NV : UInt = 0x9358
///|
pub const GL_VIEWPORT_SWIZZLE_Y_NV : UInt = 0x9359
///|
pub const GL_VIEWPORT_SWIZZLE_Z_NV : UInt = 0x935A
///|
pub const GL_VIEWPORT_SWIZZLE_W_NV : UInt = 0x935B
///|
pub const GL_CLIP_ORIGIN : UInt = 0x935C
///|
pub const GL_CLIP_ORIGIN_EXT : UInt = 0x935C
///|
pub const GL_CLIP_DEPTH_MODE : UInt = 0x935D
///|
pub const GL_CLIP_DEPTH_MODE_EXT : UInt = 0x935D
///|
pub const GL_NEGATIVE_ONE_TO_ONE : UInt = 0x935E
///|
pub const GL_NEGATIVE_ONE_TO_ONE_EXT : UInt = 0x935E
///|
pub const GL_ZERO_TO_ONE : UInt = 0x935F
///|
pub const GL_ZERO_TO_ONE_EXT : UInt = 0x935F
///|
pub const GL_CLEAR_TEXTURE : UInt = 0x9365
///|
pub const GL_TEXTURE_REDUCTION_MODE_ARB : UInt = 0x9366
///|
pub const GL_TEXTURE_REDUCTION_MODE_EXT : UInt = 0x9366
///|
pub const GL_WEIGHTED_AVERAGE_ARB : UInt = 0x9367
///|
pub const GL_WEIGHTED_AVERAGE_EXT : UInt = 0x9367
///|
pub const GL_FONT_GLYPHS_AVAILABLE_NV : UInt = 0x9368
///|
pub const GL_FONT_TARGET_UNAVAILABLE_NV : UInt = 0x9369
///|
pub const GL_FONT_UNAVAILABLE_NV : UInt = 0x936A
///|
pub const GL_FONT_UNINTELLIGIBLE_NV : UInt = 0x936B
///|
pub const GL_STANDARD_FONT_FORMAT_NV : UInt = 0x936C
///|
pub const GL_FRAGMENT_INPUT_NV : UInt = 0x936D
///|
pub const GL_UNIFORM_BUFFER_UNIFIED_NV : UInt = 0x936E
///|
pub const GL_UNIFORM_BUFFER_ADDRESS_NV : UInt = 0x936F
///|
pub const GL_UNIFORM_BUFFER_LENGTH_NV : UInt = 0x9370
///|
pub const GL_MULTISAMPLES_NV : UInt = 0x9371
///|
pub const GL_SUPERSAMPLE_SCALE_X_NV : UInt = 0x9372
///|
pub const GL_SUPERSAMPLE_SCALE_Y_NV : UInt = 0x9373
///|
pub const GL_CONFORMANT_NV : UInt = 0x9374
///|
pub const GL_CONSERVATIVE_RASTER_DILATE_NV : UInt = 0x9379
///|
pub const GL_CONSERVATIVE_RASTER_DILATE_RANGE_NV : UInt = 0x937A
///|
pub const GL_CONSERVATIVE_RASTER_DILATE_GRANULARITY_NV : UInt = 0x937B
///|
pub const GL_VIEWPORT_POSITION_W_SCALE_NV : UInt = 0x937C
///|
pub const GL_VIEWPORT_POSITION_W_SCALE_X_COEFF_NV : UInt = 0x937D
///|
pub const GL_VIEWPORT_POSITION_W_SCALE_Y_COEFF_NV : UInt = 0x937E
///|
pub const GL_REPRESENTATIVE_FRAGMENT_TEST_NV : UInt = 0x937F
///|
pub const GL_NUM_SAMPLE_COUNTS : UInt = 0x9380
///|
pub const GL_MULTISAMPLE_LINE_WIDTH_RANGE_ARB : UInt = 0x9381
///|
pub const GL_MULTISAMPLE_LINE_WIDTH_RANGE : UInt = 0x9381
///|
pub const GL_MULTISAMPLE_LINE_WIDTH_GRANULARITY_ARB : UInt = 0x9382
///|
pub const GL_MULTISAMPLE_LINE_WIDTH_GRANULARITY : UInt = 0x9382
///|
pub const GL_VIEW_CLASS_EAC_R11 : UInt = 0x9383
///|
pub const GL_VIEW_CLASS_EAC_RG11 : UInt = 0x9384
///|
pub const GL_VIEW_CLASS_ETC2_RGB : UInt = 0x9385
///|
pub const GL_VIEW_CLASS_ETC2_RGBA : UInt = 0x9386
///|
pub const GL_VIEW_CLASS_ETC2_EAC_RGBA : UInt = 0x9387
///|
pub const GL_VIEW_CLASS_ASTC_4x4_RGBA : UInt = 0x9388
///|
pub const GL_VIEW_CLASS_ASTC_5x4_RGBA : UInt = 0x9389
///|
pub const GL_VIEW_CLASS_ASTC_5x5_RGBA : UInt = 0x938A
///|
pub const GL_VIEW_CLASS_ASTC_6x5_RGBA : UInt = 0x938B
///|
pub const GL_VIEW_CLASS_ASTC_6x6_RGBA : UInt = 0x938C
///|
pub const GL_VIEW_CLASS_ASTC_8x5_RGBA : UInt = 0x938D
///|
pub const GL_VIEW_CLASS_ASTC_8x6_RGBA : UInt = 0x938E
///|
pub const GL_VIEW_CLASS_ASTC_8x8_RGBA : UInt = 0x938F
///|
pub const GL_VIEW_CLASS_ASTC_10x5_RGBA : UInt = 0x9390
///|
pub const GL_VIEW_CLASS_ASTC_10x6_RGBA : UInt = 0x9391
///|
pub const GL_VIEW_CLASS_ASTC_10x8_RGBA : UInt = 0x9392
///|
pub const GL_VIEW_CLASS_ASTC_10x10_RGBA : UInt = 0x9393
///|
pub const GL_VIEW_CLASS_ASTC_12x10_RGBA : UInt = 0x9394
///|
pub const GL_VIEW_CLASS_ASTC_12x12_RGBA : UInt = 0x9395
///|
pub const GL_TRANSLATED_SHADER_SOURCE_LENGTH_ANGLE : UInt = 0x93A0
///|
pub const GL_BGRA8_EXT : UInt = 0x93A1
///|
pub const GL_TEXTURE_USAGE_ANGLE : UInt = 0x93A2
///|
pub const GL_FRAMEBUFFER_ATTACHMENT_ANGLE : UInt = 0x93A3
///|
pub const GL_PACK_REVERSE_ROW_ORDER_ANGLE : UInt = 0x93A4
///|
pub const GL_PROGRAM_BINARY_ANGLE : UInt = 0x93A6
///|
pub const GL_COMPRESSED_RGBA_ASTC_4x4 : UInt = 0x93B0
///|
pub const GL_COMPRESSED_RGBA_ASTC_4x4_KHR : UInt = 0x93B0
///|
pub const GL_COMPRESSED_RGBA_ASTC_5x4 : UInt = 0x93B1
///|
pub const GL_COMPRESSED_RGBA_ASTC_5x4_KHR : UInt = 0x93B1
///|
pub const GL_COMPRESSED_RGBA_ASTC_5x5 : UInt = 0x93B2
///|
pub const GL_COMPRESSED_RGBA_ASTC_5x5_KHR : UInt = 0x93B2
///|
pub const GL_COMPRESSED_RGBA_ASTC_6x5 : UInt = 0x93B3
///|
pub const GL_COMPRESSED_RGBA_ASTC_6x5_KHR : UInt = 0x93B3
///|
pub const GL_COMPRESSED_RGBA_ASTC_6x6 : UInt = 0x93B4
///|
pub const GL_COMPRESSED_RGBA_ASTC_6x6_KHR : UInt = 0x93B4
///|
pub const GL_COMPRESSED_RGBA_ASTC_8x5 : UInt = 0x93B5
///|
pub const GL_COMPRESSED_RGBA_ASTC_8x5_KHR : UInt = 0x93B5
///|
pub const GL_COMPRESSED_RGBA_ASTC_8x6 : UInt = 0x93B6
///|
pub const GL_COMPRESSED_RGBA_ASTC_8x6_KHR : UInt = 0x93B6
///|
pub const GL_COMPRESSED_RGBA_ASTC_8x8 : UInt = 0x93B7
///|
pub const GL_COMPRESSED_RGBA_ASTC_8x8_KHR : UInt = 0x93B7
///|
pub const GL_COMPRESSED_RGBA_ASTC_10x5 : UInt = 0x93B8
///|
pub const GL_COMPRESSED_RGBA_ASTC_10x5_KHR : UInt = 0x93B8
///|
pub const GL_COMPRESSED_RGBA_ASTC_10x6 : UInt = 0x93B9
///|
pub const GL_COMPRESSED_RGBA_ASTC_10x6_KHR : UInt = 0x93B9
///|
pub const GL_COMPRESSED_RGBA_ASTC_10x8 : UInt = 0x93BA
///|
pub const GL_COMPRESSED_RGBA_ASTC_10x8_KHR : UInt = 0x93BA
///|
pub const GL_COMPRESSED_RGBA_ASTC_10x10 : UInt = 0x93BB
///|
pub const GL_COMPRESSED_RGBA_ASTC_10x10_KHR : UInt = 0x93BB
///|
pub const GL_COMPRESSED_RGBA_ASTC_12x10 : UInt = 0x93BC
///|
pub const GL_COMPRESSED_RGBA_ASTC_12x10_KHR : UInt = 0x93BC
///|
pub const GL_COMPRESSED_RGBA_ASTC_12x12 : UInt = 0x93BD
///|
pub const GL_COMPRESSED_RGBA_ASTC_12x12_KHR : UInt = 0x93BD
///|
pub const GL_COMPRESSED_RGBA_ASTC_3x3x3_OES : UInt = 0x93C0
///|
pub const GL_COMPRESSED_RGBA_ASTC_4x3x3_OES : UInt = 0x93C1
///|
pub const GL_COMPRESSED_RGBA_ASTC_4x4x3_OES : UInt = 0x93C2
///|
pub const GL_COMPRESSED_RGBA_ASTC_4x4x4_OES : UInt = 0x93C3
///|
pub const GL_COMPRESSED_RGBA_ASTC_5x4x4_OES : UInt = 0x93C4
///|
pub const GL_COMPRESSED_RGBA_ASTC_5x5x4_OES : UInt = 0x93C5
///|
pub const GL_COMPRESSED_RGBA_ASTC_5x5x5_OES : UInt = 0x93C6
///|
pub const GL_COMPRESSED_RGBA_ASTC_6x5x5_OES : UInt = 0x93C7
///|
pub const GL_COMPRESSED_RGBA_ASTC_6x6x5_OES : UInt = 0x93C8
///|
pub const GL_COMPRESSED_RGBA_ASTC_6x6x6_OES : UInt = 0x93C9
///|
pub const GL_COMPRESSED_SRGB8_ALPHA8_ASTC_4x4 : UInt = 0x93D0
///|
pub const GL_COMPRESSED_SRGB8_ALPHA8_ASTC_4x4_KHR : UInt = 0x93D0
///|
pub const GL_COMPRESSED_SRGB8_ALPHA8_ASTC_5x4 : UInt = 0x93D1
///|
pub const GL_COMPRESSED_SRGB8_ALPHA8_ASTC_5x4_KHR : UInt = 0x93D1
///|
pub const GL_COMPRESSED_SRGB8_ALPHA8_ASTC_5x5 : UInt = 0x93D2
///|
pub const GL_COMPRESSED_SRGB8_ALPHA8_ASTC_5x5_KHR : UInt = 0x93D2
///|
pub const GL_COMPRESSED_SRGB8_ALPHA8_ASTC_6x5 : UInt = 0x93D3
///|
pub const GL_COMPRESSED_SRGB8_ALPHA8_ASTC_6x5_KHR : UInt = 0x93D3
///|
pub const GL_COMPRESSED_SRGB8_ALPHA8_ASTC_6x6 : UInt = 0x93D4
///|
pub const GL_COMPRESSED_SRGB8_ALPHA8_ASTC_6x6_KHR : UInt = 0x93D4
///|
pub const GL_COMPRESSED_SRGB8_ALPHA8_ASTC_8x5 : UInt = 0x93D5
///|
pub const GL_COMPRESSED_SRGB8_ALPHA8_ASTC_8x5_KHR : UInt = 0x93D5
///|
pub const GL_COMPRESSED_SRGB8_ALPHA8_ASTC_8x6 : UInt = 0x93D6
///|
pub const GL_COMPRESSED_SRGB8_ALPHA8_ASTC_8x6_KHR : UInt = 0x93D6
///|
pub const GL_COMPRESSED_SRGB8_ALPHA8_ASTC_8x8 : UInt = 0x93D7
///|
pub const GL_COMPRESSED_SRGB8_ALPHA8_ASTC_8x8_KHR : UInt = 0x93D7
///|
pub const GL_COMPRESSED_SRGB8_ALPHA8_ASTC_10x5 : UInt = 0x93D8
///|
pub const GL_COMPRESSED_SRGB8_ALPHA8_ASTC_10x5_KHR : UInt = 0x93D8
///|
pub const GL_COMPRESSED_SRGB8_ALPHA8_ASTC_10x6 : UInt = 0x93D9
///|
pub const GL_COMPRESSED_SRGB8_ALPHA8_ASTC_10x6_KHR : UInt = 0x93D9
///|
pub const GL_COMPRESSED_SRGB8_ALPHA8_ASTC_10x8 : UInt = 0x93DA
///|
pub const GL_COMPRESSED_SRGB8_ALPHA8_ASTC_10x8_KHR : UInt = 0x93DA
///|
pub const GL_COMPRESSED_SRGB8_ALPHA8_ASTC_10x10 : UInt = 0x93DB
///|
pub const GL_COMPRESSED_SRGB8_ALPHA8_ASTC_10x10_KHR : UInt = 0x93DB
///|
pub const GL_COMPRESSED_SRGB8_ALPHA8_ASTC_12x10 : UInt = 0x93DC
///|
pub const GL_COMPRESSED_SRGB8_ALPHA8_ASTC_12x10_KHR : UInt = 0x93DC
///|
pub const GL_COMPRESSED_SRGB8_ALPHA8_ASTC_12x12 : UInt = 0x93DD
///|
pub const GL_COMPRESSED_SRGB8_ALPHA8_ASTC_12x12_KHR : UInt = 0x93DD
///|
pub const GL_COMPRESSED_SRGB8_ALPHA8_ASTC_3x3x3_OES : UInt = 0x93E0
///|
pub const GL_COMPRESSED_SRGB8_ALPHA8_ASTC_4x3x3_OES : UInt = 0x93E1
///|
pub const GL_COMPRESSED_SRGB8_ALPHA8_ASTC_4x4x3_OES : UInt = 0x93E2
///|
pub const GL_COMPRESSED_SRGB8_ALPHA8_ASTC_4x4x4_OES : UInt = 0x93E3
///|
pub const GL_COMPRESSED_SRGB8_ALPHA8_ASTC_5x4x4_OES : UInt = 0x93E4
///|
pub const GL_COMPRESSED_SRGB8_ALPHA8_ASTC_5x5x4_OES : UInt = 0x93E5
///|
pub const GL_COMPRESSED_SRGB8_ALPHA8_ASTC_5x5x5_OES : UInt = 0x93E6
///|
pub const GL_COMPRESSED_SRGB8_ALPHA8_ASTC_6x5x5_OES : UInt = 0x93E7
///|
pub const GL_COMPRESSED_SRGB8_ALPHA8_ASTC_6x6x5_OES : UInt = 0x93E8
///|
pub const GL_COMPRESSED_SRGB8_ALPHA8_ASTC_6x6x6_OES : UInt = 0x93E9
///|
pub const GL_COMPRESSED_SRGB_ALPHA_PVRTC_2BPPV2_IMG : UInt = 0x93F0
///|
pub const GL_COMPRESSED_SRGB_ALPHA_PVRTC_4BPPV2_IMG : UInt = 0x93F1
///|
pub const GL_PERFQUERY_COUNTER_EVENT_INTEL : UInt = 0x94F0
///|
pub const GL_PERFQUERY_COUNTER_DURATION_NORM_INTEL : UInt = 0x94F1
///|
pub const GL_PERFQUERY_COUNTER_DURATION_RAW_INTEL : UInt = 0x94F2
///|
pub const GL_PERFQUERY_COUNTER_THROUGHPUT_INTEL : UInt = 0x94F3
///|
pub const GL_PERFQUERY_COUNTER_RAW_INTEL : UInt = 0x94F4
///|
pub const GL_PERFQUERY_COUNTER_TIMESTAMP_INTEL : UInt = 0x94F5
///|
pub const GL_PERFQUERY_COUNTER_DATA_UINT32_INTEL : UInt = 0x94F8
///|
pub const GL_PERFQUERY_COUNTER_DATA_UINT64_INTEL : UInt = 0x94F9
///|
pub const GL_PERFQUERY_COUNTER_DATA_FLOAT_INTEL : UInt = 0x94FA
///|
pub const GL_PERFQUERY_COUNTER_DATA_DOUBLE_INTEL : UInt = 0x94FB
///|
pub const GL_PERFQUERY_COUNTER_DATA_BOOL32_INTEL : UInt = 0x94FC
///|
pub const GL_PERFQUERY_QUERY_NAME_LENGTH_MAX_INTEL : UInt = 0x94FD
///|
pub const GL_PERFQUERY_COUNTER_NAME_LENGTH_MAX_INTEL : UInt = 0x94FE
///|
pub const GL_PERFQUERY_COUNTER_DESC_LENGTH_MAX_INTEL : UInt = 0x94FF
///|
pub const GL_PERFQUERY_GPA_EXTENDED_COUNTERS_INTEL : UInt = 0x9500
///|
pub const GL_LAYOUT_DEPTH_READ_ONLY_STENCIL_ATTACHMENT_EXT : UInt = 0x9530
///|
pub const GL_LAYOUT_DEPTH_ATTACHMENT_STENCIL_READ_ONLY_EXT : UInt = 0x9531
///|
pub const GL_SUBGROUP_SIZE_KHR : UInt = 0x9532
///|
pub const GL_SUBGROUP_SUPPORTED_STAGES_KHR : UInt = 0x9533
///|
pub const GL_SUBGROUP_SUPPORTED_FEATURES_KHR : UInt = 0x9534
///|
pub const GL_SUBGROUP_QUAD_ALL_STAGES_KHR : UInt = 0x9535
///|
pub const GL_MAX_MESH_TOTAL_MEMORY_SIZE_NV : UInt = 0x9536
///|
pub const GL_MAX_TASK_TOTAL_MEMORY_SIZE_NV : UInt = 0x9537
///|
pub const GL_MAX_MESH_OUTPUT_VERTICES_EXT : UInt = 0x9538
///|
pub const GL_MAX_MESH_OUTPUT_VERTICES_NV : UInt = 0x9538
///|
pub const GL_MAX_MESH_OUTPUT_PRIMITIVES_NV : UInt = 0x9539
///|
pub const GL_MAX_TASK_OUTPUT_COUNT_NV : UInt = 0x953A
///|
pub const GL_MAX_MESH_WORK_GROUP_SIZE_NV : UInt = 0x953B
///|
pub const GL_MAX_TASK_WORK_GROUP_SIZE_NV : UInt = 0x953C
///|
pub const GL_MAX_DRAW_MESH_TASKS_COUNT_NV : UInt = 0x953D
///|
pub const GL_MESH_WORK_GROUP_SIZE_EXT : UInt = 0x953E
///|
pub const GL_MESH_WORK_GROUP_SIZE_NV : UInt = 0x953E
///|
pub const GL_TASK_WORK_GROUP_SIZE_EXT : UInt = 0x953F
///|
pub const GL_TASK_WORK_GROUP_SIZE_NV : UInt = 0x953F
///|
pub const GL_QUERY_RESOURCE_TYPE_VIDMEM_ALLOC_NV : UInt = 0x9540
///|
pub const GL_QUERY_RESOURCE_MEMTYPE_VIDMEM_NV : UInt = 0x9542
///|
pub const GL_MESH_OUTPUT_PER_PRIMITIVE_GRANULARITY_EXT : UInt = 0x9543
///|
pub const GL_MESH_OUTPUT_PER_PRIMITIVE_GRANULARITY_NV : UInt = 0x9543
///|
pub const GL_QUERY_RESOURCE_SYS_RESERVED_NV : UInt = 0x9544
///|
pub const GL_QUERY_RESOURCE_TEXTURE_NV : UInt = 0x9545
///|
pub const GL_QUERY_RESOURCE_RENDERBUFFER_NV : UInt = 0x9546
///|
pub const GL_QUERY_RESOURCE_BUFFEROBJECT_NV : UInt = 0x9547
///|
pub const GL_PER_GPU_STORAGE_NV : UInt = 0x9548
///|
pub const GL_MULTICAST_PROGRAMMABLE_SAMPLE_LOCATION_NV : UInt = 0x9549
///|
pub const GL_UPLOAD_GPU_MASK_NVX : UInt = 0x954A
///|
pub const GL_CONSERVATIVE_RASTER_MODE_NV : UInt = 0x954D
///|
pub const GL_CONSERVATIVE_RASTER_MODE_POST_SNAP_NV : UInt = 0x954E
///|
pub const GL_CONSERVATIVE_RASTER_MODE_PRE_SNAP_TRIANGLES_NV : UInt = 0x954F
///|
pub const GL_CONSERVATIVE_RASTER_MODE_PRE_SNAP_NV : UInt = 0x9550
///|
pub const GL_SHADER_BINARY_FORMAT_SPIR_V : UInt = 0x9551
///|
pub const GL_SHADER_BINARY_FORMAT_SPIR_V_ARB : UInt = 0x9551
///|
pub const GL_SPIR_V_BINARY : UInt = 0x9552
///|
pub const GL_SPIR_V_BINARY_ARB : UInt = 0x9552
///|
pub const GL_SPIR_V_EXTENSIONS : UInt = 0x9553
///|
pub const GL_NUM_SPIR_V_EXTENSIONS : UInt = 0x9554
///|
pub const GL_SCISSOR_TEST_EXCLUSIVE_NV : UInt = 0x9555
///|
pub const GL_SCISSOR_BOX_EXCLUSIVE_NV : UInt = 0x9556
///|
pub const GL_MAX_MESH_MULTIVIEW_VIEW_COUNT_EXT : UInt = 0x9557
///|
pub const GL_MAX_MESH_VIEWS_NV : UInt = 0x9557
///|
pub const GL_RENDER_GPU_MASK_NV : UInt = 0x9558
///|
pub const GL_MESH_SHADER_EXT : UInt = 0x9559
///|
pub const GL_MESH_SHADER_NV : UInt = 0x9559
///|
pub const GL_TASK_SHADER_EXT : UInt = 0x955A
///|
pub const GL_TASK_SHADER_NV : UInt = 0x955A
///|
pub const GL_SHADING_RATE_IMAGE_BINDING_NV : UInt = 0x955B
///|
pub const GL_SHADING_RATE_IMAGE_TEXEL_WIDTH_NV : UInt = 0x955C
///|
pub const GL_SHADING_RATE_IMAGE_TEXEL_HEIGHT_NV : UInt = 0x955D
///|
pub const GL_SHADING_RATE_IMAGE_PALETTE_SIZE_NV : UInt = 0x955E
///|
pub const GL_MAX_COARSE_FRAGMENT_SAMPLES_NV : UInt = 0x955F
///|
pub const GL_SHADING_RATE_IMAGE_NV : UInt = 0x9563
///|
pub const GL_SHADING_RATE_NO_INVOCATIONS_NV : UInt = 0x9564
///|
pub const GL_SHADING_RATE_1_INVOCATION_PER_PIXEL_NV : UInt = 0x9565
///|
pub const GL_SHADING_RATE_1_INVOCATION_PER_1X2_PIXELS_NV : UInt = 0x9566
///|
pub const GL_SHADING_RATE_1_INVOCATION_PER_2X1_PIXELS_NV : UInt = 0x9567
///|
pub const GL_SHADING_RATE_1_INVOCATION_PER_2X2_PIXELS_NV : UInt = 0x9568
///|
pub const GL_SHADING_RATE_1_INVOCATION_PER_2X4_PIXELS_NV : UInt = 0x9569
///|
pub const GL_SHADING_RATE_1_INVOCATION_PER_4X2_PIXELS_NV : UInt = 0x956A
///|
pub const GL_SHADING_RATE_1_INVOCATION_PER_4X4_PIXELS_NV : UInt = 0x956B
///|
pub const GL_SHADING_RATE_2_INVOCATIONS_PER_PIXEL_NV : UInt = 0x956C
///|
pub const GL_SHADING_RATE_4_INVOCATIONS_PER_PIXEL_NV : UInt = 0x956D
///|
pub const GL_SHADING_RATE_8_INVOCATIONS_PER_PIXEL_NV : UInt = 0x956E
///|
pub const GL_SHADING_RATE_16_INVOCATIONS_PER_PIXEL_NV : UInt = 0x956F
///|
pub const GL_MESH_VERTICES_OUT_EXT : UInt = 0x9579
///|
pub const GL_MESH_VERTICES_OUT_NV : UInt = 0x9579
///|
pub const GL_MESH_PRIMITIVES_OUT_EXT : UInt = 0x957A
///|
pub const GL_MESH_PRIMITIVES_OUT_NV : UInt = 0x957A
///|
pub const GL_MESH_OUTPUT_TYPE_EXT : UInt = 0x957B
///|
pub const GL_MESH_OUTPUT_TYPE_NV : UInt = 0x957B
///|
pub const GL_MESH_SUBROUTINE_EXT : UInt = 0x957C
///|
pub const GL_MESH_SUBROUTINE_NV : UInt = 0x957C
///|
pub const GL_TASK_SUBROUTINE_EXT : UInt = 0x957D
///|
pub const GL_TASK_SUBROUTINE_NV : UInt = 0x957D
///|
pub const GL_MESH_SUBROUTINE_UNIFORM_EXT : UInt = 0x957E
///|
pub const GL_MESH_SUBROUTINE_UNIFORM_NV : UInt = 0x957E
///|
pub const GL_TASK_SUBROUTINE_UNIFORM_EXT : UInt = 0x957F
///|
pub const GL_TASK_SUBROUTINE_UNIFORM_NV : UInt = 0x957F
///|
pub const GL_TEXTURE_TILING_EXT : UInt = 0x9580
///|
pub const GL_DEDICATED_MEMORY_OBJECT_EXT : UInt = 0x9581
///|
pub const GL_NUM_TILING_TYPES_EXT : UInt = 0x9582
///|
pub const GL_TILING_TYPES_EXT : UInt = 0x9583
///|
pub const GL_OPTIMAL_TILING_EXT : UInt = 0x9584
///|
pub const GL_LINEAR_TILING_EXT : UInt = 0x9585
///|
pub const GL_HANDLE_TYPE_OPAQUE_FD_EXT : UInt = 0x9586
///|
pub const GL_HANDLE_TYPE_OPAQUE_WIN32_EXT : UInt = 0x9587
///|
pub const GL_HANDLE_TYPE_OPAQUE_WIN32_KMT_EXT : UInt = 0x9588
///|
pub const GL_HANDLE_TYPE_D3D12_TILEPOOL_EXT : UInt = 0x9589
///|
pub const GL_HANDLE_TYPE_D3D12_RESOURCE_EXT : UInt = 0x958A
///|
pub const GL_HANDLE_TYPE_D3D11_IMAGE_EXT : UInt = 0x958B
///|
pub const GL_HANDLE_TYPE_D3D11_IMAGE_KMT_EXT : UInt = 0x958C
///|
pub const GL_LAYOUT_GENERAL_EXT : UInt = 0x958D
///|
pub const GL_LAYOUT_COLOR_ATTACHMENT_EXT : UInt = 0x958E
///|
pub const GL_LAYOUT_DEPTH_STENCIL_ATTACHMENT_EXT : UInt = 0x958F
///|
pub const GL_LAYOUT_DEPTH_STENCIL_READ_ONLY_EXT : UInt = 0x9590
///|
pub const GL_LAYOUT_SHADER_READ_ONLY_EXT : UInt = 0x9591
///|
pub const GL_LAYOUT_TRANSFER_SRC_EXT : UInt = 0x9592
///|
pub const GL_LAYOUT_TRANSFER_DST_EXT : UInt = 0x9593
///|
pub const GL_HANDLE_TYPE_D3D12_FENCE_EXT : UInt = 0x9594
///|
pub const GL_D3D12_FENCE_VALUE_EXT : UInt = 0x9595
///|
pub const GL_TIMELINE_SEMAPHORE_VALUE_NV : UInt = 0x9595
///|
pub const GL_NUM_DEVICE_UUIDS_EXT : UInt = 0x9596
///|
pub const GL_DEVICE_UUID_EXT : UInt = 0x9597
///|
pub const GL_DRIVER_UUID_EXT : UInt = 0x9598
///|
pub const GL_DEVICE_LUID_EXT : UInt = 0x9599
///|
pub const GL_DEVICE_NODE_MASK_EXT : UInt = 0x959A
///|
pub const GL_PROTECTED_MEMORY_OBJECT_EXT : UInt = 0x959B
///|
pub const GL_UNIFORM_BLOCK_REFERENCED_BY_MESH_SHADER_EXT : UInt = 0x959C
///|
pub const GL_UNIFORM_BLOCK_REFERENCED_BY_MESH_SHADER_NV : UInt = 0x959C
///|
pub const GL_UNIFORM_BLOCK_REFERENCED_BY_TASK_SHADER_EXT : UInt = 0x959D
///|
pub const GL_UNIFORM_BLOCK_REFERENCED_BY_TASK_SHADER_NV : UInt = 0x959D
///|
pub const GL_ATOMIC_COUNTER_BUFFER_REFERENCED_BY_MESH_SHADER_EXT : UInt = 0x959E
///|
pub const GL_ATOMIC_COUNTER_BUFFER_REFERENCED_BY_MESH_SHADER_NV : UInt = 0x959E
///|
pub const GL_ATOMIC_COUNTER_BUFFER_REFERENCED_BY_TASK_SHADER_EXT : UInt = 0x959F
///|
pub const GL_ATOMIC_COUNTER_BUFFER_REFERENCED_BY_TASK_SHADER_NV : UInt = 0x959F
///|
pub const GL_REFERENCED_BY_MESH_SHADER_EXT : UInt = 0x95A0
///|
pub const GL_REFERENCED_BY_MESH_SHADER_NV : UInt = 0x95A0
///|
pub const GL_REFERENCED_BY_TASK_SHADER_EXT : UInt = 0x95A1
///|
pub const GL_REFERENCED_BY_TASK_SHADER_NV : UInt = 0x95A1
///|
pub const GL_MAX_MESH_WORK_GROUP_INVOCATIONS_NV : UInt = 0x95A2
///|
pub const GL_MAX_TASK_WORK_GROUP_INVOCATIONS_NV : UInt = 0x95A3
///|
pub const GL_ATTACHED_MEMORY_OBJECT_NV : UInt = 0x95A4
///|
pub const GL_ATTACHED_MEMORY_OFFSET_NV : UInt = 0x95A5
///|
pub const GL_MEMORY_ATTACHABLE_ALIGNMENT_NV : UInt = 0x95A6
///|
pub const GL_MEMORY_ATTACHABLE_SIZE_NV : UInt = 0x95A7
///|
pub const GL_MEMORY_ATTACHABLE_NV : UInt = 0x95A8
///|
pub const GL_DETACHED_MEMORY_INCARNATION_NV : UInt = 0x95A9
///|
pub const GL_DETACHED_TEXTURES_NV : UInt = 0x95AA
///|
pub const GL_DETACHED_BUFFERS_NV : UInt = 0x95AB
///|
pub const GL_MAX_DETACHED_TEXTURES_NV : UInt = 0x95AC
///|
pub const GL_MAX_DETACHED_BUFFERS_NV : UInt = 0x95AD
///|
pub const GL_SHADING_RATE_SAMPLE_ORDER_DEFAULT_NV : UInt = 0x95AE
///|
pub const GL_SHADING_RATE_SAMPLE_ORDER_PIXEL_MAJOR_NV : UInt = 0x95AF
///|
pub const GL_SHADING_RATE_SAMPLE_ORDER_SAMPLE_MAJOR_NV : UInt = 0x95B0
///|
pub const GL_SHADING_RATE_IMAGE_PER_PRIMITIVE_NV : UInt = 0x95B1
///|
pub const GL_SHADING_RATE_IMAGE_PALETTE_COUNT_NV : UInt = 0x95B2
///|
pub const GL_SEMAPHORE_TYPE_NV : UInt = 0x95B3
///|
pub const GL_SEMAPHORE_TYPE_BINARY_NV : UInt = 0x95B4
///|
pub const GL_SEMAPHORE_TYPE_TIMELINE_NV : UInt = 0x95B5
///|
pub const GL_MAX_TIMELINE_SEMAPHORE_VALUE_DIFFERENCE_NV : UInt = 0x95B6
///|
pub const GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_NUM_VIEWS_OVR : UInt = 0x9630
///|
pub const GL_MAX_VIEWS_OVR : UInt = 0x9631
///|
pub const GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_BASE_VIEW_INDEX_OVR : UInt = 0x9632
///|
pub const GL_FRAMEBUFFER_INCOMPLETE_VIEW_TARGETS_OVR : UInt = 0x9633
///|
pub const GL_GS_SHADER_BINARY_MTK : UInt = 0x9640
///|
pub const GL_GS_PROGRAM_BINARY_MTK : UInt = 0x9641
///|
pub const GL_MAX_SHADER_COMBINED_LOCAL_STORAGE_FAST_SIZE_EXT : UInt = 0x9650
///|
pub const GL_MAX_SHADER_COMBINED_LOCAL_STORAGE_SIZE_EXT : UInt = 0x9651
///|
pub const GL_FRAMEBUFFER_INCOMPLETE_INSUFFICIENT_SHADER_COMBINED_LOCAL_STORAGE_EXT : UInt = 0x9652
///|
pub const GL_TEXTURE_FOVEATED_CUTOFF_DENSITY_QCOM : UInt = 0x96A0
///|
pub const GL_FRAMEBUFFER_FETCH_NONCOHERENT_QCOM : UInt = 0x96A2
///|
pub const GL_VALIDATE_SHADER_BINARY_QCOM : UInt = 0x96A3
///|
pub const GL_SHADING_RATE_QCOM : UInt = 0x96A4
///|
pub const GL_SHADING_RATE_PRESERVE_ASPECT_RATIO_QCOM : UInt = 0x96A5
///|
pub const GL_SHADING_RATE_1X1_PIXELS_QCOM : UInt = 0x96A6
///|
pub const GL_SHADING_RATE_1X2_PIXELS_QCOM : UInt = 0x96A7
///|
pub const GL_SHADING_RATE_2X1_PIXELS_QCOM : UInt = 0x96A8
///|
pub const GL_SHADING_RATE_2X2_PIXELS_QCOM : UInt = 0x96A9
///|
pub const GL_SHADING_RATE_1X4_PIXELS_QCOM : UInt = 0x96AA
///|
pub const GL_SHADING_RATE_4X1_PIXELS_QCOM : UInt = 0x96AB
///|
pub const GL_SHADING_RATE_4X2_PIXELS_QCOM : UInt = 0x96AC
///|
pub const GL_SHADING_RATE_2X4_PIXELS_QCOM : UInt = 0x96AD
///|
pub const GL_SHADING_RATE_4X4_PIXELS_QCOM : UInt = 0x96AE
///|
pub const GL_SHADING_RATE_1X1_PIXELS_EXT : UInt = 0x96A6
///|
pub const GL_SHADING_RATE_1X2_PIXELS_EXT : UInt = 0x96A7
///|
pub const GL_SHADING_RATE_2X1_PIXELS_EXT : UInt = 0x96A8
///|
pub const GL_SHADING_RATE_2X2_PIXELS_EXT : UInt = 0x96A9
///|
pub const GL_SHADING_RATE_1X4_PIXELS_EXT : UInt = 0x96AA
///|
pub const GL_SHADING_RATE_4X1_PIXELS_EXT : UInt = 0x96AB
///|
pub const GL_SHADING_RATE_4X2_PIXELS_EXT : UInt = 0x96AC
///|
pub const GL_SHADING_RATE_2X4_PIXELS_EXT : UInt = 0x96AD
///|
pub const GL_SHADING_RATE_4X4_PIXELS_EXT : UInt = 0x96AE
///|
pub const GL_SURFACE_COMPRESSION_EXT : UInt = 0x96C0
///|
pub const GL_SURFACE_COMPRESSION_FIXED_RATE_NONE_EXT : UInt = 0x96C1
///|
pub const GL_SURFACE_COMPRESSION_FIXED_RATE_DEFAULT_EXT : UInt = 0x96C2
///|
pub const GL_SURFACE_COMPRESSION_FIXED_RATE_1BPC_EXT : UInt = 0x96C4
///|
pub const GL_SURFACE_COMPRESSION_FIXED_RATE_2BPC_EXT : UInt = 0x96C5
///|
pub const GL_SURFACE_COMPRESSION_FIXED_RATE_3BPC_EXT : UInt = 0x96C6
///|
pub const GL_SURFACE_COMPRESSION_FIXED_RATE_4BPC_EXT : UInt = 0x96C7
///|
pub const GL_SURFACE_COMPRESSION_FIXED_RATE_5BPC_EXT : UInt = 0x96C8
///|
pub const GL_SURFACE_COMPRESSION_FIXED_RATE_6BPC_EXT : UInt = 0x96C9
///|
pub const GL_SURFACE_COMPRESSION_FIXED_RATE_7BPC_EXT : UInt = 0x96CA
///|
pub const GL_SURFACE_COMPRESSION_FIXED_RATE_8BPC_EXT : UInt = 0x96CB
///|
pub const GL_SURFACE_COMPRESSION_FIXED_RATE_9BPC_EXT : UInt = 0x96CC
///|
pub const GL_SURFACE_COMPRESSION_FIXED_RATE_10BPC_EXT : UInt = 0x96CD
///|
pub const GL_SURFACE_COMPRESSION_FIXED_RATE_11BPC_EXT : UInt = 0x96CE
///|
pub const GL_SURFACE_COMPRESSION_FIXED_RATE_12BPC_EXT : UInt = 0x96CF
///|
pub const GL_SHADING_RATE_EXT : UInt = 0x96D0
///|
pub const GL_SHADING_RATE_ATTACHMENT_EXT : UInt = 0x96D1
///|
pub const GL_FRAGMENT_SHADING_RATE_COMBINER_OP_KEEP_EXT : UInt = 0x96D2
///|
pub const GL_FRAGMENT_SHADING_RATE_COMBINER_OP_REPLACE_EXT : UInt = 0x96D3
///|
pub const GL_FRAGMENT_SHADING_RATE_COMBINER_OP_MIN_EXT : UInt = 0x96D4
///|
pub const GL_FRAGMENT_SHADING_RATE_COMBINER_OP_MAX_EXT : UInt = 0x96D5
///|
pub const GL_FRAGMENT_SHADING_RATE_COMBINER_OP_MUL_EXT : UInt = 0x96D6
///|
pub const GL_MIN_FRAGMENT_SHADING_RATE_ATTACHMENT_TEXEL_WIDTH_EXT : UInt = 0x96D7
///|
pub const GL_MAX_FRAGMENT_SHADING_RATE_ATTACHMENT_TEXEL_WIDTH_EXT : UInt = 0x96D8
///|
pub const GL_MIN_FRAGMENT_SHADING_RATE_ATTACHMENT_TEXEL_HEIGHT_EXT : UInt = 0x96D9
///|
pub const GL_MAX_FRAGMENT_SHADING_RATE_ATTACHMENT_TEXEL_HEIGHT_EXT : UInt = 0x96DA
///|
pub const GL_MAX_FRAGMENT_SHADING_RATE_ATTACHMENT_TEXEL_ASPECT_RATIO_EXT : UInt = 0x96DB
///|
pub const GL_MAX_FRAGMENT_SHADING_RATE_ATTACHMENT_LAYERS_EXT : UInt = 0x96DC
///|
pub const GL_FRAGMENT_SHADING_RATE_WITH_SHADER_DEPTH_STENCIL_WRITES_SUPPORTED_EXT : UInt = 0x96DD
///|
pub const GL_FRAGMENT_SHADING_RATE_WITH_SAMPLE_MASK_SUPPORTED_EXT : UInt = 0x96DE
///|
pub const GL_FRAGMENT_SHADING_RATE_ATTACHMENT_WITH_DEFAULT_FRAMEBUFFER_SUPPORTED_EXT : UInt = 0x96DF
///|
pub const GL_SHADER_CORE_COUNT_ARM : UInt = 0x96F0
///|
pub const GL_SHADER_CORE_ACTIVE_COUNT_ARM : UInt = 0x96F1
///|
pub const GL_SHADER_CORE_PRESENT_MASK_ARM : UInt = 0x96F2
///|
pub const GL_SHADER_CORE_MAX_WARP_COUNT_ARM : UInt = 0x96F3
///|
pub const GL_SHADER_CORE_PIXEL_RATE_ARM : UInt = 0x96F4
///|
pub const GL_SHADER_CORE_TEXEL_RATE_ARM : UInt = 0x96F5
///|
pub const GL_SHADER_CORE_FMA_RATE_ARM : UInt = 0x96F6
///|
pub const GL_TEXTURE_Y_DEGAMMA_QCOM : UInt = 0x9710
///|
pub const GL_TEXTURE_CBCR_DEGAMMA_QCOM : UInt = 0x9711
///|
pub const GL_MAX_TASK_WORK_GROUP_TOTAL_COUNT_EXT : UInt = 0x9740
///|
pub const GL_MAX_MESH_WORK_GROUP_TOTAL_COUNT_EXT : UInt = 0x9741
///|
pub const GL_MAX_TASK_PAYLOAD_SIZE_EXT : UInt = 0x9742
///|
pub const GL_MAX_TASK_SHARED_MEMORY_SIZE_EXT : UInt = 0x9743
///|
pub const GL_MAX_MESH_SHARED_MEMORY_SIZE_EXT : UInt = 0x9744
///|
pub const GL_MAX_TASK_PAYLOAD_AND_SHARED_MEMORY_SIZE_EXT : UInt = 0x9745
///|
pub const GL_MAX_MESH_PAYLOAD_AND_SHARED_MEMORY_SIZE_EXT : UInt = 0x9746
///|
pub const GL_MAX_MESH_OUTPUT_MEMORY_SIZE_EXT : UInt = 0x9747
///|
pub const GL_MAX_MESH_PAYLOAD_AND_OUTPUT_MEMORY_SIZE_EXT : UInt = 0x9748
///|
pub const GL_MAX_MESH_OUTPUT_COMPONENTS_EXT : UInt = 0x9749
///|
pub const GL_MAX_MESH_OUTPUT_LAYERS_EXT : UInt = 0x974A
///|
pub const GL_MAX_PREFERRED_TASK_WORK_GROUP_INVOCATIONS_EXT : UInt = 0x974B
///|
pub const GL_MAX_PREFERRED_MESH_WORK_GROUP_INVOCATIONS_EXT : UInt = 0x974C
///|
pub const GL_MESH_PREFERS_LOCAL_INVOCATION_VERTEX_OUTPUT_EXT : UInt = 0x974D
///|
pub const GL_MESH_PREFERS_LOCAL_INVOCATION_PRIMITIVE_OUTPUT_EXT : UInt = 0x974E
///|
pub const GL_MESH_PREFERS_COMPACT_VERTEX_OUTPUT_EXT : UInt = 0x974F
///|
pub const GL_MESH_PREFERS_COMPACT_PRIMITIVE_OUTPUT_EXT : UInt = 0x9750
///|
pub const GL_MAX_TASK_WORK_GROUP_COUNT_EXT : UInt = 0x9751
///|
pub const GL_MAX_MESH_WORK_GROUP_COUNT_EXT : UInt = 0x9752
///|
pub const GL_TASK_SHADER_INVOCATIONS_EXT : UInt = 0x9753
///|
pub const GL_MESH_SHADER_INVOCATIONS_EXT : UInt = 0x9754
///|
pub const GL_MESH_PRIMITIVES_GENERATED_EXT : UInt = 0x9755
///|
pub const GL_MAX_MESH_OUTPUT_PRIMITIVES_EXT : UInt = 0x9756
///|
pub const GL_MAX_MESH_WORK_GROUP_INVOCATIONS_EXT : UInt = 0x9757
///|
pub const GL_MAX_MESH_WORK_GROUP_SIZE_EXT : UInt = 0x9758
///|
pub const GL_MAX_TASK_WORK_GROUP_INVOCATIONS_EXT : UInt = 0x9759
///|
pub const GL_MAX_TASK_WORK_GROUP_SIZE_EXT : UInt = 0x975A
///|
pub const GL_HUAWEI_SHADER_BINARY : UInt = 0x9770
///|
pub const GL_HUAWEI_PROGRAM_BINARY : UInt = 0x9771
///|
pub const GL_FRAGMENT_SHADING_RATE_PRIMITIVE_RATE_WITH_MULTI_VIEWPORT_SUPPORTED_EXT : UInt = 0x9780
///|
pub const GL_RASTER_POSITION_UNCLIPPED_IBM : UInt = 0x19262
///|
pub const GL_CULL_VERTEX_IBM : UInt = 103050
///|
pub const GL_ALL_STATIC_DATA_IBM : UInt = 103060
///|
pub const GL_STATIC_VERTEX_ARRAY_IBM : UInt = 103061
///|
pub const GL_VERTEX_ARRAY_LIST_IBM : UInt = 103070
///|
pub const GL_NORMAL_ARRAY_LIST_IBM : UInt = 103071
///|
pub const GL_COLOR_ARRAY_LIST_IBM : UInt = 103072
///|
pub const GL_INDEX_ARRAY_LIST_IBM : UInt = 103073
///|
pub const GL_TEXTURE_COORD_ARRAY_LIST_IBM : UInt = 103074
///|
pub const GL_EDGE_FLAG_ARRAY_LIST_IBM : UInt = 103075
///|
pub const GL_FOG_COORDINATE_ARRAY_LIST_IBM : UInt = 103076
///|
pub const GL_SECONDARY_COLOR_ARRAY_LIST_IBM : UInt = 103077
///|
pub const GL_VERTEX_ARRAY_LIST_STRIDE_IBM : UInt = 103080
///|
pub const GL_NORMAL_ARRAY_LIST_STRIDE_IBM : UInt = 103081
///|
pub const GL_COLOR_ARRAY_LIST_STRIDE_IBM : UInt = 103082
///|
pub const GL_INDEX_ARRAY_LIST_STRIDE_IBM : UInt = 103083
///|
pub const GL_TEXTURE_COORD_ARRAY_LIST_STRIDE_IBM : UInt = 103084
///|
pub const GL_EDGE_FLAG_ARRAY_LIST_STRIDE_IBM : UInt = 103085
///|
pub const GL_FOG_COORDINATE_ARRAY_LIST_STRIDE_IBM : UInt = 103086
///|
pub const GL_SECONDARY_COLOR_ARRAY_LIST_STRIDE_IBM : UInt = 103087
///|
pub const GL_PREFER_DOUBLEBUFFER_HINT_PGI : UInt = 0x1A1F8
///|
pub const GL_CONSERVE_MEMORY_HINT_PGI : UInt = 0x1A1FD
///|
pub const GL_RECLAIM_MEMORY_HINT_PGI : UInt = 0x1A1FE
///|
pub const GL_NATIVE_GRAPHICS_HANDLE_PGI : UInt = 0x1A202
///|
pub const GL_NATIVE_GRAPHICS_BEGIN_HINT_PGI : UInt = 0x1A203
///|
pub const GL_NATIVE_GRAPHICS_END_HINT_PGI : UInt = 0x1A204
///|
pub const GL_ALWAYS_FAST_HINT_PGI : UInt = 0x1A20C
///|
pub const GL_ALWAYS_SOFT_HINT_PGI : UInt = 0x1A20D
///|
pub const GL_ALLOW_DRAW_OBJ_HINT_PGI : UInt = 0x1A20E
///|
pub const GL_ALLOW_DRAW_WIN_HINT_PGI : UInt = 0x1A20F
///|
pub const GL_ALLOW_DRAW_FRG_HINT_PGI : UInt = 0x1A210
///|
pub const GL_ALLOW_DRAW_MEM_HINT_PGI : UInt = 0x1A211
///|
pub const GL_STRICT_DEPTHFUNC_HINT_PGI : UInt = 0x1A216
///|
pub const GL_STRICT_LIGHTING_HINT_PGI : UInt = 0x1A217
///|
pub const GL_STRICT_SCISSOR_HINT_PGI : UInt = 0x1A218
///|
pub const GL_FULL_STIPPLE_HINT_PGI : UInt = 0x1A219
///|
pub const GL_CLIP_NEAR_HINT_PGI : UInt = 0x1A220
///|
pub const GL_CLIP_FAR_HINT_PGI : UInt = 0x1A221
///|
pub const GL_WIDE_LINE_HINT_PGI : UInt = 0x1A222
///|
pub const GL_BACK_NORMALS_HINT_PGI : UInt = 0x1A223
///|
pub const GL_VERTEX_DATA_HINT_PGI : UInt = 0x1A22A
///|
pub const GL_VERTEX_CONSISTENT_HINT_PGI : UInt = 0x1A22B
///|
pub const GL_MATERIAL_SIDE_HINT_PGI : UInt = 0x1A22C
///|
pub const GL_MAX_VERTEX_HINT_PGI : UInt = 0x1A22D