gl-0.8.0: Complete OpenGL raw bindings

Safe HaskellNone
LanguageHaskell2010

Graphics.GL.Ext.ARB.SparseBuffer

Contents

Synopsis

Extension Support

gl_ARB_sparse_buffer :: Bool Source #

Checks that the GL_ARB_sparse_buffer extension is available.

GL_ARB_sparse_buffer

glBufferPageCommitmentARB :: MonadIO m => GLenum -> GLintptr -> GLsizeiptr -> GLboolean -> m () Source #

Usage: glBufferPageCommitmentARB target offset size commit

pattern GL_SPARSE_BUFFER_PAGE_SIZE_ARB :: forall a. (Num a, Eq a) => a Source #

pattern GL_SPARSE_STORAGE_BIT_ARB :: forall a. (Num a, Eq a) => a Source #