Click or drag to resize
AB4D logo

ChangeBackBufferRenderingStepNewBackBufferDescription Property

Gets sets the description of the BackBuffer. This value is set with SetNewBackBuffer(Texture2D, Texture2DDescription, RenderTargetView, DepthStencilView, Int32) method.

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

Property Value

Texture2DDescription
See Also