Copyright | (c) Sven Panne 2019 |
---|---|
License | BSD3 |
Maintainer | Sven Panne <svenpanne@gmail.com> |
Stability | stable |
Portability | portable |
Safe Haskell | None |
Language | Haskell2010 |
Synopsis
- glGetSGIXListPriority :: MonadIO m => m Bool
- gl_SGIX_list_priority :: Bool
- pattern GL_LIST_PRIORITY_SGIX :: GLenum
- glGetListParameterfvSGIX :: MonadIO m => GLuint -> GLenum -> Ptr GLfloat -> m ()
- glGetListParameterivSGIX :: MonadIO m => GLuint -> GLenum -> Ptr GLint -> m ()
- glListParameterfSGIX :: MonadIO m => GLuint -> GLenum -> GLfloat -> m ()
- glListParameterfvSGIX :: MonadIO m => GLuint -> GLenum -> Ptr GLfloat -> m ()
- glListParameteriSGIX :: MonadIO m => GLuint -> GLenum -> GLint -> m ()
- glListParameterivSGIX :: MonadIO m => GLuint -> GLenum -> Ptr GLint -> m ()
Extension Support
glGetSGIXListPriority :: MonadIO m => m Bool Source #
Is the SGIX_list_priority extension supported?
gl_SGIX_list_priority :: Bool Source #
Is the SGIX_list_priority extension supported?
Note that in the presence of multiple contexts with different capabilities,
this might be wrong. Use glGetSGIXListPriority
in those cases instead.
Enums
pattern GL_LIST_PRIORITY_SGIX :: GLenum Source #
Functions
:: MonadIO m | |
=> GLuint |
|
-> GLenum |
|
-> GLfloat |
|
-> m () |
:: MonadIO m | |
=> GLuint |
|
-> GLenum |
|
-> GLint |
|
-> m () |