Contents

MTLPatchType.triangle

A triangle patch.

Declaration

case triangle

Discussion

Metal uses this value if the shader is a post-tessellation vertex function with the [[patch(triangle)]] attribute.

See Also

Patch types