Copyright | (c) Sven Panne 2015 |
---|---|
License | BSD3 |
Maintainer | Sven Panne <[email protected]> |
Stability | stable |
Portability | portable |
Safe Haskell | None |
Language | Haskell2010 |
Graphics.Rendering.OpenGL.Raw.SGIS.FogFunction
Contents
Description
- glGetSGISFogFunction :: MonadIO m => m Bool
- gl_SGIS_fog_function :: Bool
- gl_FOG_FUNC_POINTS_SGIS :: GLenum
- gl_FOG_FUNC_SGIS :: GLenum
- gl_MAX_FOG_FUNC_POINTS_SGIS :: GLenum
- glFogFuncSGIS :: MonadIO m => GLsizei -> Ptr GLfloat -> m ()
- glGetFogFuncSGIS :: MonadIO m => Ptr GLfloat -> m ()
Extension Support
glGetSGISFogFunction :: MonadIO m => m Bool Source
Is the SGIS_fog_function extension supported?
gl_SGIS_fog_function :: Bool Source
Is the SGIS_fog_function extension supported?
Note that in the presence of multiple contexts with different capabilities,
this might be wrong. Use glGetSGISFogFunction
in those cases instead.