OpenGLRaw-3.2.4.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.EXT.DebugMarker

Contents

Description

 

Synopsis

Extension Support

glGetEXTDebugMarker :: MonadIO m => m Bool Source #

Is the EXT_debug_marker extension supported?

gl_EXT_debug_marker :: Bool Source #

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

Functions

glInsertEventMarkerEXT Source #

Arguments

:: MonadIO m 
=> GLsizei

length.

-> Ptr GLchar

marker.

-> m () 

glPushGroupMarkerEXT Source #

Arguments

:: MonadIO m 
=> GLsizei

length.

-> Ptr GLchar

marker.

-> m ()