OpenGLRaw-2.2.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.SGIX.Async

Contents

Description

The SGIX_async extension.

Synopsis

Enums

Functions

glAsyncMarkerSGIX Source

Arguments

:: GLuint

marker.

-> IO () 

glDeleteAsyncMarkersSGIX Source

Arguments

:: GLuint

marker.

-> GLsizei

range.

-> IO () 

glFinishAsyncSGIX Source

Arguments

:: Ptr GLuint

markerp pointing to 1 elements of type GLuint.

-> IO GLint 

glIsAsyncMarkerSGIX Source

Arguments

:: GLuint

marker.

-> IO GLboolean

of type Boolean.

glPollAsyncSGIX Source

Arguments

:: Ptr GLuint

markerp pointing to 1 elements of type GLuint.

-> IO GLint