forked from joejulian/gio
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>