MTLVertexStepFunction Enum

Definition

The frequency at which the vertex shader function should fetch attribute data.

public enum MTLVertexStepFunction
type MTLVertexStepFunction = 
Inheritance
MTLVertexStepFunction

Fields

Constant 0
PerInstance 2
PerPatch 3
PerPatchControlPoint 4
PerVertex 1

Applies to