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

◆ validate_audio_to_gpu()

bool MayaFlux::Buffers::TransferProcessor::validate_audio_to_gpu ( const std::shared_ptr< VKBuffer > &  target) const
private

Definition at line 81 of file TransferProcessor.cpp.

82{
83 return std::ranges::any_of(m_audio_to_gpu_map,
84 [&target](const auto& pair) { return pair.second == target; });
85}
std::unordered_map< std::shared_ptr< AudioBuffer >, std::shared_ptr< VKBuffer > > m_audio_to_gpu_map

References m_audio_to_gpu_map.

Referenced by on_attach().

+ Here is the caller graph for this function: