mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 07:28:11 +02:00
nvk: Move the mutableDescriptorType enable
The EXT extension overrides the VALVE one so put it in the EXT section. Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/28291>
This commit is contained in:
parent
1bed037b88
commit
359bb89302
1 changed files with 3 additions and 3 deletions
|
|
@ -526,6 +526,9 @@ nvk_get_device_features(const struct nv_device_info *info,
|
|||
/* VK_EXT_multi_draw */
|
||||
.multiDraw = true,
|
||||
|
||||
/* VK_EXT_mutable_descriptor_type */
|
||||
.mutableDescriptorType = true,
|
||||
|
||||
/* VK_EXT_non_seamless_cube_map */
|
||||
.nonSeamlessCubeMap = true,
|
||||
|
||||
|
|
@ -577,9 +580,6 @@ nvk_get_device_features(const struct nv_device_info *info,
|
|||
|
||||
/* VK_NV_shader_sm_builtins */
|
||||
.shaderSMBuiltins = true,
|
||||
|
||||
/* VK_VALVE_mutable_descriptor_type */
|
||||
.mutableDescriptorType = true,
|
||||
};
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue