Copyright | (c) Sven Panne 2019 |
---|---|
License | BSD3 |
Maintainer | Sven Panne <svenpanne@gmail.com> |
Stability | stable |
Portability | portable |
Safe Haskell | None |
Language | Haskell2010 |
Synopsis
- glGetARBDepthTexture :: MonadIO m => m Bool
- gl_ARB_depth_texture :: Bool
- pattern GL_DEPTH_COMPONENT16_ARB :: GLenum
- pattern GL_DEPTH_COMPONENT24_ARB :: GLenum
- pattern GL_DEPTH_COMPONENT32_ARB :: GLenum
- pattern GL_DEPTH_TEXTURE_MODE_ARB :: GLenum
- pattern GL_TEXTURE_DEPTH_SIZE_ARB :: GLenum
Extension Support
glGetARBDepthTexture :: MonadIO m => m Bool Source #
Is the ARB_depth_texture extension supported?
gl_ARB_depth_texture :: Bool Source #
Is the ARB_depth_texture extension supported?
Note that in the presence of multiple contexts with different capabilities,
this might be wrong. Use glGetARBDepthTexture
in those cases instead.
Enums
pattern GL_DEPTH_COMPONENT16_ARB :: GLenum Source #
pattern GL_DEPTH_COMPONENT24_ARB :: GLenum Source #
pattern GL_DEPTH_COMPONENT32_ARB :: GLenum Source #
pattern GL_DEPTH_TEXTURE_MODE_ARB :: GLenum Source #
pattern GL_TEXTURE_DEPTH_SIZE_ARB :: GLenum Source #