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