commonbreed
commonbreed
Hi, this seems to have something to do with static linkage, as without `-static` in `target_link_libraries`, this issue does not present.
Is there a tracking issue for hypervisor bugs? Like the one that prevents BOTW from booting?
@billhollings Are we 100% sure this is fixed? The mentioning issue above, from yuzu-emu, encounters this problem. I wouldn't even begin to know where to look for Vulkan/MoltenVK-specific logs or...
@billhollings Thanks! From what I understand, the emulator already uses `VkImageViewUsageCreateInfoKHR` from `VK_KHR_maintenance2`. The issue is that MoltenVK appears to add the restriction that if `VK_IMAGE_USAGE_COLOR_ATTACHMENT_BIT` is set, that is...