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