Skip to content

Commit ab2735b

Browse files
committed
Updated OpenGL registry to b7aee529f. Bumped version to 3.3.0.2.
1 parent 6f04632 commit ab2735b

File tree

5 files changed

+9
-2
lines changed

5 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
3.3.0.2
2+
-------
3+
* Updated OpenGL registry tob7aee529f.
4+
15
3.3.0.1
26
-------
37
* Updated OpenGL registry to fe1a89f35.

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: 3.3.0.1
2+
version: 3.3.0.2
33
synopsis: A raw binding for the OpenGL graphics system
44
description:
55
OpenGLRaw is a raw Haskell binding for the OpenGL 4.6 graphics system and

src/Graphics/GL/Functions/F10.hs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -646,6 +646,7 @@ ptr_glGetGraphicsResetStatusARB = unsafePerformIO $ getCommand "glGetGraphicsRes
646646

647647
-- glGetGraphicsResetStatusEXT -------------------------------------------------
648648

649+
-- | This command is an alias for 'glGetGraphicsResetStatus'.
649650
glGetGraphicsResetStatusEXT
650651
:: MonadIO m
651652
=> m GLenum -- ^ of type [GraphicsResetStatus](Graphics-GL-Groups.html#GraphicsResetStatus).

src/Graphics/GL/Groups.hs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -974,6 +974,7 @@ module Graphics.GL.Groups (
974974
-- * 'Graphics.GL.Tokens.GL_ACCUM_CLEAR_VALUE'
975975
-- * 'Graphics.GL.Tokens.GL_ACCUM_GREEN_BITS'
976976
-- * 'Graphics.GL.Tokens.GL_ACCUM_RED_BITS'
977+
-- * 'Graphics.GL.Tokens.GL_ACTIVE_TEXTURE'
977978
-- * 'Graphics.GL.Tokens.GL_ALIASED_LINE_WIDTH_RANGE'
978979
-- * 'Graphics.GL.Tokens.GL_ALIASED_POINT_SIZE_RANGE'
979980
-- * 'Graphics.GL.Tokens.GL_ALPHA_BIAS'
@@ -1165,6 +1166,7 @@ module Graphics.GL.Groups (
11651166
-- * 'Graphics.GL.Tokens.GL_MAX_CLIPMAP_VIRTUAL_DEPTH_SGIX'
11661167
-- * 'Graphics.GL.Tokens.GL_MAX_CLIP_DISTANCES' (alias: 'Graphics.GL.Tokens.GL_MAX_CLIP_PLANES')
11671168
-- * 'Graphics.GL.Tokens.GL_MAX_COLOR_MATRIX_STACK_DEPTH_SGI'
1169+
-- * 'Graphics.GL.Tokens.GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS'
11681170
-- * 'Graphics.GL.Tokens.GL_MAX_EVAL_ORDER'
11691171
-- * 'Graphics.GL.Tokens.GL_MAX_FOG_FUNC_POINTS_SGIS'
11701172
-- * 'Graphics.GL.Tokens.GL_MAX_FRAGMENT_LIGHTS_SGIX'

0 commit comments

Comments
 (0)