Package apple.modelio.protocol
Interface MDLMeshBufferZone
-
- All Known Implementing Classes:
MDLMeshBufferZoneDefault
public interface MDLMeshBufferZone[@protocol] MDLMeshBufferZone A reference to a logical pool of memory from which mesh buffers would be allocated
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MDLMeshBufferAllocatorallocator()[@property] allocator Allocator used to create the zonelongcapacity()[@property] capacity Total size of memory in the zone
-
-
-
Method Detail
-
allocator
MDLMeshBufferAllocator allocator()
[@property] allocator Allocator used to create the zone
-
capacity
long capacity()
[@property] capacity Total size of memory in the zone
-
-