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,
boolean normalized) |
GL3AttributeStorage(GL3AttributeStorage.StorageType type,
int rows,
int cols,
boolean normalized) |
Modifier and Type | Method and Description |
---|---|
int |
cols() |
int |
colWidth() |
int |
getGLType() |
boolean |
isMatrix() |
boolean |
isNormalized() |
int |
rows() |
int |
size() |
GL3AttributeStorage.StorageType |
type() |
int |
width()
Aligned width in bytes
|
public GL3AttributeStorage(GL3AttributeStorage.StorageType type, int size, boolean normalized)
public GL3AttributeStorage(GL3AttributeStorage.StorageType type, int rows, int cols, boolean normalized)
public GL3AttributeStorage.StorageType type()
public int size()
public int rows()
public int cols()
public boolean isMatrix()
public int width()
public int colWidth()
public boolean isNormalized()
public int getGLType()