MTLDrawIndexedPrimitivesIndirectArguments 结构
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示绘制索引基元所需的数据布局。
public struct MTLDrawIndexedPrimitivesIndirectArguments
type MTLDrawIndexedPrimitivesIndirectArguments = struct
- 继承
-
MTLDrawIndexedPrimitivesIndirectArguments
字段
BaseInstance |
第一个基元。 |
BaseVertex |
第一个顶点。 |
IndexCount |
要从每个实例的索引缓冲区读取的索引数。 |
IndexStart |
第一个索引。 |
InstanceCount |
实例数。 |