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.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 Source
Is the ARB_clear_texture extension supported?
gl_ARB_clear_texture :: Bool Source
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.
Enums
Functions
Arguments
:: MonadIO m | |
=> GLuint |
|
-> GLint |
|
-> GLenum |
|
-> GLenum |
|
-> Ptr a |
|
-> m () |
Manual page for OpenGL 4.x.