MTLVertexStepFunction Enum

Definition

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

public enum MTLVertexStepFunction
type MTLVertexStepFunction = 
Inheritance
MTLVertexStepFunction

Fields

Name Value Description
Constant 0
PerVertex 1
PerInstance 2
PerPatch 3
PerPatchControlPoint 4

Applies to