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.APPLE.TextureRange
Contents
Description
- glGetAPPLETextureRange :: MonadIO m => m Bool
- gl_APPLE_texture_range :: Bool
- gl_STORAGE_CACHED_APPLE :: GLenum
- gl_STORAGE_PRIVATE_APPLE :: GLenum
- gl_STORAGE_SHARED_APPLE :: GLenum
- gl_TEXTURE_RANGE_LENGTH_APPLE :: GLenum
- gl_TEXTURE_RANGE_POINTER_APPLE :: GLenum
- gl_TEXTURE_STORAGE_HINT_APPLE :: GLenum
- glGetTexParameterPointervAPPLE :: MonadIO m => GLenum -> GLenum -> Ptr (Ptr a) -> m ()
- glTextureRangeAPPLE :: MonadIO m => GLenum -> GLsizei -> Ptr a -> m ()
Extension Support
glGetAPPLETextureRange :: MonadIO m => m Bool Source
Is the APPLE_texture_range extension supported?
gl_APPLE_texture_range :: Bool Source
Is the APPLE_texture_range extension supported?
Note that in the presence of multiple contexts with different capabilities,
this might be wrong. Use glGetAPPLETextureRange
in those cases instead.