Skip to content

Commit 54f2456

Browse files
committed
Updated OpenGL registry to r30082. Bumped version to 2.4.1.0.
1 parent bc0cb88 commit 54f2456

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

OpenGLRaw.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: OpenGLRaw
2-
version: 2.4.0.0
2+
version: 2.4.1.0
33
synopsis: A raw binding for the OpenGL graphics system
44
description:
55
OpenGLRaw is a raw Haskell binding for the OpenGL 4.5 graphics system and

src/Graphics/Rendering/OpenGL/Raw/Tokens.hs

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10511,6 +10511,9 @@ gl_PROGRAM_PIPELINE_BINDING = 0x825A
1051110511
gl_PROGRAM_PIPELINE_BINDING_EXT :: GLenum
1051210512
gl_PROGRAM_PIPELINE_BINDING_EXT = 0x825A
1051310513

10514+
gl_PROGRAM_PIPELINE_KHR :: GLenum
10515+
gl_PROGRAM_PIPELINE_KHR = 0x82E4
10516+
1051410517
gl_PROGRAM_PIPELINE_OBJECT_EXT :: GLenum
1051510518
gl_PROGRAM_PIPELINE_OBJECT_EXT = 0x8A4F
1051610519

@@ -12086,6 +12089,9 @@ gl_SAMPLER_CUBE_SHADOW_EXT = 0x8DC5
1208612089
gl_SAMPLER_CUBE_SHADOW_NV :: GLenum
1208712090
gl_SAMPLER_CUBE_SHADOW_NV = 0x8DC5
1208812091

12092+
gl_SAMPLER_EXTERNAL_2D_Y2Y_EXT :: GLenum
12093+
gl_SAMPLER_EXTERNAL_2D_Y2Y_EXT = 0x8BE7
12094+
1208912095
gl_SAMPLER_EXTERNAL_OES :: GLenum
1209012096
gl_SAMPLER_EXTERNAL_OES = 0x8D66
1209112097

@@ -12797,6 +12803,9 @@ gl_SPRITE_TRANSLATION_SGIX = 0x814B
1279712803
gl_SQUARE_NV :: GLenum
1279812804
gl_SQUARE_NV = 0x90A3
1279912805

12806+
gl_SR8_EXT :: GLenum
12807+
gl_SR8_EXT = 0x8FBD
12808+
1280012809
gl_SRC0_ALPHA :: GLenum
1280112810
gl_SRC0_ALPHA = 0x8588
1280212811

@@ -12842,6 +12851,9 @@ gl_SRC_OUT_NV = 0x928C
1284212851
gl_SRC_OVER_NV :: GLenum
1284312852
gl_SRC_OVER_NV = 0x9288
1284412853

12854+
gl_SRG8_EXT :: GLenum
12855+
gl_SRG8_EXT = 0x8FBE
12856+
1284512857
gl_SRGB :: GLenum
1284612858
gl_SRGB = 0x8C40
1284712859

0 commit comments

Comments
 (0)