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.SGIS.PointParameters
Contents
Description
- glGetSGISPointParameters :: MonadIO m => m Bool
- gl_SGIS_point_parameters :: Bool
- gl_DISTANCE_ATTENUATION_SGIS :: GLenum
- gl_POINT_FADE_THRESHOLD_SIZE_SGIS :: GLenum
- gl_POINT_SIZE_MAX_SGIS :: GLenum
- gl_POINT_SIZE_MIN_SGIS :: GLenum
- glPointParameterfSGIS :: MonadIO m => GLenum -> GLfloat -> m ()
- glPointParameterfvSGIS :: MonadIO m => GLenum -> Ptr GLfloat -> m ()
Extension Support
glGetSGISPointParameters :: MonadIO m => m Bool Source
Is the SGIS_point_parameters extension supported?
gl_SGIS_point_parameters :: Bool Source
Is the SGIS_point_parameters extension supported?
Note that in the presence of multiple contexts with different capabilities,
this might be wrong. Use glGetSGISPointParameters
in those cases instead.
Enums
Functions
Arguments
:: MonadIO m | |
=> GLenum |
|
-> GLfloat |
|
-> m () |
This command is an alias for glPointParameterf
.
Arguments
:: MonadIO m | |
=> GLenum |
|
-> Ptr GLfloat |
|
-> m () |
This command is an alias for glPointParameterfv
.