Class D3D11DepthStencilView
A depth-stencil-view interface accesses a texture resource during depth-stencil testing.
Implements
Inherited Members
Namespace: JeremyAnsel.DirectX.D3D11
Assembly: JeremyAnsel.DirectX.D3D11.dll
Syntax
[SecurityCritical]
public class D3D11DepthStencilView : D3D11View, IDisposable
Constructors
| Edit this page View SourceD3D11DepthStencilView(nint)
Initializes a new instance of the D3D11DepthStencilView class.
Declaration
public D3D11DepthStencilView(nint comPtr)
Parameters
| Type | Name | Description |
|---|---|---|
| nint | comPtr |
Fields
| Edit this page View SourceD3D11DepthStencilViewGuid
The interface GUID.
Declaration
public static readonly Guid D3D11DepthStencilViewGuid
Field Value
| Type | Description |
|---|---|
| Guid |
Properties
| Edit this page View SourceDescription
Gets the depth-stencil view.
Declaration
public D3D11DepthStencilViewDesc Description { get; }
Property Value
| Type | Description |
|---|---|
| D3D11DepthStencilViewDesc |