Copyright | (c) Sven Panne 2015 |
---|---|
License | BSD3 |
Maintainer | Sven Panne <[email protected]> |
Stability | stable |
Portability | portable |
Safe Haskell | None |
Language | Haskell2010 |
Graphics.Rendering.OpenGL.Raw.NV.InternalformatSampleQuery
Contents
Description
- glGetNVInternalformatSampleQuery :: MonadIO m => m Bool
- gl_NV_internalformat_sample_query :: Bool
- gl_CONFORMANT_NV :: GLenum
- gl_MULTISAMPLES_NV :: GLenum
- gl_RENDERBUFFER :: GLenum
- gl_SUPERSAMPLE_SCALE_X_NV :: GLenum
- gl_SUPERSAMPLE_SCALE_Y_NV :: GLenum
- gl_TEXTURE_2D_MULTISAMPLE :: GLenum
- gl_TEXTURE_2D_MULTISAMPLE_ARRAY :: GLenum
- glGetInternalformatSampleivNV :: MonadIO m => GLenum -> GLenum -> GLsizei -> GLenum -> GLsizei -> Ptr GLint -> m ()
Extension Support
glGetNVInternalformatSampleQuery :: MonadIO m => m Bool Source
Is the NV_internalformat_sample_query extension supported?
gl_NV_internalformat_sample_query :: Bool Source
Is the NV_internalformat_sample_query extension supported?
Note that in the presence of multiple contexts with different capabilities,
this might be wrong. Use glGetNVInternalformatSampleQuery
in those cases instead.