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.SUN.MeshArray
Contents
Description
- glGetSUNMeshArray :: MonadIO m => m Bool
- gl_SUN_mesh_array :: Bool
- gl_QUAD_MESH_SUN :: GLenum
- gl_TRIANGLE_MESH_SUN :: GLenum
- glDrawMeshArraysSUN :: MonadIO m => GLenum -> GLint -> GLsizei -> GLsizei -> m ()
Extension Support
glGetSUNMeshArray :: MonadIO m => m Bool Source
Is the SUN_mesh_array extension supported?
gl_SUN_mesh_array :: Bool Source
Is the SUN_mesh_array extension supported?
Note that in the presence of multiple contexts with different capabilities,
this might be wrong. Use glGetSUNMeshArray
in those cases instead.