|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
| void MayaFlux::Buffers::upload_to_gpu | ( | const std::vector< T > & | data, |
| const std::shared_ptr< VKBuffer > & | target, | ||
| const std::shared_ptr< VKBuffer > & | staging = nullptr |
||
| ) |
Upload vector to GPU buffer.
| T | Data type |
| data | Source data vector |
| target | Target GPU buffer |
| staging | Optional staging buffer |
Definition at line 102 of file StagingUtils.hpp.
References upload_to_gpu().
Here is the call graph for this function: