init(from:)
Asynchronously creates a mesh resource from a low-level mesh.
Declaration
@MainActor @preconcurrency convenience init(from mesh: LowLevelMesh) async throwsParameters
- mesh:
The vertex data that defines the mesh.
Asynchronously creates a mesh resource from a low-level mesh.
@MainActor @preconcurrency convenience init(from mesh: LowLevelMesh) async throwsThe vertex data that defines the mesh.