MTLDrawIndexedPrimitivesIndirectArguments Struct

Definition

Represents the data layout needed to draw indexed primitives.

public struct MTLDrawIndexedPrimitivesIndirectArguments
type MTLDrawIndexedPrimitivesIndirectArguments = struct
Inheritance
MTLDrawIndexedPrimitivesIndirectArguments

Fields

BaseInstance

The first primitive.

BaseVertex

The first vertex.

IndexCount

The number of indices to read from the index buffer for each instance.

IndexStart

The first index.

InstanceCount

The number of instances.

Applies to