MTLPrimitiveType Enum

Definition

Enumerates the primitive geometry used for drawing commands.

public enum MTLPrimitiveType
type MTLPrimitiveType = 
Inheritance
MTLPrimitiveType

Fields

Line 1
LineStrip 2
Point 0
Triangle 3
TriangleStrip 4

Applies to