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.TextureStorage
Contents
Description
- glGetARBTextureStorage :: MonadIO m => m Bool
- gl_ARB_texture_storage :: Bool
- gl_TEXTURE_IMMUTABLE_FORMAT :: GLenum
- glTexStorage1D :: MonadIO m => GLenum -> GLsizei -> GLenum -> GLsizei -> m ()
- glTexStorage2D :: MonadIO m => GLenum -> GLsizei -> GLenum -> GLsizei -> GLsizei -> m ()
- glTexStorage3D :: MonadIO m => GLenum -> GLsizei -> GLenum -> GLsizei -> GLsizei -> GLsizei -> m ()
Extension Support
glGetARBTextureStorage :: MonadIO m => m Bool Source
Is the ARB_texture_storage extension supported?
gl_ARB_texture_storage :: Bool Source
Is the ARB_texture_storage extension supported?
Note that in the presence of multiple contexts with different capabilities,
this might be wrong. Use glGetARBTextureStorage
in those cases instead.
Enums
Functions
Arguments
:: MonadIO m | |
=> GLenum |
|
-> GLsizei |
|
-> GLenum |
|
-> GLsizei |
|
-> m () |
Manual page for OpenGL 4.x.
Arguments
:: MonadIO m | |
=> GLenum |
|
-> GLsizei |
|
-> GLenum |
|
-> GLsizei |
|
-> GLsizei |
|
-> m () |
Manual page for OpenGL 4.x.