public final class GLKVertexAttributeParameters
extends org.moe.natj.c.StructObject
| Modifier | Constructor and Description |
|---|---|
|
GLKVertexAttributeParameters() |
|
GLKVertexAttributeParameters(int type,
int size,
byte normalized) |
protected |
GLKVertexAttributeParameters(org.moe.natj.general.Pointer peer) |
| Modifier and Type | Method and Description |
|---|---|
byte |
normalized() |
void |
setNormalized(byte value) |
void |
setSize(int value) |
void |
setType(int value) |
int |
size() |
int |
type() |