ID3D10Effect::GetDesc method (d3d10effect.h)
Get an effect description.
Syntax
HRESULT GetDesc(
[in, out] D3D10_EFFECT_DESC *pDesc
);
Parameters
[in, out] pDesc
Type: D3D10_EFFECT_DESC*
A pointer to an effect description (see D3D10_EFFECT_DESC).
Return value
Type: HRESULT
Returns one of the following Direct3D 10 Return Codes.
Remarks
An effect description contains basic information about an effect such as the techniques it contains and the constant buffer resources it requires.
Requirements
Requirement | Value |
---|---|
Target Platform | Windows |
Header | d3d10effect.h |