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