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.SharpenTexture
Contents
Description
- glGetSGISSharpenTexture :: MonadIO m => m Bool
- gl_SGIS_sharpen_texture :: Bool
- gl_LINEAR_SHARPEN_ALPHA_SGIS :: GLenum
- gl_LINEAR_SHARPEN_COLOR_SGIS :: GLenum
- gl_LINEAR_SHARPEN_SGIS :: GLenum
- gl_SHARPEN_TEXTURE_FUNC_POINTS_SGIS :: GLenum
- glGetSharpenTexFuncSGIS :: MonadIO m => GLenum -> Ptr GLfloat -> m ()
- glSharpenTexFuncSGIS :: MonadIO m => GLenum -> GLsizei -> Ptr GLfloat -> m ()
Extension Support
glGetSGISSharpenTexture :: MonadIO m => m Bool Source
Is the SGIS_sharpen_texture extension supported?
gl_SGIS_sharpen_texture :: Bool Source
Is the SGIS_sharpen_texture extension supported?
Note that in the presence of multiple contexts with different capabilities,
this might be wrong. Use glGetSGISSharpenTexture
in those cases instead.
Enums
Functions
glGetSharpenTexFuncSGIS Source
Arguments
:: MonadIO m | |
=> GLenum |
|
-> Ptr GLfloat |
|
-> m () |