Changes:
- The compute part is commented out to work on android
- Qt6.8 replaced by Qt6.5
- NDK version set to the latest stable one
- Build platform is now API 34
Changes:
- Add Qt6
- Upgrade Qt5.13 to Qt5.15.2
- Separate android files for each Qt major version
- Change DebugUtils to DebugReporter to work on old vulkan versions (still does not work on android 29)
- Some changes to includes to fix the vulkan surface extension issues
- TintMap bug fixed and compute UBO added for parameters
- VulkanWIndow class added
- Some GLFW lines for window resized handling commented
- GLFW lines for instance creation replaced with non-GLFW lines (both android and linux)