Click or drag to resize
AB4D logo

ChangeBackBufferRenderingStepNewDepthStencilView Property

Gets the DepthStencilView 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 DepthStencilView NewDepthStencilView { get; }

Property Value

DepthStencilView
See Also