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

◆ download_binding()

void MayaFlux::Yantra::GpuDispatchCore::download_binding ( size_t  index,
void *  dest,
size_t  byte_size 
)

Read back a specific binding into a caller-provided destination.

Parameters
indexBinding index to read back.
destPointer to caller-allocated memory for the data.
byte_sizeSize in bytes to read back (must not exceed allocated size).

Definition at line 374 of file GpuDispatchCore.cpp.

375{
376 m_resources.download(index, reinterpret_cast<float*>(dest), byte_size);
377}
void download(size_t index, float *dest, size_t byte_size)

References MayaFlux::Yantra::GpuResourceManager::download(), and m_resources.

+ Here is the call graph for this function: