Skip to content

Commit

Permalink
Updated OpenGL registry to r30082. Bumped version to 2.4.1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
svenpanne committed Mar 21, 2015
1 parent bc0cb88 commit 54f2456
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion OpenGLRaw.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: OpenGLRaw
version: 2.4.0.0
version: 2.4.1.0
synopsis: A raw binding for the OpenGL graphics system
description:
OpenGLRaw is a raw Haskell binding for the OpenGL 4.5 graphics system and
Expand Down
2 changes: 1 addition & 1 deletion RegistryProcessor/OpenGL-Registry
12 changes: 12 additions & 0 deletions src/Graphics/Rendering/OpenGL/Raw/Tokens.hs
Original file line number Diff line number Diff line change
Expand Up @@ -10511,6 +10511,9 @@ gl_PROGRAM_PIPELINE_BINDING = 0x825A
gl_PROGRAM_PIPELINE_BINDING_EXT :: GLenum
gl_PROGRAM_PIPELINE_BINDING_EXT = 0x825A

gl_PROGRAM_PIPELINE_KHR :: GLenum
gl_PROGRAM_PIPELINE_KHR = 0x82E4

gl_PROGRAM_PIPELINE_OBJECT_EXT :: GLenum
gl_PROGRAM_PIPELINE_OBJECT_EXT = 0x8A4F

Expand Down Expand Up @@ -12086,6 +12089,9 @@ gl_SAMPLER_CUBE_SHADOW_EXT = 0x8DC5
gl_SAMPLER_CUBE_SHADOW_NV :: GLenum
gl_SAMPLER_CUBE_SHADOW_NV = 0x8DC5

gl_SAMPLER_EXTERNAL_2D_Y2Y_EXT :: GLenum
gl_SAMPLER_EXTERNAL_2D_Y2Y_EXT = 0x8BE7

gl_SAMPLER_EXTERNAL_OES :: GLenum
gl_SAMPLER_EXTERNAL_OES = 0x8D66

Expand Down Expand Up @@ -12797,6 +12803,9 @@ gl_SPRITE_TRANSLATION_SGIX = 0x814B
gl_SQUARE_NV :: GLenum
gl_SQUARE_NV = 0x90A3

gl_SR8_EXT :: GLenum
gl_SR8_EXT = 0x8FBD

gl_SRC0_ALPHA :: GLenum
gl_SRC0_ALPHA = 0x8588

Expand Down Expand Up @@ -12842,6 +12851,9 @@ gl_SRC_OUT_NV = 0x928C
gl_SRC_OVER_NV :: GLenum
gl_SRC_OVER_NV = 0x9288

gl_SRG8_EXT :: GLenum
gl_SRG8_EXT = 0x8FBE

gl_SRGB :: GLenum
gl_SRGB = 0x8C40

Expand Down

0 comments on commit 54f2456

Please sign in to comment.