OpenGLRaw-2.6.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.EXT.DebugLabel

Contents

Description

 

Synopsis

Extension Support

glGetEXTDebugLabel :: MonadIO m => m Bool Source

Is the EXT_debug_label extension supported?

gl_EXT_debug_label :: Bool Source

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

Enums

Functions

glGetObjectLabelEXT Source

Arguments

:: MonadIO m 
=> GLenum

type.

-> GLuint

object.

-> GLsizei

bufSize.

-> Ptr GLsizei

length pointing to 1 element of type GLsizei.

-> Ptr GLchar

label pointing to bufSize elements of type GLchar.

-> m () 

glLabelObjectEXT Source

Arguments

:: MonadIO m 
=> GLenum

type.

-> GLuint

object.

-> GLsizei

length.

-> Ptr GLchar

label.

-> m ()