Module MemoryStrategyEnums

MemoryStrategy

Legacy version of enum "kanzi.ResourceManager.MemoryStrategy". Resource manager memory strategy.

KeepInMemory

When a resource is no longer referenced, the resource manager keeps the resource in memory until you call purge().

OptimizeMemory

When a resource is no longer referenced, the resource manager deletes the resource and frees the (CPU and GPU) memory used by the resource.