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

◆ CommandPooling

Command buffer pooling strategy.

Enumerator
PER_THREAD 

One pool per thread.

SHARED 

Shared pool.

PER_QUEUE 

One pool per queue family.

Definition at line 42 of file GlobalGraphicsInfo.hpp.

42 : uint8_t {
43 PER_THREAD, ///< One pool per thread
44 SHARED, ///< Shared pool
45 PER_QUEUE ///< One pool per queue family
enum MayaFlux::Core::GraphicsBackendInfo::CommandPooling command_pooling