gl-0.6.2: Complete OpenGL raw bindings

Safe HaskellNone
LanguageHaskell2010

Graphics.GL.Ext.SGIS.FogFunction

Contents

Synopsis

Extension Support

gl_SGIS_fog_function :: Bool Source

Checks that the GL_SGIS_fog_function extension is available.

GL_SGIS_fog_function

glFogFuncSGIS :: MonadIO m => GLsizei -> Ptr GLfloat -> m () Source

Usage: glFogFuncSGIS n points

The length of points should be n*2.

glGetFogFuncSGIS :: MonadIO m => Ptr GLfloat -> m () Source

Usage: glGetFogFuncSGIS points

The length of points should be COMPSIZE().

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

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

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