gl-0.9: Complete OpenGL raw bindings
Safe HaskellNone
LanguageHaskell2010

Graphics.GL.Ext.ARB.PointParameters

Synopsis

Extension Support

gl_ARB_point_parameters :: Bool Source #

Checks that the GL_ARB_point_parameters extension is available.

GL_ARB_point_parameters

glPointParameterfARB :: MonadIO m => GLenum -> GLfloat -> m () Source #

Usage: glPointParameterfARB pname param

The parameter pname is a PointParameterNameARB.

The parameter param is a CheckedFloat32.

This command is an alias for glPointParameterf.

glPointParameterfvARB :: MonadIO m => GLenum -> Ptr GLfloat -> m () Source #

Usage: glPointParameterfvARB pname params

The parameter pname is a PointParameterNameARB.

The parameter params is a CheckedFloat32.

The length of params should be COMPSIZE(pname).

This command is an alias for glPointParameterfv.

pattern GL_POINT_SIZE_MAX_ARB :: (Eq a, Num a) => a Source #

pattern GL_POINT_SIZE_MIN_ARB :: (Eq a, Num a) => a Source #