Click or drag to resize
AB4D logo

RenderingContextCurrentBackBufferDescription Property

Gets the description of the currently used BackBuffer. The value of CurrentBackBufferDescription is initialized from DXScene.BackBufferDescription or DXScene.MSAABackBufferDescription (when multisampling is used) in the InitializeRenderingStep. The value can be changed with the SetBackBuffer(Texture2D, Texture2DDescription, RenderTargetView, DepthStencilView, Int32, Boolean) method.

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

Property Value

Texture2DDescription
See Also