CreateDepthStencilView Method
In This Topic
HRESULT ID3D11Device::CreateDepthStencilView([In] ID3D11Resource* pResource,[In, Optional] const D3D11_DEPTH_STENCIL_VIEW_DESC* pDesc,[Out, Fast] ID3D11DepthStencilView** ppDepthStencilView)
Syntax
'Declaration
Public Function CreateDepthStencilView( _
ByVal As Resource, _
ByVal As System.Nullable(Of DepthStencilViewDescription) _
) As DepthStencilView
public DepthStencilView CreateDepthStencilView(
Resource ,
System.Nullable<DepthStencilViewDescription>
)
Parameters
- resourceRef
- descRef
See Also