[]
ID3D11DepthStencilState
[Guid("03823efb-8d8f-4e1c-9aa2-f64bb2cbfdf1")]
public class DepthStencilState : DeviceChild, IDisposable, IUnknown
| Name | Description |
|---|---|
| DepthStencilState(IntPtr) | Initializes a new instance of the DepthStencilState class. |
| Name | Description |
|---|---|
| Description | GetDescription |
| 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) |
| Name | Description |
|---|---|
| explicit operator DepthStencilState(IntPtr) | Performs an explicit conversion from IntPtr to DepthStencilState. |