dzn: Enable independent blending

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20778>
This commit is contained in:
Jesse Natalie 2023-01-18 16:29:52 -08:00 committed by Marge Bot
parent 613feb39c4
commit c92729c3ce

View file

@ -1257,7 +1257,7 @@ dzn_GetPhysicalDeviceFeatures2(VkPhysicalDevice physicalDevice,
.robustBufferAccess = true, /* This feature is mandatory */
.fullDrawIndexUint32 = false,
.imageCubeArray = true,
.independentBlend = false,
.independentBlend = true,
.geometryShader = true,
.tessellationShader = false,
.sampleRateShading = true,