···618618void
619619vk_fill_in_has_instance_extensions(struct vk_bundle *vk, struct u_string_list *ext_list);
620620621621+/*!
622622+ * Setup the physical device, this is called by vk_create_device but has uses
623623+ * for outside of that.
624624+ *
625625+ * @ingroup aux_vk
626626+ */
627627+VkResult
628628+vk_select_physical_device(struct vk_bundle *vk, int forced_index);
621629622630/*!
623631 * Used to enable device features as a argument @ref vk_create_device.