Copyright | (c) Sven Panne 2018 |
---|---|
License | BSD3 |
Maintainer | Sven Panne <svenpanne@gmail.com> |
Stability | stable |
Portability | portable |
Safe Haskell | None |
Language | Haskell2010 |
- glGetARBCopyBuffer :: MonadIO m => m Bool
- gl_ARB_copy_buffer :: Bool
- pattern GL_COPY_READ_BUFFER :: GLenum
- pattern 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
pattern GL_COPY_READ_BUFFER :: GLenum Source #
pattern GL_COPY_WRITE_BUFFER :: GLenum Source #
Functions
:: MonadIO m | |
=> GLenum |
|
-> GLenum |
|
-> GLintptr |
|
-> GLintptr |
|
-> GLsizeiptr |
|
-> m () |
Manual pages for OpenGL 3.x or OpenGL 4.x.