|
MayaFlux 0.5.0
Digital-First Multimedia Processing Framework
|
Push constant block the advection shader receives. More...
#include <AdvectProcessor.hpp>
Collaboration diagram for MayaFlux::Buffers::AdvectProcessor::AdvectParams:Public Attributes | |
| float | cell_size_x |
| float | cell_size_y |
| float | cell_size_z |
| uint32_t | depth |
| float | dissipation |
| uint32_t | height |
| uint32_t | pad0 |
| float | pad1 |
| float | pad2 |
| float | pad3 |
| float | time_step |
| uint32_t | width |
Push constant block the advection shader receives.
The leading eight words are VolumeFieldProcessor::LatticeParams and are written by the base. This declaration exists to fix the offsets of the two fields past that prefix.
Definition at line 44 of file AdvectProcessor.hpp.