Copyright | (c) Sven Panne 2015 |
---|---|
License | BSD3 |
Maintainer | Sven Panne <[email protected]> |
Stability | stable |
Portability | portable |
Safe Haskell | None |
Language | Haskell2010 |
Graphics.Rendering.OpenGL.Raw.SGI.ColorTable
Description
The SGI_color_table extension.
- gl_COLOR_TABLE_ALPHA_SIZE_SGI :: GLenum
- gl_COLOR_TABLE_BIAS_SGI :: GLenum
- gl_COLOR_TABLE_BLUE_SIZE_SGI :: GLenum
- gl_COLOR_TABLE_FORMAT_SGI :: GLenum
- gl_COLOR_TABLE_GREEN_SIZE_SGI :: GLenum
- gl_COLOR_TABLE_INTENSITY_SIZE_SGI :: GLenum
- gl_COLOR_TABLE_LUMINANCE_SIZE_SGI :: GLenum
- gl_COLOR_TABLE_RED_SIZE_SGI :: GLenum
- gl_COLOR_TABLE_SCALE_SGI :: GLenum
- gl_COLOR_TABLE_SGI :: GLenum
- gl_COLOR_TABLE_WIDTH_SGI :: GLenum
- gl_POST_COLOR_MATRIX_COLOR_TABLE_SGI :: GLenum
- gl_POST_CONVOLUTION_COLOR_TABLE_SGI :: GLenum
- gl_PROXY_COLOR_TABLE_SGI :: GLenum
- gl_PROXY_POST_COLOR_MATRIX_COLOR_TABLE_SGI :: GLenum
- gl_PROXY_POST_CONVOLUTION_COLOR_TABLE_SGI :: GLenum
- glColorTableParameterfvSGI :: GLenum -> GLenum -> Ptr GLfloat -> IO ()
- glColorTableParameterivSGI :: GLenum -> GLenum -> Ptr GLint -> IO ()
- glColorTableSGI :: GLenum -> GLenum -> GLsizei -> GLenum -> GLenum -> Ptr a -> IO ()
- glCopyColorTableSGI :: GLenum -> GLenum -> GLint -> GLint -> GLsizei -> IO ()
- glGetColorTableParameterfvSGI :: GLenum -> GLenum -> Ptr GLfloat -> IO ()
- glGetColorTableParameterivSGI :: GLenum -> GLenum -> Ptr GLint -> IO ()
- glGetColorTableSGI :: GLenum -> GLenum -> GLenum -> Ptr a -> IO ()