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.TextureFilter4
Contents
Description
- glGetSGISTextureFilter4 :: MonadIO m => m Bool
- gl_SGIS_texture_filter4 :: Bool
- gl_FILTER4_SGIS :: GLenum
- gl_TEXTURE_FILTER4_SIZE_SGIS :: GLenum
- glGetTexFilterFuncSGIS :: MonadIO m => GLenum -> GLenum -> Ptr GLfloat -> m ()
- glTexFilterFuncSGIS :: MonadIO m => GLenum -> GLenum -> GLsizei -> Ptr GLfloat -> m ()
Extension Support
glGetSGISTextureFilter4 :: MonadIO m => m Bool Source
Is the SGIS_texture_filter4 extension supported?
gl_SGIS_texture_filter4 :: Bool Source
Is the SGIS_texture_filter4 extension supported?
Note that in the presence of multiple contexts with different capabilities,
this might be wrong. Use glGetSGISTextureFilter4
in those cases instead.