Class D3D11DepthStencilState
The depth-stencil-state interface holds a description for depth-stencil state that you can bind to the output-merger stage.
Inherited Members
Namespace: JeremyAnsel.DirectX.D3D11
Assembly: JeremyAnsel.DirectX.D3D11.dll
Syntax
public sealed class D3D11DepthStencilState : D3D11DeviceChild, IDisposable, ID3D11Releasable
Properties
| Edit this page View SourceDescription
Gets the description for depth-stencil state that you used to create the depth-stencil-state object.
Declaration
public D3D11DepthStencilDesc Description { get; }
Property Value
Type | Description |
---|---|
D3D11DepthStencilDesc |
Handle
Gets an handle representing the D3D11 object interface.
Declaration
public override object Handle { get; }
Property Value
Type | Description |
---|---|
object |