MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ MemoryStrategy

Memory allocation strategy.

Enumerator
CONSERVATIVE 

Minimize allocations.

BALANCED 

Balance speed and memory.

AGGRESSIVE 

Maximize performance.

Definition at line 34 of file GlobalGraphicsInfo.hpp.

34 : uint8_t {
35 CONSERVATIVE, ///< Minimize allocations
36 BALANCED, ///< Balance speed and memory
37 AGGRESSIVE ///< Maximize performance
enum MayaFlux::Core::GraphicsBackendInfo::MemoryStrategy memory_strategy