Poznámka:
Přístup k této stránce vyžaduje autorizaci. Můžete se zkusit přihlásit nebo změnit adresáře.
Přístup k této stránce vyžaduje autorizaci. Můžete zkusit změnit adresáře.
Fills the parameter descriptor structure for the function's parameter.
Syntax
HRESULT GetDesc(
[out] D3D11_PARAMETER_DESC *pDesc
);
Parameters
[out] pDesc
Type: D3D11_PARAMETER_DESC*
A pointer to a D3D11_PARAMETER_DESC structure that receives a description of the function's parameter.
Return value
Type: HRESULT
Returns one of the Direct3D 11 Return Codes.
Requirements
| Requirement | Value |
|---|---|
| Target Platform | Windows |
| Header | d3d11shader.h |
| Library | D3DCompiler.lib |
| DLL | D3DCompiler_47.dll |