a/vk: Loop over all optional extensions, not just the first

This caused the event thread to not start
because the needed extensions where not enabled.
This commit is contained in:
Jakob Bornecrantz 2023-04-21 14:21:07 +01:00
parent 05792ff150
commit c7fa7fe701

View file

@ -114,7 +114,6 @@ vk_build_instance_extensions(struct vk_bundle *vk,
} else {
VK_WARN(vk, "Duplicate instance extension %s not added twice", optional_ext);
}
break;
}
free(props);