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