Copyright | (c) Sven Panne 2015 |
---|---|
License | BSD3 |
Maintainer | Sven Panne <svenpanne@gmail.com> |
Stability | stable |
Portability | portable |
Safe Haskell | None |
Language | Haskell2010 |
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 :: 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 ()