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 */