Home -> ITransferBatch -> SubmitBatch

Description

The SubmitBatch method submits the contents of this batch to the renderer for processing. Note that processing does not necessarily begin immediately. The StartTiming entry that was specified for the batch when it was created with the CreateTransferBatch method controls when the batch begins execution.

Usage

SuccessToken SubmitBatch();

Return value

[SuccessToken]
True if the operation succeeded, false otherwise. An assertion will be raised in debug builds if the result is not tested.

See also