|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
| void MayaFlux::Buffers::download_from_gpu | ( | const std::shared_ptr< VKBuffer > & | source, |
| std::vector< T > & | data, | ||
| const std::shared_ptr< VKBuffer > & | staging = nullptr |
||
| ) |
Download from GPU buffer to vector.
| T | Data type |
| source | Source GPU buffer |
| data | Destination data vector (resized if needed) |
| staging | Optional staging buffer |
Definition at line 152 of file StagingUtils.hpp.
References download_from_gpu().
Here is the call graph for this function: