gl-0.8.0: Complete OpenGL raw bindings

Safe HaskellNone
LanguageHaskell2010

Graphics.GL.Ext.SGIS.PointParameters

Contents

Synopsis

Extension Support

gl_SGIS_point_parameters :: Bool Source #

Checks that the GL_SGIS_point_parameters extension is available.

GL_SGIS_point_parameters

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

Usage: glPointParameterfSGIS pname param

The parameter pname is a PointParameterNameARB.

The parameter param is a CheckedFloat32.

This command is an alias for glPointParameterf.

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

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

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

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

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