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.IBM.StaticData
Contents
Description
- glGetIBMStaticData :: MonadIO m => m Bool
- gl_IBM_static_data :: Bool
- gl_ALL_STATIC_DATA_IBM :: GLenum
- gl_STATIC_VERTEX_ARRAY_IBM :: GLenum
- glFlushStaticDataIBM :: MonadIO m => GLenum -> m ()
Extension Support
glGetIBMStaticData :: MonadIO m => m Bool Source
Is the IBM_static_data extension supported?
gl_IBM_static_data :: Bool Source
Is the IBM_static_data extension supported?
Note that in the presence of multiple contexts with different capabilities,
this might be wrong. Use glGetIBMStaticData
in those cases instead.