summaryrefslogtreecommitdiffstats
path: root/src/video_core/renderer_vulkan/vk_staging_buffer_pool.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-03-06vk_rasterizer: Support disabled uniform buffersReinUsesLisp1-1/+2
2019-12-25vk_staging_buffer_pool: Add a staging pool for temporary operationsReinUsesLisp1-0/+127
The job of this abstraction is to provide staging buffers for temporary operations. Think of image uploads or buffer uploads to device memory. It automatically deletes unused buffers.