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

◆ set_manual_dispatch()

void MayaFlux::Buffers::ComputeProcessor::set_manual_dispatch ( uint32_t  x,
uint32_t  y = 1,
uint32_t  z = 1 
)

Set manual dispatch group counts.

Parameters
xGroup count X
yGroup count Y (default 1)
zGroup count Z (default 1)

Definition at line 130 of file ComputeProcessor.cpp.

References MayaFlux::Buffers::ShaderDispatchConfig::group_count_x, MayaFlux::Buffers::ShaderDispatchConfig::group_count_y, MayaFlux::Buffers::ShaderDispatchConfig::group_count_z, m_dispatch_config, MayaFlux::Buffers::ShaderDispatchConfig::MANUAL, and MayaFlux::Buffers::ShaderDispatchConfig::mode.

Referenced by MayaFlux::Buffers::SDFMeshProcessor::on_before_execute(), and MayaFlux::Buffers::SDFFieldProcessor::SDFFieldProcessor().

+ Here is the caller graph for this function: