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