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.NV.PointSprite
Contents
Description
- glGetNVPointSprite :: MonadIO m => m Bool
- gl_NV_point_sprite :: Bool
- gl_COORD_REPLACE_NV :: GLenum
- gl_POINT_SPRITE_NV :: GLenum
- gl_POINT_SPRITE_R_MODE_NV :: GLenum
- glPointParameteriNV :: MonadIO m => GLenum -> GLint -> m ()
- glPointParameterivNV :: MonadIO m => GLenum -> Ptr GLint -> m ()
Extension Support
glGetNVPointSprite :: MonadIO m => m Bool Source
Is the NV_point_sprite extension supported?
gl_NV_point_sprite :: Bool Source
Is the NV_point_sprite extension supported?
Note that in the presence of multiple contexts with different capabilities,
this might be wrong. Use glGetNVPointSprite
in those cases instead.
Enums
Functions
This command is an alias for glPointParameteri
.
Arguments
:: MonadIO m | |
=> GLenum |
|
-> Ptr GLint |
|
-> m () |
This command is an alias for glPointParameteriv
.