ID3D10EffectVariable::GetAnnotationByIndex 方法 (d3d10effect.h)
按索引获取批注。
语法
ID3D10EffectVariable * GetAnnotationByIndex(
[in] UINT Index
);
参数
[in] Index
类型: UINT
从零开始的索引。
返回值
类型: ID3D10EffectVariable*
指向 ID3D10EffectVariable 接口的指针。
注解
批注可以附加到技术、传递或全局变量。 有关语法,请参阅 Direct3D 10) (注释语法 。
要求
要求 | 值 |
---|---|
目标平台 | Windows |
标头 | d3d10effect.h |