Click or drag to resize
AB4D logo

RenderingContextCurrentDepthStencilView Property

Gets the currently used DepthStencilView. The value of CurrentDepthStencilView is initialized from DXScene.DepthStencilView 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 DepthStencilView CurrentDepthStencilView { get; }

Property Value

DepthStencilView
See Also