|
ChangeBackBufferRenderingStep Properties |
The ChangeBackBufferRenderingStep type exposes the following members.
Properties | Name | Description |
---|
| NewBackBuffer |
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.
|
| NewBackBufferDescription |
Gets sets the description of the BackBuffer.
This value is set with SetNewBackBuffer(Texture2D, Texture2DDescription, RenderTargetView, DepthStencilView, Int32) method.
|
| NewDepthStencilView |
Gets the DepthStencilView that will be used in the further rendering steps.
This value is set with SetNewBackBuffer(Texture2D, Texture2DDescription, RenderTargetView, DepthStencilView, Int32) method.
|
| NewRenderTargetView |
Gets the RenderTargetView that will be used in the further rendering steps.
This value is set with SetNewBackBuffer(Texture2D, Texture2DDescription, RenderTargetView, DepthStencilView, Int32) method.
|
| NewSuperSamplingCount |
Gets the super-sampling count of the NewBackBuffer |
| NewViewport |
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.
|
TopSee Also