OpenGLRaw-1.1.0.1: A raw binding for the OpenGL graphics systemSource codeContentsIndex
Graphics.Rendering.OpenGL.Raw.NV.Fence
Portabilityportable
Stabilitystable
Maintainersven.panne@aedion.de
Contents
Functions
Tokens
Description
All raw functions and tokens from the NV_fence not already in the OpenGL 3.1 core, see http://www.opengl.org/registry/specs/NV/fence.txt.
Synopsis
glGenFences :: GLsizei -> Ptr GLuint -> IO ()
glDeleteFences :: GLsizei -> Ptr GLuint -> IO ()
glSetFence :: GLuint -> GLenum -> IO ()
glTestFence :: GLuint -> IO GLboolean
glFinishFence :: GLuint -> IO ()
glIsFence :: GLuint -> IO GLboolean
glGetFenceiv :: GLuint -> GLenum -> Ptr GLint -> IO ()
gl_ALL_COMPLETED :: GLenum
gl_FENCE_STATUS :: GLenum
gl_FENCE_CONDITION :: GLenum
Functions
glGenFences :: GLsizei -> Ptr GLuint -> IO ()Source
glDeleteFences :: GLsizei -> Ptr GLuint -> IO ()Source
glSetFence :: GLuint -> GLenum -> IO ()Source
glTestFence :: GLuint -> IO GLbooleanSource
glFinishFence :: GLuint -> IO ()Source
glIsFence :: GLuint -> IO GLbooleanSource
glGetFenceiv :: GLuint -> GLenum -> Ptr GLint -> IO ()Source
Tokens
gl_ALL_COMPLETED :: GLenumSource
gl_FENCE_STATUS :: GLenumSource
gl_FENCE_CONDITION :: GLenumSource
Produced by Haddock version 2.4.2