Copyright | (c) Sven Panne 2016 |
---|---|
License | BSD3 |
Maintainer | Sven Panne <svenpanne@gmail.com> |
Stability | stable |
Portability | portable |
Safe Haskell | None |
Language | Haskell2010 |
- glGetSUNMeshArray :: MonadIO m => m Bool
- gl_SUN_mesh_array :: Bool
- pattern GL_QUAD_MESH_SUN :: GLenum
- pattern 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.
Enums
pattern GL_QUAD_MESH_SUN :: GLenum Source #
pattern GL_TRIANGLE_MESH_SUN :: GLenum Source #