Prepare |
public sealed class PrepareVarianceShadowMappingRenderingStep : RenderingStepBase
The PrepareVarianceShadowMappingRenderingStep type exposes the following members.
Name | Description | |
---|---|---|
PrepareVarianceShadowMappingRenderingStep | Constructor |
Name | Description | |
---|---|---|
BluredShaderResourceView1 | Gets ShaderResourceView for the first blured shadow map. | |
BluredShaderResourceView2 | Gets ShaderResourceView for the second blured shadow map. | |
ShadowShaderResourceView | Gets ShaderResourceView for the shadow map 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)) |