Properties:
| Name | Type | Description | 
|---|---|---|
| addToBatch | (renderable: BatchableElement, instructionSet: InstructionSet) => void | Add a add a batchable object to the batch. | 
| break | (instructionSet: InstructionSet) => void | Forces the batch to break. This can happen if for example you need to render everything and then change the render target. | 
Members
addToBatch (renderable: BatchableElement, instructionSet: InstructionSet) => void
Add a add a batchable object to the batch.
break (instructionSet: InstructionSet) => void
Forces the batch to break. This can happen if for example you need to render everything and then change the render target.