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