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

◆ download_shared()

void MayaFlux::Yantra::GpuResourceManager::download_shared ( uint32_t  set,
size_t  binding_index,
void *  dest,
size_t  byte_size 
)

Definition at line 391 of file GpuResourceManager.cpp.

392{
393 auto& slot = m_shared->slots.at({ set, binding_index });
394 std::memcpy(dest, slot.mapped_ptr, byte_size);
395}
std::unique_ptr< SharedBuffers > m_shared

References m_shared.