T - The array type for this attrute eg. int[], Vector3[]public abstract static class CCRenderState.VertexAttribute<T> extends java.lang.Object implements CCRenderState.IVertexOperation
| Modifier and Type | Field and Description |
|---|---|
boolean |
active
Set to true when the attrute is part of the pipeline.
|
int |
attributeIndex |
| Constructor and Description |
|---|
VertexAttribute() |
| Modifier and Type | Method and Description |
|---|---|
abstract T |
newArray(int length)
Construct a new array for storage of vertex attrutes in a model
|
int |
operationID()
Get the unique id representing this type of operation.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitload, operatepublic final int attributeIndex
public boolean active
public abstract T newArray(int length)
public int operationID()
CCRenderState.IVertexOperationoperationID in interface CCRenderState.IVertexOperation