|
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.0.8865.1045
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