| Package | Description |
|---|---|
| org.saintandreas.gl |
| Modifier and Type | Field and Description |
|---|---|
VertexArray |
Geometry.vao |
| Modifier and Type | Method and Description |
|---|---|
protected VertexArray |
IndexedGeometry.Builder.buildVertexArray() |
protected VertexArray |
Geometry.Builder.buildVertexArray() |
| Constructor and Description |
|---|
Geometry(VertexBuffer vbo,
VertexArray vao,
int drawType,
int elements) |
IndexedGeometry(IndexBuffer ibo,
VertexBuffer vbo,
VertexArray vao,
int drawType,
int elements) |
Copyright © 2013-2014. All Rights Reserved.