[]
        
(Showing Draft Content)

C1.Util.DX.Direct3D11.DepthStencilState

DepthStencilState Class

ID3D11DepthStencilState

Inheritance
DepthStencilState
Implements
Namespace: C1.Util.DX.Direct3D11
Assembly: C1.WPF.DX.4.6.2.dll
Syntax
[Guid("03823efb-8d8f-4e1c-9aa2-f64bb2cbfdf1")]
public class DepthStencilState : DeviceChild, IDisposable, IUnknown

Constructors

Name Description
DepthStencilState(IntPtr)

Initializes a new instance of the DepthStencilState class.

Properties

Name Description
Description

GetDescription

Methods

Name Description
Create(Device, DepthStencilStateDescription)

Constructs a new DepthStencilState based on the specified description.

GetDescription(out DepthStencilStateDescription)

void ID3D11DepthStencilState::GetDesc([Out] D3D11_DEPTH_STENCIL_DESC* pDesc)

Operators

Name Description
explicit operator DepthStencilState(IntPtr)

Performs an explicit conversion from IntPtr to DepthStencilState.