[]
        
(Showing Draft Content)

GrapeCity.Documents.DX.Direct3D11.Device.CreateDepthStencilView

CreateDepthStencilView Method

CreateDepthStencilView(Resource, DepthStencilViewDescription?)

HRESULT ID3D11Device::CreateDepthStencilView([In] ID3D11Resource* pResource,[In, Optional] const D3D11_DEPTH_STENCIL_VIEW_DESC* pDesc,[Out, Fast] ID3D11DepthStencilView** ppDepthStencilView)

Declaration
public DepthStencilView CreateDepthStencilView(Resource resourceRef, DepthStencilViewDescription? descRef)
Parameters
Type Name Description
Resource resourceRef
DepthStencilViewDescription? descRef
Returns
Type Description
DepthStencilView