OpenGLRaw-3.3.0.2: 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.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 of type BufferTargetARB.

-> GLintptr

offset of type BufferOffset.

-> GLsizeiptr

size of type BufferSize.

-> m () 

This command is an alias for glFlushMappedBufferRange.