ID3D11ShaderResourceView::GetDesc method
Get the shader resource view's description.
Syntax
void GetDesc(
[out] D3D11_SHADER_RESOURCE_VIEW_DESC *pDesc
);
Parameters
- pDesc [out]
-
Type: D3D11_SHADER_RESOURCE_VIEW_DESC*
A pointer to a D3D11_SHADER_RESOURCE_VIEW_DESC structure to be filled with data about the shader resource view.
Return value
Returns nothing.
Requirements
|
Header |
|
|---|---|
|
Library |
|
See also
Show: