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

◆ VolumeFieldProcessor() [2/2]

MayaFlux::Buffers::VolumeFieldProcessor::VolumeFieldProcessor ( std::vector< FieldBinding bindings,
const Portal::Graphics::ShaderSpec spec 
)
protected

Construct from a generated ShaderSpec.

Parameters
bindingsBinding table.
specShaderSpec implementing the stage.

Definition at line 39 of file VolumeFieldProcessor.cpp.

41 : ComputeProcessor(spec)
42 , m_bindings(std::move(bindings))
43{
45}
ComputeProcessor(const std::string &shader_path, uint32_t workgroup_x=256)
Construct processor with shader path.
void register_bindings()
Register the binding table into m_config.bindings.

References register_bindings().

+ Here is the call graph for this function: