Home -> ITransferBatch -> StartTiming
Description
The StartTiming enumeration specifies when a submitted ITransferBatch is allowed to begin execution relative to frame rendering work.
Members
| Name | Description | |
|---|---|---|
| AfterCurrentFrame |
Allows the transfer batch to begin after work for the current frame has been submitted or completed as required by the renderer.
|
|
| Immediately |
Allows the transfer batch to begin as soon as possible, subject to resource synchronization and renderer scheduling constraints.
|