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