gl-0.9: Complete OpenGL raw bindings
Safe HaskellNone
LanguageHaskell2010

Graphics.GL.Ext.ARB.SparseBuffer

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