|
Graphics.Rendering.OpenGL.GL.BufferObjects | |
|
|
|
|
Description |
This module corresponds to section 2.9 (Buffer Objects) of the OpenGL 2.1
specs.
|
|
Synopsis |
|
|
|
|
Object Names
|
|
module Data.ObjectName |
|
Buffer Objects
|
|
|
Constructors | | Instances | |
|
|
Binding Buffer Objects
|
|
|
Constructors | ArrayBuffer | | CopyReadBuffer | | CopyWriteBuffer | | ElementArrayBuffer | | PixelPackBuffer | | PixelUnpackBuffer | |
| Instances | |
|
|
|
|
|
|
|
|
Handling Buffer Data
|
|
|
Constructors | StreamDraw | | StreamRead | | StreamCopy | | StaticDraw | | StaticRead | | StaticCopy | | DynamicDraw | | DynamicRead | | DynamicCopy | |
| Instances | |
|
|
|
|
|
Constructors | ReadFromBuffer | | WriteToBuffer | |
| Instances | |
|
|
|
|
Mapping Buffer Objects
|
|
|
Constructors | ReadOnly | | WriteOnly | | ReadWrite | |
| Instances | |
|
|
|
Constructors | MappingFailed | | UnmappingFailed | |
| Instances | |
|
|
|
Convenience function for an exception-safe combination of mapBuffer and
unmapBuffer.
|
|
|
|
|
|
|
|
|
|
Produced by Haddock version 2.4.2 |