Copyright | (c) Sven Panne 2015 |
---|---|
License | BSD3 |
Maintainer | Sven Panne <svenpanne@gmail.com> |
Stability | stable |
Portability | portable |
Safe Haskell | None |
Language | Haskell2010 |
Graphics.Rendering.OpenGL.Raw.ARB.ClearTexture
Contents
Description
- glGetARBClearTexture :: MonadIO m => m Bool
- gl_ARB_clear_texture :: Bool
- gl_CLEAR_TEXTURE :: GLenum
- glClearTexImage :: MonadIO m => GLuint -> GLint -> GLenum -> GLenum -> Ptr a -> m ()
- glClearTexSubImage :: MonadIO m => GLuint -> GLint -> GLint -> GLint -> GLint -> GLsizei -> GLsizei -> GLsizei -> GLenum -> GLenum -> Ptr a -> m ()
Extension Support
glGetARBClearTexture :: MonadIO m => m Bool
Is the ARB_clear_texture extension supported?
Is the ARB_clear_texture extension supported?
Note that in the presence of multiple contexts with different capabilities,
this might be wrong. Use glGetARBClearTexture
in those cases instead.