From ba92cb911f5def90482819baf25fe6787a3516eb Mon Sep 17 00:00:00 2001 From: JPikachu Date: Tue, 3 Jun 2025 17:32:43 +0100 Subject: [PATCH] Test VK_EXT_Custom_Border_Color never removed --- src/video_core/vulkan_common/vulkan_device.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/video_core/vulkan_common/vulkan_device.cpp b/src/video_core/vulkan_common/vulkan_device.cpp index 474e420daf..f730fe52d2 100644 --- a/src/video_core/vulkan_common/vulkan_device.cpp +++ b/src/video_core/vulkan_common/vulkan_device.cpp @@ -1191,8 +1191,9 @@ void Device::RemoveUnsuitableExtensions() { // VK_EXT_custom_border_color extensions.custom_border_color = features.custom_border_color.customBorderColors && features.custom_border_color.customBorderColorWithoutFormat; - RemoveExtensionFeatureIfUnsuitable(extensions.custom_border_color, features.custom_border_color, - VK_EXT_CUSTOM_BORDER_COLOR_EXTENSION_NAME); + // Remove for now only for testing, future solutions to be expected + //RemoveExtensionFeatureIfUnsuitable(extensions.custom_border_color, features.custom_border_color, + //VK_EXT_CUSTOM_BORDER_COLOR_EXTENSION_NAME); // VK_EXT_depth_bias_control extensions.depth_bias_control =