Portability | portable |
---|---|
Stability | stable |
Maintainer | Sven Panne <[email protected]> |
Safe Haskell | None |
Graphics.Rendering.OpenGL.Raw.ARB.CopyBuffer
Description
All raw functions and tokens from the ARB_copy_buffer extension, see http://www.opengl.org/registry/specs/ARB/copy_buffer.txt.
Functions
glCopyBufferSubData :: GLenum -> GLenum -> GLintptr -> GLintptr -> GLsizeiptr -> IO ()Source