ID3D11ShaderResourceView::GetDesc Method

Get the shader resource view’s description.

Syntax

public:
void GetDesc(
         D3D11_SHADER_RESOURCE_VIEW_DESC *pDesc
)  

Parameters

pDesc
Type: D3D11_SHADER_RESOURCE_VIEW_DESC *

[out] A pointer to a D3D11_SHADER_RESOURCE_VIEW_DESC structure to be filled with data about the shader resource view.

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

ID3D11ShaderResourceView

ID3D11ShaderResourceView Members