ID3D10EffectType::GetDesc method (d3d10effect.h)
Get an effect-type description.
Syntax
HRESULT GetDesc(
[in] D3D10_EFFECT_TYPE_DESC *pDesc
);
Parameters
[in] pDesc
Type: D3D10_EFFECT_TYPE_DESC*
A pointer to an effect-type description. See D3D10_EFFECT_TYPE_DESC.
Return value
Type: HRESULT
Returns one of the following Direct3D 10 Return Codes.
Remarks
The effect-variable description contains data about the name, annotations, semantic, flags and buffer offset of the effect type.
Requirements
Requirement | Value |
---|---|
Target Platform | Windows |
Header | d3d10effect.h |