Click or drag to resize
AB4D logo

PreparePostProcessingRenderingStepDestinationBackBuffer Property

DestinationBackBuffer gets the Texture2D that will get the finally rendered image from the last post-process. This value can be set by SetCustomDestinationBackBuffer(Texture2D, Texture2DDescription, RenderTargetView) method. When null, the FinalBackBuffer is used as destination back buffer.

Namespace: Ab3d.DirectX
Assembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.0.8865.1045
Syntax
C#
public Texture2D DestinationBackBuffer { get; }

Property Value

Texture2D
See Also