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