| Copyright | (c) Sven Panne 2016 | 
|---|---|
| License | BSD3 | 
| Maintainer | Sven Panne <svenpanne@gmail.com> | 
| Stability | stable | 
| Portability | portable | 
| Safe Haskell | None | 
| Language | Haskell2010 | 
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 | 
beginConditionalRender :: QueryObject -> ConditionalRenderMode -> IO () Source #
endConditionalRender :: IO () Source #
withConditionalRender :: QueryObject -> ConditionalRenderMode -> IO a -> IO a Source #