|
ChangeBackBufferRenderingStepSetNewBackBuffer Method |
Sets the BackBuffer its RenderTargetView and DepthStencilView that will be set changed by this RenderingStep.
Namespace: Ab3d.DirectXAssembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.0.8865.1045
Syntax public void SetNewBackBuffer(
Texture2D backBuffer,
Texture2DDescription backBufferDescription,
RenderTargetView renderTargetView,
DepthStencilView depthStencilView,
int superSamplingCount = 1
)
Parameters
- backBuffer Texture2D
- Texture2D of the back buffer
- backBufferDescription Texture2DDescription
- Texture2DDescription of the back buffer
- renderTargetView RenderTargetView
- RenderTargetView of the back buffer
- depthStencilView DepthStencilView
- DepthStencilView for the back buffer
- superSamplingCount Int32 (Optional)
- super-sampling count (1 for no super-sampling)
See Also