mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-03-06 07:50:30 +01:00
nvk: Set framebufferIntegerColorSampleCounts
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/27130>
This commit is contained in:
parent
03f5fc45bb
commit
4b0448d8f8
1 changed files with 1 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue