public static interface CCRenderState.IVertexOperation
| Modifier and Type | Method and Description |
|---|---|
boolean |
load()
Load any required references and add dependencies to the pipeline based on the current model (may be null)
Return false if this operation is redundant in the pipeline with the given model
|
void |
operate()
Perform the operation on the current render state
|
int |
operationID()
Get the unique id representing this type of operation.
|
boolean load()
void operate()
int operationID()