OpenGLRaw-2.3.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.ARB.InvalidateSubdata

Contents

Description

The ARB_invalidate_subdata extension.

Synopsis

Functions

glInvalidateBufferData Source

Arguments

:: GLuint

buffer.

-> IO () 

Manual page for OpenGL 4.x

glInvalidateBufferSubData Source

Arguments

:: GLuint

buffer.

-> GLintptr

offset of type BufferOffset.

-> GLsizeiptr

length of type BufferSize.

-> IO () 

Manual page for OpenGL 4.x

glInvalidateFramebuffer Source

Arguments

:: GLenum

target.

-> GLsizei

numAttachments.

-> Ptr GLenum

attachments pointing to numAttachments elements of type GLenum.

-> IO () 

Manual page for OpenGL 4.x

glInvalidateSubFramebuffer Source

Arguments

:: GLenum

target.

-> GLsizei

numAttachments.

-> Ptr GLenum

attachments pointing to numAttachments elements of type GLenum.

-> GLint

x.

-> GLint

y.

-> GLsizei

width.

-> GLsizei

height.

-> IO () 

Manual page for OpenGL 4.x

glInvalidateTexImage Source

Arguments

:: GLuint

texture.

-> GLint

level.

-> IO () 

Manual page for OpenGL 4.x

glInvalidateTexSubImage Source

Arguments

:: GLuint

texture.

-> GLint

level.

-> GLint

xoffset.

-> GLint

yoffset.

-> GLint

zoffset.

-> GLsizei

width.

-> GLsizei

height.

-> GLsizei

depth.

-> IO () 

Manual page for OpenGL 4.x