MTLDrawPrimitivesIndirectArguments 结构

定义

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

public struct MTLDrawPrimitivesIndirectArguments
type MTLDrawPrimitivesIndirectArguments = struct
继承
MTLDrawPrimitivesIndirectArguments

字段

BaseInstance

第一个基元。

InstanceCount

实例数。

VertexCount

顶点数。

VertexStart

第一个顶点。

适用于