MayaFlux 0.1.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 35 of file ShaderProcessor.hpp.

35 : uint8_t {
36 ELEMENT_COUNT, ///< Calculate from buffer element count
37 MANUAL, ///< Use explicit group counts
38 BUFFER_SIZE, ///< Calculate from buffer byte size
39 CUSTOM ///< User-provided calculation function
40 } 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.