public class GL3VertexAttributeInfo
extends java.lang.Object
Constructor and Description |
---|
GL3VertexAttributeInfo(java.lang.String name,
int location) |
Modifier and Type | Method and Description |
---|---|
int |
getLocation() |
java.lang.String |
getName() |
void |
setLocation(int l) |
void |
setName(java.lang.String s) |
java.lang.String |
toString() |