ID3D11DepthStencilView::GetDesc Method

Get the depth-stencil view.

Syntax

public:
void GetDesc(
         D3D11_DEPTH_STENCIL_VIEW_DESC *pDesc
)  

Parameters

pDesc
Type: D3D11_DEPTH_STENCIL_VIEW_DESCĀ *

[out] Pointer to a depth-stencil-view description (see D3D11_DEPTH_STENCIL_VIEW_DESC).

Return value

None.

Requirements

Header: Declared in d3d11_x.h (d3d11.h on other Windows platforms).

Library: Use d3d11_x.lib (d3d11.lib on other Windows platforms).

See also

ID3D11DepthStencilView

ID3D11DepthStencilView Members