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

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

Graphics.GL.SGIX.Instruments

Contents

Description

 
Synopsis

Extension Support

glGetSGIXInstruments :: MonadIO m => m Bool Source #

Is the SGIX_instruments extension supported?

gl_SGIX_instruments :: Bool Source #

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

Enums

Functions

glInstrumentsBufferSGIX Source #

Arguments

:: MonadIO m 
=> GLsizei

size.

-> Ptr GLint

buffer pointing to size elements of type GLint.

-> m () 

glPollInstrumentsSGIX Source #

Arguments

:: MonadIO m 
=> Ptr GLint

marker_p pointing to 1 element of type GLint.

-> m GLint 

glReadInstrumentsSGIX Source #

Arguments

:: MonadIO m 
=> GLint

marker.

-> m () 

glStopInstrumentsSGIX Source #

Arguments

:: MonadIO m 
=> GLint

marker.

-> m ()