Package | Description |
---|---|
rajawali |
Modifier and Type | Field and Description |
---|---|
Geometry3D.BufferType |
BufferInfo.bufferType |
Modifier and Type | Method and Description |
---|---|
static Geometry3D.BufferType |
Geometry3D.BufferType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Geometry3D.BufferType[] |
Geometry3D.BufferType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Geometry3D.createBuffer(BufferInfo bufferInfo,
Geometry3D.BufferType type,
java.nio.Buffer buffer,
int target) |
void |
Geometry3D.createBuffer(BufferInfo bufferInfo,
Geometry3D.BufferType type,
java.nio.Buffer buffer,
int target,
int usage) |
Constructor and Description |
---|
BufferInfo(Geometry3D.BufferType bufferType,
java.nio.Buffer buffer) |