Tom Atkinson
Tom Atkinson
Better documentation on how we support multiple platforms in the framework can be added. Adjusting the tickets name to reflect this
Resolved in future framework v2.0 changes
We may want to comment up the hello triangle code base with links to the Vulkan Tutorial documentation. It may make it easier if a reader can jump from function...
Makes sense, it's low priority if we did pursue it. Jsut thought we might be able to whip something up in 30 minutes which might help save yourself a bit...
Hey @SaschaWillems i tried locally with `pre-commit run clang-format --files $(git diff main --name-only)`  Did you install pre-commit to validate your commits? It will pull and run the correct...
Hi @VladyslavSan please try run the app from the project directory. This way the app can find the shaders that it is trying to load `./app/bin/Debug/arm64/vulkan_samples` --> `./build/app/bin/Debug/arm64/vulkan_samples`
@YaLTeR in terms of Meson I was thinking it might be simpler to wrap the cmake approach using the cmake module https://mesonbuild.com/CMake-module.html. That would reduce duplication and means that the...
In response to @wolfpld on #655 > Vcpkg should only be used on windows, as a way to provide system libraries that you would have installed on unix.  vcpkg...
Looks like i need to fixup the shared vscode config. Ill quickly do this so that the existing commands in `launch.json` work
> `c_cpp_properties.json` should be removed. I added this part as it looks like you had a shared `.vscode` folder. But the below shows that it was meant to be removed?...