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:
@@ -637,7 +637,7 @@ Khronos extensions that are not part of any Vulkan version:
|
||||
VK_IMG_filter_cubic DONE (tu/a650)
|
||||
VK_NV_compute_shader_derivatives DONE (anv, hasvk, radv)
|
||||
VK_EXT_acquire_drm_display DONE (anv, nvk, radv, tu, v3dv)
|
||||
VK_VALVE_mutable_descriptor_type DONE (anv, hasvk, radv, tu, vn)
|
||||
VK_VALVE_mutable_descriptor_type DONE (anv, hasvk, nvk, radv, tu, vn)
|
||||
VK_AMD_buffer_marker DONE (anv, radv, tu)
|
||||
VK_AMD_device_coherent_memory DONE (radv)
|
||||
VK_AMD_draw_indirect_count DONE (radv)
|
||||
|
@@ -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,
|
||||
};
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user