nvk: Set framebufferIntegerColorSampleCounts

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/27130>
This commit is contained in:
Faith Ekstrand 2024-01-17 11:58:48 -06:00 committed by Marge Bot
parent 03f5fc45bb
commit 4b0448d8f8

View file

@ -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,