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

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

Graphics.Rendering.OpenGL.Raw.ARB.FramebufferNoAttachments

Contents

Description

All raw functions and tokens from the ARB_framebuffer_no_attachments extension, see http://www.opengl.org/registry/specs/ARB/framebuffer_no_attachments.txt.

Synopsis

Functions

glFramebufferParameteri Source

Arguments

:: GLenum

target.

-> GLenum

pname.

-> GLint

param.

-> IO () 

Manual page for OpenGL 4.x

glGetFramebufferParameteriv Source

Arguments

:: GLenum

target.

-> GLenum

pname.

-> Ptr GLint

params pointing to COMPSIZE(pname) elements of type GLint.

-> IO () 

Manual page for OpenGL 4.x

Tokens