Copyright | (c) Sven Panne 2016 |
---|---|
License | BSD3 |
Maintainer | Sven Panne <svenpanne@gmail.com> |
Stability | stable |
Portability | portable |
Safe Haskell | None |
Language | Haskell2010 |
- glGetAPPLERGB422 :: MonadIO m => m Bool
- gl_APPLE_rgb_422 :: Bool
- pattern GL_RGB_422_APPLE :: GLenum
- pattern GL_RGB_RAW_422_APPLE :: GLenum
- pattern GL_UNSIGNED_SHORT_8_8_APPLE :: GLenum
- pattern GL_UNSIGNED_SHORT_8_8_REV_APPLE :: GLenum
Extension Support
glGetAPPLERGB422 :: MonadIO m => m Bool Source
Is the APPLE_rgb_422 extension supported?
gl_APPLE_rgb_422 :: Bool Source
Is the APPLE_rgb_422 extension supported?
Note that in the presence of multiple contexts with different capabilities,
this might be wrong. Use glGetAPPLERGB422
in those cases instead.
Enums
pattern GL_RGB_422_APPLE :: GLenum Source
pattern GL_RGB_RAW_422_APPLE :: GLenum Source
pattern GL_UNSIGNED_SHORT_8_8_APPLE :: GLenum Source
pattern GL_UNSIGNED_SHORT_8_8_REV_APPLE :: GLenum Source