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

◆ register_bindings()

void MayaFlux::Buffers::VolumeFieldProcessor::register_bindings ( )
private

Register the binding table into m_config.bindings.

Definition at line 47 of file VolumeFieldProcessor.cpp.

48{
49 for (const auto& entry : m_bindings) {
50 m_config.bindings[entry.name]
51 = ShaderBinding(0, entry.binding, vk::DescriptorType::eStorageBuffer);
52 }
53}
std::unordered_map< std::string, ShaderBinding > bindings

References MayaFlux::Buffers::ShaderConfig::bindings, m_bindings, and MayaFlux::Buffers::ShaderProcessor::m_config.

Referenced by VolumeFieldProcessor(), and VolumeFieldProcessor().

+ Here is the caller graph for this function: