Copyright | (c) Sven Panne 2015 |
---|---|
License | BSD3 |
Maintainer | Sven Panne <[email protected]> |
Stability | stable |
Portability | portable |
Safe Haskell | None |
Language | Haskell2010 |
Graphics.Rendering.OpenGL.Raw.ARB.CopyBuffer
Contents
Description
- glGetARBCopyBuffer :: MonadIO m => m Bool
- gl_ARB_copy_buffer :: Bool
- gl_COPY_READ_BUFFER :: GLenum
- gl_COPY_WRITE_BUFFER :: GLenum
- glCopyBufferSubData :: MonadIO m => GLenum -> GLenum -> GLintptr -> GLintptr -> GLsizeiptr -> m ()
Extension Support
glGetARBCopyBuffer :: MonadIO m => m Bool Source
Is the ARB_copy_buffer extension supported?
gl_ARB_copy_buffer :: Bool Source
Is the ARB_copy_buffer extension supported?
Note that in the presence of multiple contexts with different capabilities,
this might be wrong. Use glGetARBCopyBuffer
in those cases instead.
Enums
Functions
Arguments
:: MonadIO m | |
=> GLenum |
|
-> GLenum |
|
-> GLintptr |
|
-> GLintptr |
|
-> GLsizeiptr |
|
-> m () |
Manual pages for OpenGL 3.x or OpenGL 4.x.