Click or drag to resize
AB4D logo

PreparePostProcessingRenderingStepSetCustomDestinationBackBuffer Method

Sets the destination back buffer that will get the finally rendered image from the last post-process.

Namespace: Ab3d.DirectX
Assembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.0.8865.1045
Syntax
C#
public void SetCustomDestinationBackBuffer(
	Texture2D destinationBackBuffer,
	Texture2DDescription destinationBackBufferDescription,
	RenderTargetView destinationRenderTargetView
)

Parameters

destinationBackBuffer  Texture2D
destination BackBuffer
destinationBackBufferDescription  Texture2DDescription
destination BackBufferDescription
destinationRenderTargetView  RenderTargetView
destination RenderTargetView
See Also