-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated OpenGL registry to 89bede35b. Bumped version to 3.2.6.0.
- Loading branch information
Showing
80 changed files
with
7,563 additions
and
5,711 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule OpenGL-Registry
updated
76 files
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.