Copyright | (c) Sven Panne 2016 |
---|---|
License | BSD3 |
Maintainer | Sven Panne <svenpanne@gmail.com> |
Stability | stable |
Portability | portable |
Safe Haskell | None |
Language | Haskell2010 |
- glGetNVXConditionalRender :: MonadIO m => m Bool
- gl_NVX_conditional_render :: Bool
- glBeginConditionalRenderNVX :: MonadIO m => GLuint -> m ()
- glEndConditionalRenderNVX :: MonadIO m => m ()
Extension Support
glGetNVXConditionalRender :: MonadIO m => m Bool Source #
Is the NVX_conditional_render extension supported?
gl_NVX_conditional_render :: Bool Source #
Is the NVX_conditional_render extension supported?
Note that in the presence of multiple contexts with different capabilities,
this might be wrong. Use glGetNVXConditionalRender
in those cases instead.
Functions
glEndConditionalRenderNVX :: MonadIO m => m () Source #
This command is an alias for glEndConditionalRender
.