summaryrefslogtreecommitdiffstats
path: root/src/video_core/renderer_vulkan/vk_blit_screen.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* vulkan: Remove unnecessary includesLioncash2020-04-291-1/+0
| | | | | | | Reduces some header churn and reduces rebuilds when some header internals change. While we're at it we can also resolve a missing include in buffer_cache.
* renderer_vulkan: Drop Vulkan-HppReinUsesLisp2020-04-111-17/+17
|
* vk_blit_screen: Address feedbackReinUsesLisp2020-01-201-3/+4
|
* vk_blit_screen: Initial implementationReinUsesLisp2020-01-201-0/+118
This abstraction takes care of presenting accelerated and non-accelerated or "framebuffer" images to the Vulkan swapchain.