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

◆ download()

void MayaFlux::Yantra::GpuResourceManager::download ( size_t  index,
float *  dest,
size_t  byte_size 
)

Definition at line 263 of file GpuResourceManager.cpp.

264{
265 auto& vk_slot = m_impl->buffers[index];
266 std::memcpy(dest, vk_slot.mapped_ptr, byte_size);
267}
std::unique_ptr< GpuResourceManagerImpl > m_impl

References m_impl.

Referenced by MayaFlux::Yantra::GpuDispatchCore::download_binding(), MayaFlux::Yantra::GpuDispatchCore::readback_aux(), and MayaFlux::Yantra::GpuDispatchCore::readback_primary().

+ Here is the caller graph for this function: