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
Public Enum AfterCurrentFrame
Allows the transfer batch to begin after work for the current frame has been submitted or completed as required by the renderer.
Public Enum Immediately
Allows the transfer batch to begin as soon as possible, subject to resource synchronization and renderer scheduling constraints.

See also