diff --git a/src/nouveau/vulkan/nvk_physical_device.c b/src/nouveau/vulkan/nvk_physical_device.c index 739fe10e362..4670e16fc65 100644 --- a/src/nouveau/vulkan/nvk_physical_device.c +++ b/src/nouveau/vulkan/nvk_physical_device.c @@ -735,6 +735,7 @@ nvk_get_device_properties(const struct nvk_instance *instance, .filterMinmaxSingleComponentFormats = true, .filterMinmaxImageComponentMapping = true, .maxTimelineSemaphoreValueDifference = UINT64_MAX, + .framebufferIntegerColorSampleCounts = sample_counts, /* Vulkan 1.3 properties */ .minSubgroupSize = 32,