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