newBuffer(_:type:)
Creates a new buffer of the specified length.
Declaration
func newBuffer(_ length: Int, type: MDLMeshBufferType) -> any MDLMeshBufferParameters
Return Value
A new memory buffer for mesh data.
Discussion
The concrete class implementing this protocol determines the initial contents of the buffer and the memory pool from which the buffer is allocated. To provide a hint that multiple related allocations should share the same pool of memory, use the newBuffer(from:length:type:) method instead.