makeMeshResource(descriptor:)
Creates a mesh resource from the given descriptor.
Declaration
func makeMeshResource(descriptor: LowLevelMeshResource.Descriptor) throws -> LowLevelMeshResourceParameters
- descriptor:
The vertex and index buffer layout to allocate.
Return Value
A newly created LowLevelMeshResource.