Hakim Hauston
Results
2
issues of
Hakim Hauston
Should pass on Thread-ID instead of process-id https://android.googlesource.com/platform/bionic/+/refs/heads/main/libc/include/unistd.h#84
`swapChain.queuePresent` in [VulkanExampleBase::submitFrame](https://github.com/SaschaWillems/Vulkan/blob/master/base/vulkanexamplebase.cpp#L759) returns VK_SUBOPTIMAL_KHR in Android. This causes windowResize() to be called every frame, re-creating the entire swapChain. What is the cause of this error? And is there a...