mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2026-08-24 16:30:44 +00:00
enable msaa depth resolve
This commit is contained in:
@@ -56,7 +56,7 @@ namespace {
|
||||
constexpr bool ENABLE_MSAA_RESOLVE_CONSUME = true;
|
||||
constexpr bool ENABLE_MSAA_COLOR_DISCARD = true;
|
||||
constexpr bool ENABLE_MSAA_DEPTH_DISCARD = true;
|
||||
constexpr bool ENABLE_MSAA_DEPTH_RESOLVE = false;
|
||||
constexpr bool ENABLE_MSAA_DEPTH_RESOLVE = true;
|
||||
constexpr bool ENABLE_OPTIMAL_IMAGE_LAYOUTS = true;
|
||||
|
||||
constexpr VkBorderColor ConvertBorderColor(const std::array<float, 4>& color) {
|
||||
|
||||
Reference in New Issue
Block a user