AllocatorFlags

Option flags for creating an Allocator

Values

ValueMeaning
none0

Default behavior, no flag set

dedicatedOnly1

If set, each allocation will have a dedicated DeviceMemory Even if not set, some backends (i.e. OpenGL) require a dedicated DeviceMemory per allocation and will do so regardless of this flag.

Meta