MTLDrawPrimitivesIndirectArguments Struct

Definition

Represents the data layout needed to draw primitives.

public struct MTLDrawPrimitivesIndirectArguments
type MTLDrawPrimitivesIndirectArguments = struct
Inheritance
MTLDrawPrimitivesIndirectArguments

Fields

BaseInstance

The first primitive.

InstanceCount

The number instances.

VertexCount

The number of vertices.

VertexStart

The first vertex.

Applies to