gl-0.7.6: Complete OpenGL raw bindings

Safe HaskellNone
LanguageHaskell2010

Graphics.GL.Ext.NV.PointSprite

Contents

Synopsis

Extension Support

gl_NV_point_sprite :: Bool Source

Checks that the GL_NV_point_sprite extension is available.

GL_NV_point_sprite

glPointParameteriNV :: MonadIO m => GLenum -> GLint -> m () Source

Usage: glPointParameteriNV pname param

The parameter pname is a PointParameterNameARB.

This command is an alias for glPointParameteri.

glPointParameterivNV :: MonadIO m => GLenum -> Ptr GLint -> m () Source

Usage: glPointParameterivNV pname params

The parameter pname is a PointParameterNameARB.

The length of params should be COMPSIZE(pname).

This command is an alias for glPointParameteriv.

pattern GL_COORD_REPLACE_NV :: (Num a, Eq a) => a Source

pattern GL_POINT_SPRITE_NV :: (Num a, Eq a) => a Source

pattern GL_POINT_SPRITE_R_MODE_NV :: (Num a, Eq a) => a Source