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.FloatPixels
Contents
Description
- glGetAPPLEFloatPixels :: MonadIO m => m Bool
- gl_APPLE_float_pixels :: Bool
- gl_ALPHA_FLOAT16_APPLE :: GLenum
- gl_ALPHA_FLOAT32_APPLE :: GLenum
- gl_COLOR_FLOAT_APPLE :: GLenum
- gl_HALF_APPLE :: GLenum
- gl_INTENSITY_FLOAT16_APPLE :: GLenum
- gl_INTENSITY_FLOAT32_APPLE :: GLenum
- gl_LUMINANCE_ALPHA_FLOAT16_APPLE :: GLenum
- gl_LUMINANCE_ALPHA_FLOAT32_APPLE :: GLenum
- gl_LUMINANCE_FLOAT16_APPLE :: GLenum
- gl_LUMINANCE_FLOAT32_APPLE :: GLenum
- gl_RGBA_FLOAT16_APPLE :: GLenum
- gl_RGBA_FLOAT32_APPLE :: GLenum
- gl_RGB_FLOAT16_APPLE :: GLenum
- gl_RGB_FLOAT32_APPLE :: GLenum
Extension Support
glGetAPPLEFloatPixels :: MonadIO m => m Bool Source
Is the APPLE_float_pixels extension supported?
gl_APPLE_float_pixels :: Bool Source
Is the APPLE_float_pixels extension supported?
Note that in the presence of multiple contexts with different capabilities,
this might be wrong. Use glGetAPPLEFloatPixels
in those cases instead.