mirror of
https://git.sr.ht/~eliasnaur/gio
synced 2026-07-01 07:35:40 +00:00
aadb6609ec
According to the Vulkan specification the pApplicationInfo member of the VkInstanceCreateInfo structure may be NULL. However, the Android emulator crashes on vkEnumeratePhysicalDevices if set to NULL. This change adds a minimal info to please the emulator. Signed-off-by: Elias Naur <mail@eliasnaur.com>