MDLMeshBufferZoneDefault
A standard implementation of the Mdlmeshbufferzone protocol.
Declaration
class MDLMeshBufferZoneDefaultOverview
Model I/O uses zones to ensure that related allocations—such as the multiple vertex and index buffers associated with a MDLMesh object—use contiguous blocks of memory for optimal performance. When working with a MDLMeshBufferAllocator object that does not implement its own zone management, Model I/O uses this zone class.This class declares no methods or properties of its own. For the key functionality of all mesh buffer zone objects, see MDLMeshBufferZone.