Initialize |
The InitializeRenderingStep type exposes the following members.
Name | Description | |
---|---|---|
IsInitializingFromDXScene | Gets or sets a Boolean that specifies if this InitializeRenderingStep sets BackBuffers, BackBuffer views, CurrentViewport and UsedCamera from DXScene. Default value is true. | |
IsSortingRenderingQueues | Gets or sets a Boolean that specifies if this InitializeRenderingStep calls Sort method on all RenderingQueues that support sorting. Default value is true. It can be set to false to disable sorting RenderingQueues or manually sort RenderingQueues in some other rendering step. | |
IsWaitingUntilRenderingComplete | Gets a Boolean that specifies if this rendering step is currently waiting for rendering of the previous frame to be completed. This can happen when graphics card has not yet rendered the previous frame. In this case this rendering step waits in the main thread until the frame is fully renderer and only then continues to render the new frame. |