enable independentBlend feature
continuous-integration/drone/push Build is passing Details

pull/45/head
cosmonaut 2023-06-16 15:00:47 -07:00
parent 9631dc9f83
commit c3a5d9f417
1 changed files with 1 additions and 0 deletions

View File

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