diff --git a/src/panfrost/vulkan/panvk_physical_device.c b/src/panfrost/vulkan/panvk_physical_device.c index ac01c3828a6..9861d5009cd 100644 --- a/src/panfrost/vulkan/panvk_physical_device.c +++ b/src/panfrost/vulkan/panvk_physical_device.c @@ -262,6 +262,7 @@ get_features(const struct panvk_physical_device *device, .logicOp = true, .wideLines = true, .largePoints = true, + .occlusionQueryPrecise = true, .samplerAnisotropy = true, .textureCompressionETC2 = true, .textureCompressionASTC_LDR = true,