Click or drag to resize
AB4D logo

PreparePostProcessingRenderingStepDestinationBackBufferDescription Property

DestinationBackBufferDescription gets the description of the DestinationBackBuffer. This value can be set by SetCustomDestinationBackBuffer(Texture2D, Texture2DDescription, RenderTargetView) method. When null, the FinalBackBufferDescription is used as destination back buffer.

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

Property Value

Texture2DDescription
See Also