From 232c598e79ca5305ed83d84491da11eaadef6d6c Mon Sep 17 00:00:00 2001 From: Jesse Natalie Date: Wed, 11 Jan 2023 15:27:38 -0800 Subject: [PATCH] dzn: Set dynamic rendering caps Part-of: --- src/microsoft/vulkan/dzn_device.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/microsoft/vulkan/dzn_device.c b/src/microsoft/vulkan/dzn_device.c index 7c3c4344d9b..dd8b8b8ab66 100644 --- a/src/microsoft/vulkan/dzn_device.c +++ b/src/microsoft/vulkan/dzn_device.c @@ -1381,7 +1381,7 @@ dzn_GetPhysicalDeviceFeatures2(VkPhysicalDevice physicalDevice, .synchronization2 = true, .textureCompressionASTC_HDR = false, .shaderZeroInitializeWorkgroupMemory = false, - .dynamicRendering = false, + .dynamicRendering = true, .shaderIntegerDotProduct = false, .maintenance4 = false, };