| ChangeRenderTargetRenderingStep Class |
Namespace: Ab3d.DirectX
public class ChangeRenderTargetRenderingStep : RenderingStepBase
The ChangeRenderTargetRenderingStep type exposes the following members.
| Name | Description | |
|---|---|---|
| ChangeRenderTargetRenderingStep |
Constructor
|
| Name | Description | |
|---|---|---|
| NewDepthStencilView |
Gets or sets the DepthStencilView that will be used in the further rendering steps
| |
| NewRenderTargetView |
Gets or sets the RenderTargetView that will be used in the further rendering steps
| |
| NewViewport |
Gets or sets the viewport that will be used in the further rendering steps
|
| Name | Description | |
|---|---|---|
| SaveExecutionTimeStatistics |
SaveExecutionTimeStatistics is called when we are collecting statistics.
The implementation of the method should save or add the elapsedMilliseconds to the corresponding property in the RenderingStatistics class.
(Overrides RenderingStepBaseSaveExecutionTimeStatistics(Double, RenderingStatistics).) |