MTLDrawIndexedPrimitivesIndirectArguments 结构

定义

表示绘制索引基元所需的数据布局。

public struct MTLDrawIndexedPrimitivesIndirectArguments
type MTLDrawIndexedPrimitivesIndirectArguments = struct
继承
MTLDrawIndexedPrimitivesIndirectArguments

字段

BaseInstance

第一个基元。

BaseVertex

第一个顶点。

IndexCount

要从每个实例的索引缓冲区读取的索引数。

IndexStart

第一个索引。

InstanceCount

实例数。

适用于