MayaFlux 0.4.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 43 of file GlobalGraphicsInfo.hpp.

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