diff --git a/src/freedreno/vulkan/tu_device.c b/src/freedreno/vulkan/tu_device.c index 0f7ef2a31aa..ee55f811a5a 100644 --- a/src/freedreno/vulkan/tu_device.c +++ b/src/freedreno/vulkan/tu_device.c @@ -391,7 +391,7 @@ tu_GetPhysicalDeviceFeatures2(VkPhysicalDevice physicalDevice, .shaderInt16 = false, .sparseBinding = false, .variableMultisampleRate = false, - .inheritedQueries = false, + .inheritedQueries = true, }; vk_foreach_struct(ext, pFeatures->pNext)