索引模式的draw mode定义
The number of indices to draw.
多少个,默认=1
,从第几个index开始绘制,默认=0
,Added to each index value before indexing into the vertex buffers.
从第几个实例开始,默认=0
Optional
索引模式的draw mode定义
Index Count
The number of indices to draw.
Instance Count
多少个,默认=1
First Index
,从第几个index开始绘制,默认=0
Base Vertex
,Added to each index value before indexing into the vertex buffers.
First Instance
从第几个实例开始,默认=0