early-access version 1792

This commit is contained in:
pineappleEA
2021-06-17 04:08:27 +02:00
parent 353c0bee63
commit d3ce8c0322
17 changed files with 124 additions and 50 deletions

View File

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