ADD: Texture Cache

This commit is contained in:
2025-11-03 14:37:52 +09:00
parent fbc937974d
commit cb495e3f4b
7 changed files with 177 additions and 92 deletions

View File

@@ -32,6 +32,8 @@ add_executable (vulkan_engine
core/vk_pipeline_manager.cpp
core/frame_resources.h
core/frame_resources.cpp
core/texture_cache.h
core/texture_cache.cpp
core/config.h
core/vk_engine.h
core/vk_engine.cpp