OpenGLRaw-3.3.0.1: A raw binding for the OpenGL graphics system

Copyright(c) Sven Panne 2018
LicenseBSD3
MaintainerSven Panne <svenpanne@gmail.com>
Stabilitystable
Portabilityportable
Safe HaskellNone
LanguageHaskell2010

Graphics.GL.ARB.DrawBuffers

Contents

Description

 

Synopsis

Extension Support

glGetARBDrawBuffers :: MonadIO m => m Bool Source #

Is the ARB_draw_buffers extension supported?

gl_ARB_draw_buffers :: Bool Source #

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

Enums

Functions

glDrawBuffersARB Source #

Arguments

:: MonadIO m 
=> GLsizei

n.

-> Ptr GLenum

bufs pointing to n elements of type DrawBufferModeATI.

-> m () 

This command is an alias for glDrawBuffers.