Click or drag to resize
AB4D logo

ChangeBackBufferRenderingStepNewBackBuffer Property

Gets the BackBuffer as Texture2D that will be used in the further rendering steps. 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 Texture2D NewBackBuffer { get; }

Property Value

Texture2D
See Also