Copyright | (c) Sven Panne 2019 |
---|---|
License | BSD3 |
Maintainer | Sven Panne <svenpanne@gmail.com> |
Stability | stable |
Portability | portable |
Safe Haskell | None |
Language | Haskell2010 |
Synopsis
- glGetSGIColorTable :: MonadIO m => m Bool
- gl_SGI_color_table :: Bool
- pattern GL_COLOR_TABLE_ALPHA_SIZE_SGI :: GLenum
- pattern GL_COLOR_TABLE_BIAS_SGI :: GLenum
- pattern GL_COLOR_TABLE_BLUE_SIZE_SGI :: GLenum
- pattern GL_COLOR_TABLE_FORMAT_SGI :: GLenum
- pattern GL_COLOR_TABLE_GREEN_SIZE_SGI :: GLenum
- pattern GL_COLOR_TABLE_INTENSITY_SIZE_SGI :: GLenum
- pattern GL_COLOR_TABLE_LUMINANCE_SIZE_SGI :: GLenum
- pattern GL_COLOR_TABLE_RED_SIZE_SGI :: GLenum
- pattern GL_COLOR_TABLE_SCALE_SGI :: GLenum
- pattern GL_COLOR_TABLE_SGI :: GLenum
- pattern GL_COLOR_TABLE_WIDTH_SGI :: GLenum
- pattern GL_POST_COLOR_MATRIX_COLOR_TABLE_SGI :: GLenum
- pattern GL_POST_CONVOLUTION_COLOR_TABLE_SGI :: GLenum
- pattern GL_PROXY_COLOR_TABLE_SGI :: GLenum
- pattern GL_PROXY_POST_COLOR_MATRIX_COLOR_TABLE_SGI :: GLenum
- pattern GL_PROXY_POST_CONVOLUTION_COLOR_TABLE_SGI :: GLenum
- glColorTableParameterfvSGI :: MonadIO m => GLenum -> GLenum -> Ptr GLfloat -> m ()
- glColorTableParameterivSGI :: MonadIO m => GLenum -> GLenum -> Ptr GLint -> m ()
- glColorTableSGI :: MonadIO m => GLenum -> GLenum -> GLsizei -> GLenum -> GLenum -> Ptr a -> m ()
- glCopyColorTableSGI :: MonadIO m => GLenum -> GLenum -> GLint -> GLint -> GLsizei -> m ()
- glGetColorTableParameterfvSGI :: MonadIO m => GLenum -> GLenum -> Ptr GLfloat -> m ()
- glGetColorTableParameterivSGI :: MonadIO m => GLenum -> GLenum -> Ptr GLint -> m ()
- glGetColorTableSGI :: MonadIO m => GLenum -> GLenum -> GLenum -> Ptr a -> m ()
Extension Support
glGetSGIColorTable :: MonadIO m => m Bool Source #
Is the SGI_color_table extension supported?
gl_SGI_color_table :: Bool Source #
Is the SGI_color_table extension supported?
Note that in the presence of multiple contexts with different capabilities,
this might be wrong. Use glGetSGIColorTable
in those cases instead.
Enums
pattern GL_COLOR_TABLE_ALPHA_SIZE_SGI :: GLenum Source #
pattern GL_COLOR_TABLE_BIAS_SGI :: GLenum Source #
pattern GL_COLOR_TABLE_BLUE_SIZE_SGI :: GLenum Source #
pattern GL_COLOR_TABLE_FORMAT_SGI :: GLenum Source #
pattern GL_COLOR_TABLE_GREEN_SIZE_SGI :: GLenum Source #
pattern GL_COLOR_TABLE_INTENSITY_SIZE_SGI :: GLenum Source #
pattern GL_COLOR_TABLE_LUMINANCE_SIZE_SGI :: GLenum Source #
pattern GL_COLOR_TABLE_RED_SIZE_SGI :: GLenum Source #
pattern GL_COLOR_TABLE_SCALE_SGI :: GLenum Source #
pattern GL_COLOR_TABLE_SGI :: GLenum Source #
pattern GL_COLOR_TABLE_WIDTH_SGI :: GLenum Source #
pattern GL_POST_COLOR_MATRIX_COLOR_TABLE_SGI :: GLenum Source #
pattern GL_POST_CONVOLUTION_COLOR_TABLE_SGI :: GLenum Source #
pattern GL_PROXY_COLOR_TABLE_SGI :: GLenum Source #
pattern GL_PROXY_POST_COLOR_MATRIX_COLOR_TABLE_SGI :: GLenum Source #
pattern GL_PROXY_POST_CONVOLUTION_COLOR_TABLE_SGI :: GLenum Source #
Functions
glColorTableParameterfvSGI Source #
:: MonadIO m | |
=> GLenum |
|
-> GLenum |
|
-> Ptr GLfloat |
|
-> m () |
This command is an alias for glColorTableParameterfv
.
glColorTableParameterivSGI Source #
:: MonadIO m | |
=> GLenum |
|
-> GLenum |
|
-> Ptr GLint |
|
-> m () |
This command is an alias for glColorTableParameteriv
.
:: MonadIO m | |
=> GLenum |
|
-> GLenum |
|
-> GLsizei |
|
-> GLenum |
|
-> GLenum |
|
-> Ptr a |
|
-> m () |
This command is an alias for glColorTable
.
:: MonadIO m | |
=> GLenum |
|
-> GLenum |
|
-> GLint |
|
-> GLint |
|
-> GLsizei |
|
-> m () |
This command is an alias for glCopyColorTable
.
glGetColorTableParameterfvSGI Source #
:: MonadIO m | |
=> GLenum |
|
-> GLenum |
|
-> Ptr GLfloat |
|
-> m () |
glGetColorTableParameterivSGI Source #
:: MonadIO m | |
=> GLenum |
|
-> GLenum |
|
-> Ptr GLint |
|
-> m () |
:: MonadIO m | |
=> GLenum |
|
-> GLenum |
|
-> GLenum |
|
-> Ptr a |
|
-> m () |