Interface: BatchPipe

BatchPipe

An interface for a pipe that can be used to build instructions for the renderer. BatchPipes are specifically used to build and render Batches.

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.