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

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

Graphics.GL.ARB.CLEvent

Contents

Description

 

Synopsis

Extension Support

glGetARBCLEvent :: MonadIO m => m Bool Source #

Is the ARB_cl_event extension supported?

gl_ARB_cl_event :: Bool Source #

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

Enums

Functions

glCreateSyncFromCLeventARB Source #

Arguments

:: MonadIO m 
=> Ptr a

context pointing to elements of type cl_context.

-> Ptr b

event pointing to elements of type cl_event.

-> GLbitfield

flags.

-> m GLsync

of type sync.