Copyright | (c) Sven Panne 2016 |
---|---|
License | BSD3 |
Maintainer | Sven Panne <svenpanne@gmail.com> |
Stability | stable |
Portability | portable |
Safe Haskell | None |
Language | Haskell2010 |
- glGetARBPointSprite :: MonadIO m => m Bool
- gl_ARB_point_sprite :: Bool
- pattern GL_COORD_REPLACE_ARB :: GLenum
- pattern GL_POINT_SPRITE_ARB :: GLenum
Extension Support
glGetARBPointSprite :: MonadIO m => m Bool Source #
Is the ARB_point_sprite extension supported?
gl_ARB_point_sprite :: Bool Source #
Is the ARB_point_sprite extension supported?
Note that in the presence of multiple contexts with different capabilities,
this might be wrong. Use glGetARBPointSprite
in those cases instead.
Enums
pattern GL_COORD_REPLACE_ARB :: GLenum Source #
pattern GL_POINT_SPRITE_ARB :: GLenum Source #