ID3D10Device::D rawIndexed 方法 (d3d10.h)
绘制索引的、非实例化基元。
语法
void DrawIndexed(
[in] UINT IndexCount,
[in] UINT StartIndexLocation,
[in] INT BaseVertexLocation
);
参数
[in] IndexCount
类型: UINT
要绘制的索引数。
[in] StartIndexLocation
类型: UINT
访问顶点缓冲区时要使用的第一个索引的索引;从 StartIndexLocation 开始,以索引顶点缓冲区中的顶点。
[in] BaseVertexLocation
类型: INT
从顶点缓冲区的开头到第一个顶点的偏移量。
返回值
无
备注
绘图 API 将工作提交到呈现管道。
如果两个索引的总和为负,则函数调用的结果为未定义。
要求
目标平台 | Windows |
标头 | d3d10.h |
Library | D3D10.lib |