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

◆ DispatchMode

Enumerator
ELEMENT_COUNT 

Calculate from buffer element count.

MANUAL 

Use explicit group counts.

BUFFER_SIZE 

Calculate from buffer byte size.

CUSTOM 

User-provided calculation function.

Definition at line 16 of file ComputeProcessor.hpp.

16 : uint8_t {
17 ELEMENT_COUNT, ///< Calculate from buffer element count
18 MANUAL, ///< Use explicit group counts
19 BUFFER_SIZE, ///< Calculate from buffer byte size
20 CUSTOM ///< User-provided calculation function
21 } mode
enum MayaFlux::Buffers::ShaderDispatchConfig::DispatchMode mode
@ CUSTOM
User-provided calculation function.
@ BUFFER_SIZE
Calculate from buffer byte size.
@ ELEMENT_COUNT
Calculate from buffer element count.