summaryrefslogtreecommitdiffstats
path: root/src/video_core/renderer_vulkan/vk_compute_pipeline.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* renderer_vulkan: Drop Vulkan-HppReinUsesLisp2020-04-111-47/+82
|
* vk_shader_decompiler: Implement indexed texturesReinUsesLisp2020-02-241-1/+1
| | | | | | | Implement accessing textures through an index. It uses the same interface as OpenGL, the main difference is that Vulkan bindings are forced to be arrayed (the binding index doesn't change for stacked textures in SPIR-V).
* vk_compute_pipeline: Initial implementationReinUsesLisp2020-01-071-0/+112
This abstraction represents a Vulkan compute pipeline.