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.APPLE.FlushBufferRange
Description
The APPLE_flush_buffer_range extension.
- gl_BUFFER_FLUSHING_UNMAP_APPLE :: GLenum
- gl_BUFFER_SERIALIZED_MODIFY_APPLE :: GLenum
- glBufferParameteriAPPLE :: GLenum -> GLenum -> GLint -> IO ()
- glFlushMappedBufferRangeAPPLE :: GLenum -> GLintptr -> GLsizeiptr -> IO ()
Enums
Functions
glFlushMappedBufferRangeAPPLE Source
Arguments
:: GLenum |
|
-> GLintptr |
|
-> GLsizeiptr |
|
-> IO () |