OpenGLRaw-1.1.0.1: A raw binding for the OpenGL graphics systemSource codeContentsIndex
Graphics.Rendering.OpenGL.Raw.EXT.CompiledVertexArray
Portabilityportable
Stabilitystable
Maintainersven.panne@aedion.de
Contents
Functions
Tokens
Description
All raw functions and tokens from the EXT_compiled_vertex_array extension, see http://www.opengl.org/registry/specs/EXT/compiled_vertex_array.txt.
Synopsis
glLockArrays :: GLint -> GLsizei -> IO ()
glUnlockArrays :: IO ()
gl_ARRAY_ELEMENT_LOCK_FIRST :: GLenum
gl_ARRAY_ELEMENT_LOCK_COUNT :: GLenum
Functions
glLockArrays :: GLint -> GLsizei -> IO ()Source
glUnlockArrays :: IO ()Source
Tokens
gl_ARRAY_ELEMENT_LOCK_FIRST :: GLenumSource
gl_ARRAY_ELEMENT_LOCK_COUNT :: GLenumSource
Produced by Haddock version 2.4.2