gl-0.7: 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_STORAGE_BIT_ARB :: (Num a, Eq a) => a Source