public class GL3AttributeStorage
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
GL3AttributeStorage.StorageType |
Constructor and Description |
---|
GL3AttributeStorage(GL3AttributeStorage.StorageType type,
int size,
int bytes,
boolean normalized) |
Modifier and Type | Method and Description |
---|---|
int |
bytes() |
int |
getGLType() |
boolean |
isNormalized() |
int |
size() |
GL3AttributeStorage.StorageType |
type() |
public GL3AttributeStorage(GL3AttributeStorage.StorageType type, int size, int bytes, boolean normalized)
public GL3AttributeStorage.StorageType type()
public int size()
public int bytes()
public boolean isNormalized()
public int getGLType()