|
PreparePostProcessingRenderingStepSetCustomDestinationBackBuffer Method |
Sets the destination back buffer that will get the finally rendered image from the last post-process.
Namespace: Ab3d.DirectXAssembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.1.9105.2048 (1.0.0.0)
Syntax public void SetCustomDestinationBackBuffer(
Texture2D destinationBackBuffer,
Texture2DDescription destinationBackBufferDescription,
RenderTargetView destinationRenderTargetView
)
Parameters
- destinationBackBuffer Texture2D
- destination BackBuffer
- destinationBackBufferDescription Texture2DDescription
- destination BackBufferDescription
- destinationRenderTargetView RenderTargetView
- destination RenderTargetView
See Also