Click or drag to resize

MemoryXAllocator Property

The memory allocator that owns this memory (or null for in-core memory).

Namespace:  Demo3D.IO.External
Assembly:  Demo3D.IO (in Demo3D.IO.dll) Version: 15.0.2.11458
Syntax
C#
public virtual IMemoryXAllocator? Allocator { get; }

Property Value

Type: IMemoryXAllocator
See Also