ICommandList.DrawIndex

DrawIndex()

在命令列表中发出带索引的绘制

public void DrawIndex()

另请参见


DrawIndex(int, int)

在命令列表中发出带索引的绘制

public void DrawIndex(int start, int count)
参数类型描述
startInt32要绘制的第一个索引
countInt32要绘制的索引数量

另请参见