OpenGLRaw-2.1.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.APPLE.Fence

Contents

Description

The APPLE_fence extension.

Synopsis

Enums

Functions

glDeleteFencesAPPLE Source

Arguments

:: GLsizei

n.

-> Ptr GLuint

fences pointing to n elements of type FenceNV.

-> IO () 

glFinishFenceAPPLE Source

Arguments

:: GLuint

fence of type FenceNV.

-> IO () 

glFinishObjectAPPLE Source

Arguments

:: GLenum

object of type ObjectTypeAPPLE.

-> GLint

name.

-> IO () 

glGenFencesAPPLE Source

Arguments

:: GLsizei

n.

-> Ptr GLuint

fences pointing to n elements of type FenceNV.

-> IO () 

glIsFenceAPPLE Source

Arguments

:: GLuint

fence of type FenceNV.

-> IO GLboolean

of type Boolean.

glSetFenceAPPLE Source

Arguments

:: GLuint

fence of type FenceNV.

-> IO () 

glTestFenceAPPLE Source

Arguments

:: GLuint

fence of type FenceNV.

-> IO GLboolean

of type Boolean.

glTestObjectAPPLE Source

Arguments

:: GLenum

object of type ObjectTypeAPPLE.

-> GLuint

name.

-> IO GLboolean

of type Boolean.