ID3D11LibraryReflection::GetFunctionByIndex 方法 (d3d11shader.h)
获取函数反射器。
语法
ID3D11FunctionReflection * GetFunctionByIndex(
[in] INT FunctionIndex
);
参数
[in] FunctionIndex
类型: INT
要检索的函数反射器的从零开始的索引。
返回值
指向表示函数反射器的 ID3D11FunctionReflection 接口的指针。
要求
目标平台 | Windows |
标头 | d3d11shader.h |
Library | D3DCompiler.lib |
DLL | D3DCompiler_47.dll |