Copyright | (c) Sven Panne 2015 |
---|---|
License | BSD3 |
Maintainer | Sven Panne <svenpanne@gmail.com> |
Stability | stable |
Portability | portable |
Safe Haskell | None |
Language | Haskell2010 |
- glGetEXTColorSubtable :: MonadIO m => m Bool
- gl_EXT_color_subtable :: Bool
- glColorSubTableEXT :: MonadIO m => GLenum -> GLsizei -> GLsizei -> GLenum -> GLenum -> Ptr a -> m ()
- glCopyColorSubTableEXT :: MonadIO m => GLenum -> GLsizei -> GLint -> GLint -> GLsizei -> m ()
Extension Support
glGetEXTColorSubtable :: MonadIO m => m Bool Source
Is the EXT_color_subtable extension supported?
gl_EXT_color_subtable :: Bool Source
Is the EXT_color_subtable extension supported?
Note that in the presence of multiple contexts with different capabilities,
this might be wrong. Use glGetEXTColorSubtable
in those cases instead.
Functions
:: MonadIO m | |
=> GLenum |
|
-> GLsizei |
|
-> GLsizei |
|
-> GLenum |
|
-> GLenum |
|
-> Ptr a |
|
-> m () |
This command is an alias for glColorSubTable
.