public class VertexBufferObjectAttribute
extends java.lang.Object
| Constructor and Description |
|---|
VertexBufferObjectAttribute(int pLocation,
java.lang.String pName,
int pSize,
int pType,
boolean pNormalized,
int pOffset) |
| Modifier and Type | Method and Description |
|---|---|
int |
getLocation() |
java.lang.String |
getName() |
int |
getOffset() |
int |
getSize() |
int |
getType() |
void |
glVertexAttribPointer(int pStride) |
boolean |
isNormalized() |