OpenGLRaw-2.6.1.1: 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.APPLE.FlushBufferRange

Contents

Description

 

Synopsis

Extension Support

gl_APPLE_flush_buffer_range :: Bool Source

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

Enums

Functions

glBufferParameteriAPPLE Source

Arguments

:: MonadIO m 
=> GLenum

target.

-> GLenum

pname.

-> GLint

param.

-> m () 

glFlushMappedBufferRangeAPPLE Source

Arguments

:: MonadIO m 
=> GLenum

target.

-> GLintptr

offset of type BufferOffset.

-> GLsizeiptr

size of type BufferSize.

-> m () 

This command is an alias for glFlushMappedBufferRange.