OpenGLRaw-2.1.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.Instruments

Contents

Description

The SGIX_instruments extension.

Synopsis

Enums

Functions

glInstrumentsBufferSGIX Source

Arguments

:: GLsizei

size.

-> Ptr GLint

buffer pointing to size elements of type GLint.

-> IO () 

glPollInstrumentsSGIX Source

Arguments

:: Ptr GLint

marker_p pointing to 1 elements of type GLint.

-> IO GLint 

glReadInstrumentsSGIX Source

Arguments

:: GLint

marker.

-> IO () 

glStopInstrumentsSGIX Source

Arguments

:: GLint

marker.

-> IO ()