mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-18 00:17:56 +00:00
vk_pipeline_cache: Add file and define descriptor update template filler
This function allows us to share code between compute and graphics pipelines compilation.
This commit is contained in:
parent
a067862bd3
commit
836580aada
3 changed files with 67 additions and 0 deletions
|
@ -163,6 +163,8 @@ if (ENABLE_VULKAN)
|
|||
renderer_vulkan/vk_image.h
|
||||
renderer_vulkan/vk_memory_manager.cpp
|
||||
renderer_vulkan/vk_memory_manager.h
|
||||
renderer_vulkan/vk_pipeline_cache.cpp
|
||||
renderer_vulkan/vk_pipeline_cache.h
|
||||
renderer_vulkan/vk_rasterizer.h
|
||||
renderer_vulkan/vk_renderpass_cache.cpp
|
||||
renderer_vulkan/vk_renderpass_cache.h
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue