Mateusz Kielan
Mateusz Kielan
Examples/Engine doesn't need to run, just needs to compile. We wont do any testing with running samples until we can get a hand on a Vulkan 1.1 x86 Android device.
~~Actually I think the bug is caused by forgetting that a window resize event is processed (and executed by the OS) after `onWindowResized_impl` returns control (as the return value tells...
Need a Skin/InverseBindPose Pool to hold the inverse bind poses [Elements O(skeletonNodes x drawablePoses)] BoneTranslationTable to pair a skin with a set of nodes being the bones, and a result...
author needs to sign DCO
Why did you readd some submodules, I've deleted? P.S. why are there so many submodule changes which are irrelevant?
Might be related: https://github.com/buildaworldnet/IrrlichtBAW/issues/311 https://github.com/buildaworldnet/IrrlichtBAW/issues/298
I found out a funny thing, apparently Android Phones cannot report VK version higher than 1.1 or they won't pass conformance... Classic Google 🤣 So basically there's a bunch of...
Related https://github.com/Devsh-Graphics-Programming/Nabla/issues/377#issuecomment-1176623603 Maybe we should wait till the next release of MoltenVK to see what's available. And this is useful to keep an eye on https://github.com/KhronosGroup/Vulkan-Profiles/blob/master/profiles/VP_ANDROID_baseline_2021.json
@sadiuk what about Linux without X11 (Wayland session) ?
https://github.com/dacap/clip looks like a good codebase to cannibalise but not necessarily include as a 3rdparty dependency (missing Wayland and Android support). P.S. It seems that Windows and X11 care about...