From c3a5d9f417061d82e2db0413e4a7ac835b40b1d6 Mon Sep 17 00:00:00 2001 From: cosmonaut Date: Fri, 16 Jun 2023 15:00:47 -0700 Subject: [PATCH] enable independentBlend feature --- src/Refresh_Driver_Vulkan.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Refresh_Driver_Vulkan.c b/src/Refresh_Driver_Vulkan.c index 581153e..4fc55a3 100644 --- a/src/Refresh_Driver_Vulkan.c +++ b/src/Refresh_Driver_Vulkan.c @@ -11279,6 +11279,7 @@ static uint8_t VULKAN_INTERNAL_CreateLogicalDevice( deviceFeatures.fillModeNonSolid = VK_TRUE; deviceFeatures.samplerAnisotropy = VK_TRUE; deviceFeatures.multiDrawIndirect = VK_TRUE; + deviceFeatures.independentBlend = VK_TRUE; /* creating the logical device */