|
MayaFlux 0.5.0
Digital-First Multimedia Processing Framework
|
| 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.
| index | Binding index to read back. |
| dest | Pointer to caller-allocated memory for the data. |
| byte_size | Size in bytes to read back (must not exceed allocated size). |
Definition at line 464 of file GpuDispatchCore.cpp.
References dispatch_key(), MayaFlux::Yantra::GpuResourceManager::download(), index, and m_resources.
Referenced by MayaFlux::Yantra::GpuExecutionContext< InputType, OutputType >::collect_gpu_outputs().
Here is the call graph for this function:
Here is the caller graph for this function: