mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-02-14 17:50:06 +00:00
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:
parent
05792ff150
commit
c7fa7fe701
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue