There was an error fetching the commit references. Please try again later.
vk_texture_cache: Implement generic texture cache on Vulkan
It currently ignores PBO linearizations since these should be dropped as soon as possible on OpenGL.
Showing
- src/video_core/CMakeLists.txt 4 additions, 1 deletionsrc/video_core/CMakeLists.txt
- src/video_core/renderer_vulkan/vk_staging_buffer_pool.h 1 addition, 0 deletionssrc/video_core/renderer_vulkan/vk_staging_buffer_pool.h
- src/video_core/renderer_vulkan/vk_texture_cache.cpp 484 additions, 0 deletionssrc/video_core/renderer_vulkan/vk_texture_cache.cpp
- src/video_core/renderer_vulkan/vk_texture_cache.h 244 additions, 0 deletionssrc/video_core/renderer_vulkan/vk_texture_cache.h
Loading
Please register or sign in to comment