gl-0.8.0: Complete OpenGL raw bindings

Safe HaskellNone
LanguageHaskell2010

Graphics.GL.Ext.ARB.PointParameters

Contents

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_DISTANCE_ATTENUATION_ARB :: forall a. (Num a, Eq a) => a Source #

pattern GL_POINT_FADE_THRESHOLD_SIZE_ARB :: forall a. (Num a, Eq a) => a Source #

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

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