Contents

init(descriptor:)

Constructs a low-level mesh from a descriptor.

Declaration

@MainActor init(descriptor: LowLevelMesh.Descriptor) throws

Parameters

  • descriptor:

    An object that defines the structure of the low-level mesh.

Discussion