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.KHR.DebugCore

Contents

Description

The KHR_debug_core extension.

Synopsis

Enums

Functions

glDebugMessageCallback Source

Arguments

:: GLDEBUGPROC

callback.

-> Ptr a

userParam.

-> IO () 

Manual page for OpenGL 4.x

glDebugMessageControl Source

Arguments

:: GLenum

source.

-> GLenum

type.

-> GLenum

severity.

-> GLsizei

count.

-> Ptr GLuint

ids pointing to count elements of type GLuint.

-> GLboolean

enabled of type Boolean.

-> IO () 

Manual page for OpenGL 4.x

glDebugMessageInsert Source

Arguments

:: GLenum

source.

-> GLenum

type.

-> GLuint

id.

-> GLenum

severity.

-> GLsizei

length.

-> Ptr GLchar

buf pointing to COMPSIZE(buf,length) elements of type GLchar.

-> IO () 

Manual page for OpenGL 4.x

glGetDebugMessageLog Source

Arguments

:: GLuint

count.

-> GLsizei

bufSize.

-> Ptr GLenum

sources pointing to count elements of type GLenum.

-> Ptr GLenum

types pointing to count elements of type GLenum.

-> Ptr GLuint

ids pointing to count elements of type GLuint.

-> Ptr GLenum

severities pointing to count elements of type GLenum.

-> Ptr GLsizei

lengths pointing to count elements of type GLsizei.

-> Ptr GLchar

messageLog pointing to bufSize elements of type GLchar.

-> IO GLuint 

Manual page for OpenGL 4.x

glGetObjectLabel Source

Arguments

:: GLenum

identifier.

-> GLuint

name.

-> GLsizei

bufSize.

-> Ptr GLsizei

length pointing to 1 elements of type GLsizei.

-> Ptr GLchar

label pointing to bufSize elements of type GLchar.

-> IO () 

Manual page for OpenGL 4.x

glGetObjectPtrLabel Source

Arguments

:: Ptr a

ptr.

-> GLsizei

bufSize.

-> Ptr GLsizei

length pointing to 1 elements of type GLsizei.

-> Ptr GLchar

label pointing to bufSize elements of type GLchar.

-> IO () 

Manual page for OpenGL 4.x

glGetPointerv Source

Arguments

:: GLenum

pname of type GetPointervPName.

-> Ptr (Ptr a)

params pointing to 1 elements of type Ptr a.

-> IO () 

Manual pages for OpenGL 2.x or OpenGL 4.x

glObjectLabel Source

Arguments

:: GLenum

identifier.

-> GLuint

name.

-> GLsizei

length.

-> Ptr GLchar

label pointing to COMPSIZE(label,length) elements of type GLchar.

-> IO () 

Manual page for OpenGL 4.x

glObjectPtrLabel Source

Arguments

:: Ptr a

ptr.

-> GLsizei

length.

-> Ptr GLchar

label pointing to COMPSIZE(label,length) elements of type GLchar.

-> IO () 

Manual page for OpenGL 4.x

glPopDebugGroup :: IO () Source

Manual page for OpenGL 4.x

glPushDebugGroup Source

Arguments

:: GLenum

source.

-> GLuint

id.

-> GLsizei

length.

-> Ptr GLchar

message pointing to COMPSIZE(message,length) elements of type GLchar.

-> IO () 

Manual page for OpenGL 4.x