ResolveMultisampledBackBufferRenderingStep Class |
Namespace: Ab3d.DirectX
public class ResolveMultisampledBackBufferRenderingStep : RenderingStepBase
The ResolveMultisampledBackBufferRenderingStep type exposes the following members.
Name | Description | |
---|---|---|
ResolveMultisampledBackBufferRenderingStep |
Initializes a new instance of the ResolveMultisampledBackBufferRenderingStep class.
|
Name | Description | |
---|---|---|
DestinationBuffer |
Gets or sets a Buffer (Texture2D) that will get the resolved buffer.
If null, then renderingContext.FinalBackBuffer is used for destination buffer.
|
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).) |