Click or drag to resize
AB4D logo

ChangeBackBufferRenderingStep Properties

The ChangeBackBufferRenderingStep type exposes the following members.

Properties
 NameDescription
Public propertyNewBackBuffer Gets the BackBuffer as Texture2D that will be used in the further rendering steps. This value is set with SetNewBackBuffer(Texture2D, Texture2DDescription, RenderTargetView, DepthStencilView, Int32) method.
Public propertyNewBackBufferDescription Gets sets the description of the BackBuffer. This value is set with SetNewBackBuffer(Texture2D, Texture2DDescription, RenderTargetView, DepthStencilView, Int32) method.
Public propertyNewDepthStencilView Gets the DepthStencilView that will be used in the further rendering steps. This value is set with SetNewBackBuffer(Texture2D, Texture2DDescription, RenderTargetView, DepthStencilView, Int32) method.
Public propertyNewRenderTargetView Gets the RenderTargetView that will be used in the further rendering steps. This value is set with SetNewBackBuffer(Texture2D, Texture2DDescription, RenderTargetView, DepthStencilView, Int32) method.
Public propertyNewSuperSamplingCount Gets the super-sampling count of the NewBackBuffer
Public propertyNewViewport Gets or sets the viewport that will be used in the further rendering steps. If this property is not set, the Viewport in RenderingContext will not be changed.
Top
See Also