|
Graphics.Rendering.OpenGL.GL.VertexArrays | |
|
|
|
|
Description |
This module corresponds to section 2.8 (Vertex Arrays) of the OpenGL 2.1
specs.
|
|
Synopsis |
|
|
|
|
Describing Data for the Arrays
|
|
|
|
|
Constructors | UnsignedByte | | Byte | | UnsignedShort | | Short | | UnsignedInt | | Int | | HalfFloat | | Float | | UnsignedByte332 | | UnsignedByte233Rev | | UnsignedShort565 | | UnsignedShort565Rev | | UnsignedShort4444 | | UnsignedShort4444Rev | | UnsignedShort5551 | | UnsignedShort1555Rev | | UnsignedInt8888 | | UnsignedInt8888Rev | | UnsignedInt1010102 | | UnsignedInt2101010Rev | | UnsignedInt248 | | UnsignedInt10f11f11fRev | | UnsignedInt5999Rev | | Float32UnsignedInt248Rev | | Bitmap | | UnsignedShort88 | | UnsignedShort88Rev | | Double | | TwoBytes | | ThreeBytes | | FourBytes | |
| Instances | |
|
|
|
|
data VertexArrayDescriptor a | Source |
|
Constructors | | Instances | |
|
|
Specifying Data for the Arrays
|
|
|
Constructors | | Instances | |
|
|
|
Constructors | VertexArray | | NormalArray | | ColorArray | | IndexArray | | TextureCoordArray | | EdgeFlagArray | | FogCoordArray | | SecondaryColorArray | | MatrixIndexArray | |
| Instances | |
|
|
|
|
|
Constructors | V2f | | V3f | | C4ubV2f | | C4ubV3f | | C3fV3f | | N3fV3f | | C4fN3fV3f | | T2fV3f | | T4fV4f | | T2fC4ubV3f | | T2fC3fV3f | | T2fN3fV3f | | T2fC4fN3fV3f | | T4fC4fN3fV4f | |
| Instances | |
|
|
|
|
Enabling Arrays
|
|
|
|
|
|
Dereferencing and Rendering
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Generic Vertex Attribute Arrays
|
|
|
|
|
|
Produced by Haddock version 2.4.2 |