AllocFlags

Flags controlling an allocation of memory

Values

ValueMeaning
none0

default behavior, no flags.

dedicated1

Set to force the creation of a new DeviceMemory, that will be dedicated for the allocation.

neverAllocate2

Set to prohib the creation of a new DeviceMemory. This forces the use of an existing chunk, and fails if it cannot find one.

Meta