early-access version 2210

This commit is contained in:
pineappleEA
2021-11-17 06:25:40 +01:00
parent 6f086e813b
commit 90e5ed43af
6 changed files with 46 additions and 29 deletions

View File

@@ -316,6 +316,7 @@ struct TextureCacheParams {
static constexpr bool FRAMEBUFFER_BLITS = false;
static constexpr bool HAS_EMULATED_COPIES = false;
static constexpr bool HAS_DEVICE_MEMORY_INFO = true;
static constexpr bool HAS_PIXEL_FORMAT_CONVERSIONS = false;
using Runtime = Vulkan::TextureCacheRuntime;
using Image = Vulkan::Image;