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

◆ upload_raw()

void MayaFlux::Yantra::GpuResourceManager::upload_raw ( size_t  index,
const uint8_t *  data,
size_t  byte_size 
)

Definition at line 257 of file GpuResourceManager.cpp.

258{
259 auto& vk_slot = m_impl->buffers[index];
260 std::memcpy(vk_slot.mapped_ptr, data, byte_size);
261}
std::unique_ptr< GpuResourceManagerImpl > m_impl

References m_impl.

Referenced by MayaFlux::Yantra::GpuDispatchCore::prepare_gpu_inputs().

+ Here is the caller graph for this function: