OpenGLRaw-2.5.2.1: 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.Instruments

Contents

Description

The SGIX_instruments extension.

Synopsis

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 ()