Click or drag to resize
AB4D logo

PreparePostProcessingRenderingStep Properties

The PreparePostProcessingRenderingStep type exposes the following members.

Properties
 NameDescription
Public propertyDestinationBackBuffer DestinationBackBuffer gets the Texture2D that will get the finally rendered image from the last post-process. This value can be set by SetCustomDestinationBackBuffer(Texture2D, Texture2DDescription, RenderTargetView) method. When null, the FinalBackBuffer is used as destination back buffer.
Public propertyDestinationBackBufferDescription DestinationBackBufferDescription gets the description of the DestinationBackBuffer. This value can be set by SetCustomDestinationBackBuffer(Texture2D, Texture2DDescription, RenderTargetView) method. When null, the FinalBackBufferDescription is used as destination back buffer.
Public propertyDestinationRenderTargetView DestinationRenderTargetView gets the RenderTargetView of the DestinationBackBuffer. This value can be set by SetCustomDestinationBackBuffer(Texture2D, Texture2DDescription, RenderTargetView) method. When null, the FinalRenderTargetView is used as destination back buffer.
Public propertyPostProcessingBuffer1 Gets the first Texture2D buffer
Public propertyPostProcessingBuffer2 Gets the second Texture2D buffer (used when rendering more than one post process)
Public propertyPostProcessingBufferDescription1 Gets the description of the first Texture2D buffer
Public propertyPostProcessingBufferDescription2 Gets the description of the second Texture2D buffer
Public propertyPostProcessingRenderTargetView1 Gets the first RenderTargetView
Public propertyPostProcessingRenderTargetView2 Gets the second RenderTargetView (used when rendering more than one post process)
Public propertyPostProcessingShaderResourceView1 Gets the first ShaderResourceView
Public propertyPostProcessingShaderResourceView2 Gets the second ShaderResourceView (used when rendering more than one post process)
Public propertyRenderPostProcessingRenderingStep Gets the RenderPostProcessingRenderingStep that will be initialized from this PreparePostProcessingRenderingStep.
Top
See Also