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

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

Graphics.GL.APPLE.Fence

Contents

Description

 

Synopsis

Extension Support

glGetAPPLEFence :: MonadIO m => m Bool Source #

Is the APPLE_fence extension supported?

gl_APPLE_fence :: Bool Source #

Is the APPLE_fence extension supported? Note that in the presence of multiple contexts with different capabilities, this might be wrong. Use glGetAPPLEFence in those cases instead.

Enums

Functions

glDeleteFencesAPPLE Source #

Arguments

:: MonadIO m 
=> GLsizei

n.

-> Ptr GLuint

fences pointing to n elements of type FenceNV.

-> m () 

glFinishFenceAPPLE Source #

Arguments

:: MonadIO m 
=> GLuint

fence of type FenceNV.

-> m () 

glFinishObjectAPPLE Source #

Arguments

:: MonadIO m 
=> GLenum

object of type ObjectTypeAPPLE.

-> GLint

name.

-> m () 

glGenFencesAPPLE Source #

Arguments

:: MonadIO m 
=> GLsizei

n.

-> Ptr GLuint

fences pointing to n elements of type FenceNV.

-> m () 

glIsFenceAPPLE Source #

Arguments

:: MonadIO m 
=> GLuint

fence of type FenceNV.

-> m GLboolean

of type Boolean.

glSetFenceAPPLE Source #

Arguments

:: MonadIO m 
=> GLuint

fence of type FenceNV.

-> m () 

glTestFenceAPPLE Source #

Arguments

:: MonadIO m 
=> GLuint

fence of type FenceNV.

-> m GLboolean

of type Boolean.

glTestObjectAPPLE Source #

Arguments

:: MonadIO m 
=> GLenum

object of type ObjectTypeAPPLE.

-> GLuint

name.

-> m GLboolean

of type Boolean.