Copyright | (c) Sven Panne 2016 |
---|---|
License | BSD3 |
Maintainer | Sven Panne <svenpanne@gmail.com> |
Stability | stable |
Portability | portable |
Safe Haskell | None |
Language | Haskell2010 |
This module corresponds to section 10.10 (Conditional Rendering) of the OpenGL 4.4 specs.
Documentation
data ConditionalRenderMode Source #
beginConditionalRender :: QueryObject -> ConditionalRenderMode -> IO () Source #
endConditionalRender :: IO () Source #
withConditionalRender :: QueryObject -> ConditionalRenderMode -> IO a -> IO a Source #