[]
        
(Showing Draft Content)

C1.Util.DX.Direct3D11.DepthStencilView

DepthStencilView Class

ID3D11DepthStencilView

Implements
Namespace: C1.Util.DX.Direct3D11
Assembly: C1.Win.C1DX.4.8.dll
Syntax
[Guid("9fdac92a-1876-48c3-afad-25b94f84a9b6")]
public class DepthStencilView : ResourceView, IDisposable, IUnknown

Constructors

Name Description
DepthStencilView(IntPtr)

Initializes a new instance of the DepthStencilView class.

Properties

Name Description
Description

GetDescription

Methods

Name Description
Create(Device, Resource)

Creates a DepthStencilView for accessing resource data.

Create(Device, Resource, DepthStencilViewDescription)

Creates a DepthStencilView for accessing resource data.

GetDescription(out DepthStencilViewDescription)

void ID3D11DepthStencilView::GetDesc([Out] D3D11_DEPTH_STENCIL_VIEW_DESC* pDesc)

Operators

Name Description
explicit operator DepthStencilView(IntPtr)

Performs an explicit conversion from IntPtr to DepthStencilView.