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

◆ on_volume_ready()

void MayaFlux::Buffers::InfluxProcessor::on_volume_ready ( )
overrideprotectedvirtual

Raise the parameter block and write everything past the prefix.

Reimplemented from MayaFlux::Buffers::VolumeFieldProcessor.

Definition at line 56 of file InfluxProcessor.cpp.

57{
58 reserve_param_size(k_param_size);
60 write_tail();
61}
void write_tail()
Write every parameter past the shared prefix.
void reserve_param_size(size_t size)
Raise the push constant block to at least this size.
void write_lattice_params()
Write the lattice dimensions and cell size into the staged push constant block, preserving word three...

References MayaFlux::Buffers::VolumeFieldProcessor::reserve_param_size(), MayaFlux::Buffers::VolumeFieldProcessor::write_lattice_params(), and write_tail().

+ Here is the call graph for this function: