Portability | portable |
---|---|
Stability | stable |
Maintainer | Sven Panne <[email protected]> |
Safe Haskell | None |
Graphics.Rendering.OpenGL.GL.ConditionalRendering
Description
This module corresponds to section 10.10 (Conditional Rendering) of the OpenGL 4.4 specs.
Documentation
data ConditionalRenderMode Source
Constructors
QueryWait | |
QueryNoWait | |
QueryByRegionWait | |
QueryByRegionNoWait |
endConditionalRender :: IO ()Source
withConditionalRender :: QueryObject -> ConditionalRenderMode -> IO a -> IO aSource