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

◆ validate_gpu_to_audio()

bool MayaFlux::Buffers::TransferProcessor::validate_gpu_to_audio ( const std::shared_ptr< AudioBuffer > &  target) const
private

Definition at line 87 of file TransferProcessor.cpp.

88{
89 return std::ranges::any_of(m_gpu_to_audio_map,
90 [&target](const auto& pair) { return pair.second == target; });
91}
std::unordered_map< std::shared_ptr< VKBuffer >, std::shared_ptr< AudioBuffer > > m_gpu_to_audio_map

References m_gpu_to_audio_map.

Referenced by on_attach().

+ Here is the caller graph for this function: