Next | Prev | Up | Top | Contents | Index

The Vertex Array Extension

The vertex array extension, EXT_vertex_array, makes it possible to specify multiple geometric primitives with very few subroutine calls. This section first discusses why and when you might want to use the extension, then looks at how the extension works, including a discussion of static and nonstatic arrays, and how to use it.


Why and When to Use the Vertex Array Extension
How the Vertex Array Extension Works
Specifying Arrays for Different Kinds of Data
Rendering the Arrays
New Functions

Next | Prev | Up | Top | Contents | Index