nvk: Advertise VK_VALVE_mutable_descriptor_type

This missing extension looks bad when most of the other drivers
have it (so that's why I made this change)

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/28291>
This commit is contained in:
Echo J
2024-03-20 10:55:45 +02:00
committed by Marge Bot
parent 359bb89302
commit 4b0ad410d0
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -233,6 +233,7 @@ nvk_get_device_extensions(const struct nvk_instance *instance,
.GOOGLE_hlsl_functionality1 = true,
.GOOGLE_user_type = true,
.NV_shader_sm_builtins = true,
.VALVE_mutable_descriptor_type = true,
};
}