[]
ID3D11DepthStencilView
[Guid("9fdac92a-1876-48c3-afad-25b94f84a9b6")]
public class DepthStencilView : ResourceView, IDisposable, IUnknown
Name | Description |
---|---|
DepthStencilView(IntPtr) | Initializes a new instance of the DepthStencilView class. |
Name | Description |
---|---|
Description | GetDescription |
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) |
Name | Description |
---|---|
explicit operator DepthStencilView(IntPtr) | Performs an explicit conversion from IntPtr to DepthStencilView. |