OpenGLRaw-2.3.0.0: A raw binding for the OpenGL graphics system

Copyright(c) Sven Panne 2015
LicenseBSD3
MaintainerSven Panne <svenpanne@gmail.com>
Stabilitystable
Portabilityportable
Safe HaskellNone
LanguageHaskell2010

Graphics.Rendering.OpenGL.Raw.NV.Fence

Contents

Description

The NV_fence extension.

Synopsis

Enums

Functions

glDeleteFencesNV Source

Arguments

:: GLsizei

n.

-> Ptr GLuint

fences pointing to n elements of type FenceNV.

-> IO () 

glFinishFenceNV Source

Arguments

:: GLuint

fence of type FenceNV.

-> IO () 

glGenFencesNV Source

Arguments

:: GLsizei

n.

-> Ptr GLuint

fences pointing to n elements of type FenceNV.

-> IO () 

glGetFenceivNV Source

Arguments

:: GLuint

fence of type FenceNV.

-> GLenum

pname of type FenceParameterNameNV.

-> Ptr GLint

params pointing to COMPSIZE(pname) elements of type GLint.

-> IO () 

glIsFenceNV Source

Arguments

:: GLuint

fence of type FenceNV.

-> IO GLboolean

of type Boolean.

glSetFenceNV Source

Arguments

:: GLuint

fence of type FenceNV.

-> GLenum

condition of type FenceConditionNV.

-> IO () 

glTestFenceNV Source

Arguments

:: GLuint

fence of type FenceNV.

-> IO GLboolean

of type Boolean.