Copyright | (c) Sven Panne 2016 |
---|---|
License | BSD3 |
Maintainer | Sven Panne <svenpanne@gmail.com> |
Stability | stable |
Portability | portable |
Safe Haskell | None |
Language | Haskell2010 |
- glGetSGISFogFunction :: MonadIO m => m Bool
- gl_SGIS_fog_function :: Bool
- pattern GL_FOG_FUNC_POINTS_SGIS :: GLenum
- pattern GL_FOG_FUNC_SGIS :: GLenum
- pattern 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.
Enums
pattern GL_FOG_FUNC_POINTS_SGIS :: GLenum Source #
pattern GL_FOG_FUNC_SGIS :: GLenum Source #
pattern GL_MAX_FOG_FUNC_POINTS_SGIS :: GLenum Source #