|
MayaFlux 0.4.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 374 of file GpuDispatchCore.cpp.
References MayaFlux::Yantra::GpuResourceManager::download(), and m_resources.
Here is the call graph for this function: