Skip to content

Commit

Permalink
Updated OpenGL registry to 89bede35b. Bumped version to 3.2.6.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
svenpanne committed Nov 27, 2017
1 parent 1029fcc commit df5915e
Show file tree
Hide file tree
Showing 80 changed files with 7,563 additions and 5,711 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
3.2.6.0
-------
* Updated OpenGL registry to 89bede35b.

3.2.5.0
-------
* Updated OpenGL registry to 97558118d.
Expand Down
11 changes: 10 additions & 1 deletion OpenGLRaw.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: OpenGLRaw
version: 3.2.5.0
version: 3.2.6.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 Expand Up @@ -176,6 +176,7 @@ library
Graphics.GL.ARB.PixelBufferObject
Graphics.GL.ARB.PointParameters
Graphics.GL.ARB.PointSprite
Graphics.GL.ARB.PolygonOffsetClamp
Graphics.GL.ARB.ProgramInterfaceQuery
Graphics.GL.ARB.ProvokingVertex
Graphics.GL.ARB.QueryBufferObject
Expand All @@ -198,6 +199,7 @@ library
Graphics.GL.ARB.ShadowAmbient
Graphics.GL.ARB.SparseBuffer
Graphics.GL.ARB.SparseTexture
Graphics.GL.ARB.SpirvExtensions
Graphics.GL.ARB.StencilTexturing
Graphics.GL.ARB.Sync
Graphics.GL.ARB.TessellationShader
Expand All @@ -213,6 +215,7 @@ library
Graphics.GL.ARB.TextureCubeMapArray
Graphics.GL.ARB.TextureEnvCombine
Graphics.GL.ARB.TextureEnvDot3
Graphics.GL.ARB.TextureFilterAnisotropic
Graphics.GL.ARB.TextureFilterMinmax
Graphics.GL.ARB.TextureFloat
Graphics.GL.ARB.TextureGather
Expand Down Expand Up @@ -420,12 +423,15 @@ library
Graphics.GL.KHR.DebugCompatibility
Graphics.GL.KHR.DebugCore
Graphics.GL.KHR.NoError
Graphics.GL.KHR.ParallelShaderCompile
Graphics.GL.KHR.Robustness
Graphics.GL.KHR.TextureCompressionASTCHDR
Graphics.GL.KHR.TextureCompressionASTCLDR
Graphics.GL.MESA
Graphics.GL.MESA.PackInvert
Graphics.GL.MESA.ProgramBinaryFormats
Graphics.GL.MESA.ResizeBuffers
Graphics.GL.MESA.TileRasterOrder
Graphics.GL.MESA.WindowPos
Graphics.GL.MESA.YCbCrTexture
Graphics.GL.MESAX
Expand All @@ -437,6 +443,7 @@ library
Graphics.GL.NV.BindlessTexture
Graphics.GL.NV.BlendEquationAdvanced
Graphics.GL.NV.BlendEquationAdvancedCoherent
Graphics.GL.NV.BlendMinmaxFactor
Graphics.GL.NV.ClipSpaceWScaling
Graphics.GL.NV.CommandList
Graphics.GL.NV.ComputeProgram5
Expand Down Expand Up @@ -482,6 +489,8 @@ library
Graphics.GL.NV.PointSprite
Graphics.GL.NV.PresentVideo
Graphics.GL.NV.PrimitiveRestart
Graphics.GL.NV.QueryResource
Graphics.GL.NV.QueryResourceTag
Graphics.GL.NV.RegisterCombiners
Graphics.GL.NV.RegisterCombiners2
Graphics.GL.NV.RobustnessVideoMemoryPurge
Expand Down
2 changes: 1 addition & 1 deletion RegistryProcessor/OpenGL-Registry
Submodule OpenGL-Registry updated 76 files
+8 −8 README.adoc
+81 −13 api/GL/glcorearb.h
+126 −16 api/GL/glext.h
+11 −1 api/GL/glxext.h
+1 −1 api/GL/wglext.h
+6 −2 api/GLES/gl.h
+27 −5 api/GLES/glext.h
+1 −1 api/GLES2/gl2.h
+146 −7 api/GLES2/gl2ext.h
+1 −1 api/GLES3/gl3.h
+186 −0 extensions/AMD/AMD_shader_image_load_store_lod.txt
+21 −2 extensions/ARB/ARB_copy_buffer.txt
+16 −9 extensions/ARB/ARB_direct_state_access.txt
+112 −21 extensions/ARB/ARB_gl_spirv.txt
+17 −2 extensions/ARB/ARB_indirect_parameters.txt
+45 −4 extensions/ARB/ARB_pipeline_statistics_query.txt
+203 −0 extensions/ARB/ARB_polygon_offset_clamp.txt
+1 −1 extensions/ARB/ARB_shader_ballot.txt
+7 −9 extensions/ARB/ARB_shader_draw_parameters.txt
+488 −0 extensions/ARB/ARB_spirv_extensions.txt
+17 −2 extensions/ARB/ARB_texture_buffer_object.txt
+299 −0 extensions/ARB/ARB_texture_filter_anisotropic.txt
+8 −4 extensions/ARB/ARB_transform_feedback_overflow_query.txt
+166 −3 extensions/ARB/ARB_uniform_buffer_object.txt
+88 −85 extensions/EXT/EXT_EGL_image_array.txt
+190 −0 extensions/EXT/EXT_clip_control.txt
+1 −1 extensions/EXT/EXT_clip_cull_distance.txt
+11 −2 extensions/EXT/EXT_color_buffer_half_float.txt
+101 −3 extensions/EXT/EXT_draw_buffers2.txt
+259 −259 extensions/EXT/EXT_external_buffer.txt
+53 −31 extensions/EXT/EXT_external_objects.txt
+44 −3 extensions/EXT/EXT_shader_framebuffer_fetch.txt
+757 −0 extensions/EXT/EXT_texture_compression_bptc.txt
+12 −7 extensions/EXT/EXT_texture_compression_latc.txt
+105 −25 extensions/EXT/EXT_texture_compression_rgtc.txt
+371 −0 extensions/EXT/EXT_texture_compression_s3tc_srgb.txt
+157 −0 extensions/EXT/EXT_texture_mirror_clamp_to_edge.txt
+11 −3 extensions/EXT/EXT_window_rectangles.txt
+167 −0 extensions/KHR/KHR_parallel_shader_compile.txt
+11 −3 extensions/MESA/GLX_MESA_copy_sub_buffer.txt
+8 −3 extensions/MESA/GLX_MESA_query_renderer.txt
+4 −4 extensions/MESA/GLX_MESA_release_buffers.txt
+131 −0 extensions/MESA/GLX_MESA_swap_control.txt
+1 −1 extensions/MESA/MESA_pack_invert.txt
+88 −0 extensions/MESA/MESA_program_binary_formats.txt
+127 −0 extensions/MESA/MESA_tile_raster_order.txt
+4 −4 extensions/MESA/MESA_window_pos.txt
+8 −7 extensions/MESA/MESA_ycbcr_texture.txt
+296 −0 extensions/NV/NV_blend_minmax_factor.txt
+26 −5 extensions/NV/NV_clip_space_w_scaling.txt
+118 −9 extensions/NV/NV_framebuffer_mixed_samples.txt
+2 −2 extensions/NV/NV_geometry_shader_passthrough.txt
+108 −10 extensions/NV/NV_gpu_shader5.txt
+10 −0 extensions/NV/NV_path_rendering.txt
+9 −6 extensions/NV/NV_primitive_restart.txt
+192 −0 extensions/NV/NV_query_resource.txt
+193 −0 extensions/NV/NV_query_resource_tag.txt
+25 −3 extensions/NV/NV_stereo_view_rendering.txt
+452 −46 extensions/OVR/OVR_multiview.txt
+473 −0 extensions/QCOM/QCOM_texture_foveated.txt
+8 −0 extensions/arbext.php
+27 −3 extensions/esext.php
+14 −0 extensions/glext.php
+109 −3 extensions/registry.py
+3 −11 index.php
+21 −26 index_es.php
+38 −36 index_gl.php
+7 −14 index_sc.php
+ specs/gl/GLSLangSpec.4.60.diff.pdf
+ specs/gl/GLSLangSpec.4.60.pdf
+ specs/gl/glspec46.compatibility.pdf
+ specs/gl/glspec46.core.pdf
+1 −1 xml/Makefile
+2,871 −1,257 xml/gl.xml
+14 −1 xml/glx.xml
+411 −0 xml/glxproto.reserved.txt
6 changes: 6 additions & 0 deletions src/Graphics/GL/ARB.hs
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ module Graphics.GL.ARB (
module Graphics.GL.ARB.PixelBufferObject,
module Graphics.GL.ARB.PointParameters,
module Graphics.GL.ARB.PointSprite,
module Graphics.GL.ARB.PolygonOffsetClamp,
module Graphics.GL.ARB.ProgramInterfaceQuery,
module Graphics.GL.ARB.ProvokingVertex,
module Graphics.GL.ARB.QueryBufferObject,
Expand All @@ -103,6 +104,7 @@ module Graphics.GL.ARB (
module Graphics.GL.ARB.ShadowAmbient,
module Graphics.GL.ARB.SparseBuffer,
module Graphics.GL.ARB.SparseTexture,
module Graphics.GL.ARB.SpirvExtensions,
module Graphics.GL.ARB.StencilTexturing,
module Graphics.GL.ARB.Sync,
module Graphics.GL.ARB.TessellationShader,
Expand All @@ -118,6 +120,7 @@ module Graphics.GL.ARB (
module Graphics.GL.ARB.TextureCubeMapArray,
module Graphics.GL.ARB.TextureEnvCombine,
module Graphics.GL.ARB.TextureEnvDot3,
module Graphics.GL.ARB.TextureFilterAnisotropic,
module Graphics.GL.ARB.TextureFilterMinmax,
module Graphics.GL.ARB.TextureFloat,
module Graphics.GL.ARB.TextureGather,
Expand Down Expand Up @@ -222,6 +225,7 @@ import Graphics.GL.ARB.PipelineStatisticsQuery
import Graphics.GL.ARB.PixelBufferObject
import Graphics.GL.ARB.PointParameters
import Graphics.GL.ARB.PointSprite
import Graphics.GL.ARB.PolygonOffsetClamp
import Graphics.GL.ARB.ProgramInterfaceQuery
import Graphics.GL.ARB.ProvokingVertex
import Graphics.GL.ARB.QueryBufferObject
Expand All @@ -244,6 +248,7 @@ import Graphics.GL.ARB.Shadow
import Graphics.GL.ARB.ShadowAmbient
import Graphics.GL.ARB.SparseBuffer
import Graphics.GL.ARB.SparseTexture
import Graphics.GL.ARB.SpirvExtensions
import Graphics.GL.ARB.StencilTexturing
import Graphics.GL.ARB.Sync
import Graphics.GL.ARB.TessellationShader
Expand All @@ -259,6 +264,7 @@ import Graphics.GL.ARB.TextureCubeMap
import Graphics.GL.ARB.TextureCubeMapArray
import Graphics.GL.ARB.TextureEnvCombine
import Graphics.GL.ARB.TextureEnvDot3
import Graphics.GL.ARB.TextureFilterAnisotropic
import Graphics.GL.ARB.TextureFilterMinmax
import Graphics.GL.ARB.TextureFloat
import Graphics.GL.ARB.TextureGather
Expand Down
26 changes: 26 additions & 0 deletions src/Graphics/GL/ARB/PolygonOffsetClamp.hs
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{-# LANGUAGE PatternSynonyms #-}
--------------------------------------------------------------------------------
-- |
-- Module : Graphics.GL.ARB.PolygonOffsetClamp
-- Copyright : (c) Sven Panne 2016
-- License : BSD3
--
-- Maintainer : Sven Panne <[email protected]>
-- Stability : stable
-- Portability : portable
--
--------------------------------------------------------------------------------

module Graphics.GL.ARB.PolygonOffsetClamp (
-- * Extension Support
glGetARBPolygonOffsetClamp,
gl_ARB_polygon_offset_clamp,
-- * Enums
pattern GL_POLYGON_OFFSET_CLAMP,
-- * Functions
glPolygonOffsetClamp
) where

import Graphics.GL.ExtensionPredicates
import Graphics.GL.Tokens
import Graphics.GL.Functions
24 changes: 24 additions & 0 deletions src/Graphics/GL/ARB/SpirvExtensions.hs
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{-# LANGUAGE PatternSynonyms #-}
--------------------------------------------------------------------------------
-- |
-- Module : Graphics.GL.ARB.SpirvExtensions
-- Copyright : (c) Sven Panne 2016
-- License : BSD3
--
-- Maintainer : Sven Panne <[email protected]>
-- Stability : stable
-- Portability : portable
--
--------------------------------------------------------------------------------

module Graphics.GL.ARB.SpirvExtensions (
-- * Extension Support
glGetARBSpirvExtensions,
gl_ARB_spirv_extensions,
-- * Enums
pattern GL_NUM_SPIR_V_EXTENSIONS,
pattern GL_SPIR_V_EXTENSIONS
) where

import Graphics.GL.ExtensionPredicates
import Graphics.GL.Tokens
24 changes: 24 additions & 0 deletions src/Graphics/GL/ARB/TextureFilterAnisotropic.hs
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{-# LANGUAGE PatternSynonyms #-}
--------------------------------------------------------------------------------
-- |
-- Module : Graphics.GL.ARB.TextureFilterAnisotropic
-- Copyright : (c) Sven Panne 2016
-- License : BSD3
--
-- Maintainer : Sven Panne <[email protected]>
-- Stability : stable
-- Portability : portable
--
--------------------------------------------------------------------------------

module Graphics.GL.ARB.TextureFilterAnisotropic (
-- * Extension Support
glGetARBTextureFilterAnisotropic,
gl_ARB_texture_filter_anisotropic,
-- * Enums
pattern GL_MAX_TEXTURE_MAX_ANISOTROPY,
pattern GL_TEXTURE_MAX_ANISOTROPY
) where

import Graphics.GL.ExtensionPredicates
import Graphics.GL.Tokens
2 changes: 2 additions & 0 deletions src/Graphics/GL/Compatibility30.hs
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,11 @@ module Graphics.GL.Compatibility30 (
pattern GL_BITMAP,
pattern GL_BITMAP_TOKEN,
pattern GL_BLEND,
pattern GL_BLEND_COLOR,
pattern GL_BLEND_DST,
pattern GL_BLEND_DST_ALPHA,
pattern GL_BLEND_DST_RGB,
pattern GL_BLEND_EQUATION,
pattern GL_BLEND_EQUATION_ALPHA,
pattern GL_BLEND_EQUATION_RGB,
pattern GL_BLEND_SRC,
Expand Down
2 changes: 2 additions & 0 deletions src/Graphics/GL/Compatibility31.hs
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,11 @@ module Graphics.GL.Compatibility31 (
pattern GL_BITMAP,
pattern GL_BITMAP_TOKEN,
pattern GL_BLEND,
pattern GL_BLEND_COLOR,
pattern GL_BLEND_DST,
pattern GL_BLEND_DST_ALPHA,
pattern GL_BLEND_DST_RGB,
pattern GL_BLEND_EQUATION,
pattern GL_BLEND_EQUATION_ALPHA,
pattern GL_BLEND_EQUATION_RGB,
pattern GL_BLEND_SRC,
Expand Down
2 changes: 2 additions & 0 deletions src/Graphics/GL/Compatibility32.hs
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,11 @@ module Graphics.GL.Compatibility32 (
pattern GL_BITMAP,
pattern GL_BITMAP_TOKEN,
pattern GL_BLEND,
pattern GL_BLEND_COLOR,
pattern GL_BLEND_DST,
pattern GL_BLEND_DST_ALPHA,
pattern GL_BLEND_DST_RGB,
pattern GL_BLEND_EQUATION,
pattern GL_BLEND_EQUATION_ALPHA,
pattern GL_BLEND_EQUATION_RGB,
pattern GL_BLEND_SRC,
Expand Down
2 changes: 2 additions & 0 deletions src/Graphics/GL/Compatibility33.hs
Original file line number Diff line number Diff line change
Expand Up @@ -103,9 +103,11 @@ module Graphics.GL.Compatibility33 (
pattern GL_BITMAP,
pattern GL_BITMAP_TOKEN,
pattern GL_BLEND,
pattern GL_BLEND_COLOR,
pattern GL_BLEND_DST,
pattern GL_BLEND_DST_ALPHA,
pattern GL_BLEND_DST_RGB,
pattern GL_BLEND_EQUATION,
pattern GL_BLEND_EQUATION_ALPHA,
pattern GL_BLEND_EQUATION_RGB,
pattern GL_BLEND_SRC,
Expand Down
2 changes: 2 additions & 0 deletions src/Graphics/GL/Compatibility40.hs
Original file line number Diff line number Diff line change
Expand Up @@ -108,9 +108,11 @@ module Graphics.GL.Compatibility40 (
pattern GL_BITMAP,
pattern GL_BITMAP_TOKEN,
pattern GL_BLEND,
pattern GL_BLEND_COLOR,
pattern GL_BLEND_DST,
pattern GL_BLEND_DST_ALPHA,
pattern GL_BLEND_DST_RGB,
pattern GL_BLEND_EQUATION,
pattern GL_BLEND_EQUATION_ALPHA,
pattern GL_BLEND_EQUATION_RGB,
pattern GL_BLEND_SRC,
Expand Down
2 changes: 2 additions & 0 deletions src/Graphics/GL/Compatibility41.hs
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,11 @@ module Graphics.GL.Compatibility41 (
pattern GL_BITMAP,
pattern GL_BITMAP_TOKEN,
pattern GL_BLEND,
pattern GL_BLEND_COLOR,
pattern GL_BLEND_DST,
pattern GL_BLEND_DST_ALPHA,
pattern GL_BLEND_DST_RGB,
pattern GL_BLEND_EQUATION,
pattern GL_BLEND_EQUATION_ALPHA,
pattern GL_BLEND_EQUATION_RGB,
pattern GL_BLEND_SRC,
Expand Down
2 changes: 2 additions & 0 deletions src/Graphics/GL/Compatibility42.hs
Original file line number Diff line number Diff line change
Expand Up @@ -125,9 +125,11 @@ module Graphics.GL.Compatibility42 (
pattern GL_BITMAP,
pattern GL_BITMAP_TOKEN,
pattern GL_BLEND,
pattern GL_BLEND_COLOR,
pattern GL_BLEND_DST,
pattern GL_BLEND_DST_ALPHA,
pattern GL_BLEND_DST_RGB,
pattern GL_BLEND_EQUATION,
pattern GL_BLEND_EQUATION_ALPHA,
pattern GL_BLEND_EQUATION_RGB,
pattern GL_BLEND_SRC,
Expand Down
2 changes: 2 additions & 0 deletions src/Graphics/GL/Compatibility43.hs
Original file line number Diff line number Diff line change
Expand Up @@ -136,9 +136,11 @@ module Graphics.GL.Compatibility43 (
pattern GL_BITMAP,
pattern GL_BITMAP_TOKEN,
pattern GL_BLEND,
pattern GL_BLEND_COLOR,
pattern GL_BLEND_DST,
pattern GL_BLEND_DST_ALPHA,
pattern GL_BLEND_DST_RGB,
pattern GL_BLEND_EQUATION,
pattern GL_BLEND_EQUATION_ALPHA,
pattern GL_BLEND_EQUATION_RGB,
pattern GL_BLEND_SRC,
Expand Down
2 changes: 2 additions & 0 deletions src/Graphics/GL/Compatibility44.hs
Original file line number Diff line number Diff line change
Expand Up @@ -136,9 +136,11 @@ module Graphics.GL.Compatibility44 (
pattern GL_BITMAP,
pattern GL_BITMAP_TOKEN,
pattern GL_BLEND,
pattern GL_BLEND_COLOR,
pattern GL_BLEND_DST,
pattern GL_BLEND_DST_ALPHA,
pattern GL_BLEND_DST_RGB,
pattern GL_BLEND_EQUATION,
pattern GL_BLEND_EQUATION_ALPHA,
pattern GL_BLEND_EQUATION_RGB,
pattern GL_BLEND_SRC,
Expand Down
2 changes: 2 additions & 0 deletions src/Graphics/GL/Compatibility45.hs
Original file line number Diff line number Diff line change
Expand Up @@ -136,9 +136,11 @@ module Graphics.GL.Compatibility45 (
pattern GL_BITMAP,
pattern GL_BITMAP_TOKEN,
pattern GL_BLEND,
pattern GL_BLEND_COLOR,
pattern GL_BLEND_DST,
pattern GL_BLEND_DST_ALPHA,
pattern GL_BLEND_DST_RGB,
pattern GL_BLEND_EQUATION,
pattern GL_BLEND_EQUATION_ALPHA,
pattern GL_BLEND_EQUATION_RGB,
pattern GL_BLEND_SRC,
Expand Down
2 changes: 2 additions & 0 deletions src/Graphics/GL/Core30.hs
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,11 @@ module Graphics.GL.Core30 (
pattern GL_BITMAP,
pattern GL_BITMAP_TOKEN,
pattern GL_BLEND,
pattern GL_BLEND_COLOR,
pattern GL_BLEND_DST,
pattern GL_BLEND_DST_ALPHA,
pattern GL_BLEND_DST_RGB,
pattern GL_BLEND_EQUATION,
pattern GL_BLEND_EQUATION_ALPHA,
pattern GL_BLEND_EQUATION_RGB,
pattern GL_BLEND_SRC,
Expand Down
2 changes: 2 additions & 0 deletions src/Graphics/GL/Core31.hs
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,11 @@ module Graphics.GL.Core31 (
pattern GL_BITMAP,
pattern GL_BITMAP_TOKEN,
pattern GL_BLEND,
pattern GL_BLEND_COLOR,
pattern GL_BLEND_DST,
pattern GL_BLEND_DST_ALPHA,
pattern GL_BLEND_DST_RGB,
pattern GL_BLEND_EQUATION,
pattern GL_BLEND_EQUATION_ALPHA,
pattern GL_BLEND_EQUATION_RGB,
pattern GL_BLEND_SRC,
Expand Down
2 changes: 2 additions & 0 deletions src/Graphics/GL/Core32.hs
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,11 @@ module Graphics.GL.Core32 (
pattern GL_BGRA_INTEGER,
pattern GL_BGR_INTEGER,
pattern GL_BLEND,
pattern GL_BLEND_COLOR,
pattern GL_BLEND_DST,
pattern GL_BLEND_DST_ALPHA,
pattern GL_BLEND_DST_RGB,
pattern GL_BLEND_EQUATION,
pattern GL_BLEND_EQUATION_ALPHA,
pattern GL_BLEND_EQUATION_RGB,
pattern GL_BLEND_SRC,
Expand Down
2 changes: 2 additions & 0 deletions src/Graphics/GL/Core33.hs
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,11 @@ module Graphics.GL.Core33 (
pattern GL_BGRA_INTEGER,
pattern GL_BGR_INTEGER,
pattern GL_BLEND,
pattern GL_BLEND_COLOR,
pattern GL_BLEND_DST,
pattern GL_BLEND_DST_ALPHA,
pattern GL_BLEND_DST_RGB,
pattern GL_BLEND_EQUATION,
pattern GL_BLEND_EQUATION_ALPHA,
pattern GL_BLEND_EQUATION_RGB,
pattern GL_BLEND_SRC,
Expand Down
2 changes: 2 additions & 0 deletions src/Graphics/GL/Core40.hs
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,11 @@ module Graphics.GL.Core40 (
pattern GL_BGRA_INTEGER,
pattern GL_BGR_INTEGER,
pattern GL_BLEND,
pattern GL_BLEND_COLOR,
pattern GL_BLEND_DST,
pattern GL_BLEND_DST_ALPHA,
pattern GL_BLEND_DST_RGB,
pattern GL_BLEND_EQUATION,
pattern GL_BLEND_EQUATION_ALPHA,
pattern GL_BLEND_EQUATION_RGB,
pattern GL_BLEND_SRC,
Expand Down
2 changes: 2 additions & 0 deletions src/Graphics/GL/Core41.hs
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,11 @@ module Graphics.GL.Core41 (
pattern GL_BGRA_INTEGER,
pattern GL_BGR_INTEGER,
pattern GL_BLEND,
pattern GL_BLEND_COLOR,
pattern GL_BLEND_DST,
pattern GL_BLEND_DST_ALPHA,
pattern GL_BLEND_DST_RGB,
pattern GL_BLEND_EQUATION,
pattern GL_BLEND_EQUATION_ALPHA,
pattern GL_BLEND_EQUATION_RGB,
pattern GL_BLEND_SRC,
Expand Down
Loading

0 comments on commit df5915e

Please sign in to comment.