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.TextureBorderClamp
Contents
Description
Extension Support
glGetSGISTextureBorderClamp :: MonadIO m => m Bool Source
Is the SGIS_texture_border_clamp extension supported?
gl_SGIS_texture_border_clamp :: Bool Source
Is the SGIS_texture_border_clamp extension supported?
Note that in the presence of multiple contexts with different capabilities,
this might be wrong. Use glGetSGISTextureBorderClamp
in those cases instead.