OpenGLRaw-2.2.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.DrawBuffers2

Contents

Description

The EXT_draw_buffers2 extension.

Synopsis

Functions

glColorMaskIndexedEXT Source

Arguments

:: GLuint

index.

-> GLboolean

r of type Boolean.

-> GLboolean

g of type Boolean.

-> GLboolean

b of type Boolean.

-> GLboolean

a of type Boolean.

-> IO () 

glDisableIndexedEXT Source

Arguments

:: GLenum

target.

-> GLuint

index.

-> IO () 

glEnableIndexedEXT Source

Arguments

:: GLenum

target.

-> GLuint

index.

-> IO () 

glGetBooleanIndexedvEXT Source

Arguments

:: GLenum

target.

-> GLuint

index.

-> Ptr GLboolean

data pointing to COMPSIZE(target) elements of type Boolean.

-> IO () 

glGetIntegerIndexedvEXT Source

Arguments

:: GLenum

target.

-> GLuint

index.

-> Ptr GLint

data pointing to COMPSIZE(target) elements of type GLint.

-> IO () 

glIsEnabledIndexedEXT Source

Arguments

:: GLenum

target.

-> GLuint

index.

-> IO GLboolean

of type Boolean.