summaryrefslogtreecommitdiffstats
path: root/src/video_core/renderer_vulkan/vk_compute_pipeline.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* vulkan: Remove unnecessary includesLioncash2020-04-291-2/+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-15/+15
|
* vk_compute_pipeline: Initial implementationReinUsesLisp2020-01-071-0/+66
This abstraction represents a Vulkan compute pipeline.