OpenGLRaw-1.1.0.1: A raw binding for the OpenGL graphics systemSource codeContentsIndex
Graphics.Rendering.OpenGL.Raw.NV.ConditionalRender
Portabilityportable
Stabilitystable
Maintainersven.panne@aedion.de
Contents
Functions
Tokens
Description
All raw functions and tokens from the NV_conditional_render extension, see http://www.opengl.org/registry/specs/NV/conditional_render.txt.
Synopsis
glBeginConditionalRender :: GLuint -> GLenum -> IO ()
glEndConditionalRender :: IO ()
gl_QUERY_WAIT :: GLenum
gl_QUERY_NO_WAIT :: GLenum
gl_QUERY_BY_REGION_WAIT :: GLenum
gl_QUERY_BY_REGION_NO_WAIT :: GLenum
Functions
glBeginConditionalRender :: GLuint -> GLenum -> IO ()Source
glEndConditionalRender :: IO ()Source
Tokens
gl_QUERY_WAIT :: GLenumSource
gl_QUERY_NO_WAIT :: GLenumSource
gl_QUERY_BY_REGION_WAIT :: GLenumSource
gl_QUERY_BY_REGION_NO_WAIT :: GLenumSource
Produced by Haddock version 2.4.2