Copyright | (c) Sven Panne 2016 |
---|---|
License | BSD3 |
Maintainer | Sven Panne <svenpanne@gmail.com> |
Stability | stable |
Portability | portable |
Safe Haskell | None |
Language | Haskell2010 |
- glGetSGISGenerateMipmap :: MonadIO m => m Bool
- gl_SGIS_generate_mipmap :: Bool
- pattern GL_GENERATE_MIPMAP_HINT_SGIS :: GLenum
- pattern GL_GENERATE_MIPMAP_SGIS :: GLenum
Extension Support
glGetSGISGenerateMipmap :: MonadIO m => m Bool Source #
Is the SGIS_generate_mipmap extension supported?
gl_SGIS_generate_mipmap :: Bool Source #
Is the SGIS_generate_mipmap extension supported?
Note that in the presence of multiple contexts with different capabilities,
this might be wrong. Use glGetSGISGenerateMipmap
in those cases instead.
Enums
pattern GL_GENERATE_MIPMAP_HINT_SGIS :: GLenum Source #
pattern GL_GENERATE_MIPMAP_SGIS :: GLenum Source #