Tom Atkinson
Tom Atkinson
This PR is currently a WIP. It does not represent a final solution. Some files have been deleted for readability but may be added back for backwards compatibility. I am...
Hi @wolfpld, I've been using Tracy for a while on personal projects. Lately, I've been attempting to add Tracy as a project profiler for [Vulkan Samples](https://github.com/KhronosGroup/Vulkan-Samples) here's the [PR](https://github.com/KhronosGroup/Vulkan-Samples/pull/757) As...
## Description Using different local versions of clang format can produce varying results. We should make sure that people are using the same version as the CI. This change provides...
## Description Simplifies our filesystem implementation by using std::filesystem underneath. This is the filesystem used in #846 which can be easily used in different executables to perform small tasks (See...
Add `cpack` support so that we can support bundling the application into a distributable which: - Can be published into a GitHub Release - Can be published into an App...
We may want to add https://www.qemu.org/ to the software to emulate running samples in CI. This is a slow-running task so we could create a job which runs weekly or...
The CLI parser is self contained and is the sole reason why we have the cli11 third party. This can be directly moved to its own component
Disclaimer: PoC does not yet work. Creating a PR for working group visibility . . . . . . . . . . . . . . . ## Description...
We can either use this ticket as a bucket to convert all GLSL to HLSL or we can create an issue per set of shaders. The end goal would be...
Once we have generated SPIRV offline there are a few things that we can now do to benefit the project - Bundle the SPIRV into a header so that it...