mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 04:48:08 +02:00
nvk: Re-sort device features
Vulkan versions, then KHR, then EXT, then vendor. Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25765>
This commit is contained in:
parent
c6509ffcea
commit
8639c311bd
1 changed files with 5 additions and 5 deletions
|
|
@ -246,6 +246,10 @@ nvk_get_device_features(const struct nv_device_info *info,
|
|||
.dynamicRendering = true,
|
||||
.maintenance4 = true,
|
||||
|
||||
/* VK_KHR_shader_clock */
|
||||
.shaderSubgroupClock = true,
|
||||
.shaderDeviceClock = true,
|
||||
|
||||
/* VK_EXT_4444_formats */
|
||||
.formatA4R4G4B4 = true,
|
||||
.formatA4B4G4R4 = true,
|
||||
|
|
@ -355,12 +359,8 @@ nvk_get_device_features(const struct nv_device_info *info,
|
|||
/* VK_EXT_ycbcr_image_arrays */
|
||||
.ycbcrImageArrays = true,
|
||||
|
||||
/* VALVE_mutable_descriptor_type */
|
||||
/* VK_VALVE_mutable_descriptor_type */
|
||||
.mutableDescriptorType = true,
|
||||
|
||||
/* VK_KHR_shader_clock */
|
||||
.shaderSubgroupClock = true,
|
||||
.shaderDeviceClock = true,
|
||||
};
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue