dzn: Set dynamic rendering caps

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20823>
This commit is contained in:
Jesse Natalie
2023-01-11 15:27:38 -08:00
committed by Marge Bot
parent c8b9f70fca
commit 232c598e79

View File

@@ -1381,7 +1381,7 @@ dzn_GetPhysicalDeviceFeatures2(VkPhysicalDevice physicalDevice,
.synchronization2 = true,
.textureCompressionASTC_HDR = false,
.shaderZeroInitializeWorkgroupMemory = false,
.dynamicRendering = false,
.dynamicRendering = true,
.shaderIntegerDotProduct = false,
.maintenance4 = false,
};