OpenGLRaw-3.3.4.1: A raw binding for the OpenGL graphics system
Copyright(c) Sven Panne 2019
LicenseBSD3
MaintainerSven Panne <svenpanne@gmail.com>
Stabilitystable
Portabilityportable
Safe HaskellNone
LanguageHaskell2010

Graphics.GL.NVX.ProgressFence

Description

 
Synopsis

Extension Support

glGetNVXProgressFence :: MonadIO m => m Bool Source #

Is the NVX_progress_fence extension supported?

gl_NVX_progress_fence :: Bool Source #

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

Functions

glClientWaitSemaphoreui64NVX Source #

Arguments

:: MonadIO m 
=> GLsizei

fenceObjectCount.

-> Ptr GLuint

semaphoreArray pointing to fenceObjectCount elements of type GLuint.

-> Ptr GLuint64

fenceValueArray pointing to fenceObjectCount elements of type GLuint64.

-> m () 

glSignalSemaphoreui64NVX Source #

Arguments

:: MonadIO m 
=> GLuint

signalGpu.

-> GLsizei

fenceObjectCount.

-> Ptr GLuint

semaphoreArray pointing to fenceObjectCount elements of type GLuint.

-> Ptr GLuint64

fenceValueArray pointing to fenceObjectCount elements of type GLuint64.

-> m () 

glWaitSemaphoreui64NVX Source #

Arguments

:: MonadIO m 
=> GLuint

waitGpu.

-> GLsizei

fenceObjectCount.

-> Ptr GLuint

semaphoreArray pointing to fenceObjectCount elements of type GLuint.

-> Ptr GLuint64

fenceValueArray pointing to fenceObjectCount elements of type GLuint64.

-> m ()