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:
ReinUsesLisp
2020-01-06 21:18:38 -03:00
parent 3142f1b597
commit b392a5986e
3 changed files with 67 additions and 0 deletions

View File

@ -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