Copyright | (c) Sven Panne 2019 |
---|---|
License | BSD3 |
Maintainer | Sven Panne <svenpanne@gmail.com> |
Stability | stable |
Portability | portable |
Safe Haskell | None |
Language | Haskell2010 |
Synopsis
- glGetARBPointParameters :: MonadIO m => m Bool
- gl_ARB_point_parameters :: Bool
- pattern GL_POINT_DISTANCE_ATTENUATION_ARB :: GLenum
- pattern GL_POINT_FADE_THRESHOLD_SIZE_ARB :: GLenum
- pattern GL_POINT_SIZE_MAX_ARB :: GLenum
- pattern GL_POINT_SIZE_MIN_ARB :: GLenum
- glPointParameterfARB :: MonadIO m => GLenum -> GLfloat -> m ()
- glPointParameterfvARB :: MonadIO m => GLenum -> Ptr GLfloat -> m ()
Extension Support
glGetARBPointParameters :: MonadIO m => m Bool Source #
Is the ARB_point_parameters extension supported?
gl_ARB_point_parameters :: Bool Source #
Is the ARB_point_parameters extension supported?
Note that in the presence of multiple contexts with different capabilities,
this might be wrong. Use glGetARBPointParameters
in those cases instead.
Enums
pattern GL_POINT_DISTANCE_ATTENUATION_ARB :: GLenum Source #
pattern GL_POINT_FADE_THRESHOLD_SIZE_ARB :: GLenum Source #
pattern GL_POINT_SIZE_MAX_ARB :: GLenum Source #
pattern GL_POINT_SIZE_MIN_ARB :: GLenum Source #
Functions
:: MonadIO m | |
=> GLenum |
|
-> GLfloat |
|
-> m () |
This command is an alias for glPointParameterf
.
glPointParameterfvARB Source #
:: MonadIO m | |
=> GLenum |
|
-> Ptr GLfloat |
|
-> m () |
This command is an alias for glPointParameterfv
.