Copyright | (c) Sven Panne 2013 |
---|---|
License | BSD3 |
Maintainer | Sven Panne <[email protected]> |
Stability | stable |
Portability | portable |
Safe Haskell | None |
Language | Haskell2010 |
Graphics.Rendering.OpenGL.Raw.ARB.PointParameters
Description
All raw functions and tokens from the ARB_point_parameters extension, see http://www.opengl.org/registry/specs/ARB/point_parameters.txt.
- glPointParameterf :: GLenum -> GLfloat -> IO ()
- glPointParameterfv :: GLenum -> Ptr GLfloat -> IO ()
- gl_POINT_SIZE_MIN :: GLenum
- gl_POINT_SIZE_MAX :: GLenum
- gl_POINT_FADE_THRESHOLD_SIZE :: GLenum
- gl_POINT_DISTANCE_ATTENUATION :: GLenum
Functions
Arguments
:: GLenum |
|
-> GLfloat |
|
-> IO () |
Manual pages for OpenGL 2.x or OpenGL 3.x or OpenGL 4.x
Arguments
:: GLenum |
|
-> Ptr GLfloat |
|
-> IO () |
Manual pages for OpenGL 2.x or OpenGL 3.x or OpenGL 4.x