summaryrefslogtreecommitdiffstats
path: root/src/video_core/renderer_vulkan/vk_blit_screen.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-04-29vulkan: Remove unnecessary includesLioncash1-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.
2020-04-11renderer_vulkan: Drop Vulkan-HppReinUsesLisp1-17/+17
2020-01-20vk_blit_screen: Address feedbackReinUsesLisp1-3/+4
2020-01-20vk_blit_screen: Initial implementationReinUsesLisp1-0/+118
This abstraction takes care of presenting accelerated and non-accelerated or "framebuffer" images to the Vulkan swapchain.