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

◆ on_buffer_ready()

void MayaFlux::Buffers::HashScanProcessor::on_buffer_ready ( )
overrideprotectedvirtual

Hook for subclass setup, called at the end of on_attach.

The buffer is non-null and validated when this runs.

Reimplemented from MayaFlux::Buffers::NetworkStateFieldProcessor.

Definition at line 387 of file SpatialHashProcessor.cpp.

388{
389 set_manual_dispatch(1, 1, 1);
391}
void set_manual_dispatch(uint32_t x, uint32_t y=1, uint32_t z=1)
Set manual dispatch group counts.
void set_push_constant_data(const T &data)
Update push constant data (type-safe)

References m_params, MayaFlux::Buffers::ComputeProcessor::set_manual_dispatch(), and MayaFlux::Buffers::ShaderProcessor::set_push_constant_data().

+ Here is the call graph for this function: