-
Updated
Oct 26, 2020 - Python
spirv
Here are 43 public repositories matching this topic...
-
Updated
Oct 23, 2020 - C
-
Updated
Oct 6, 2020 - Python
-
Updated
Oct 25, 2020 - Rust
-
Updated
Jul 8, 2020
-
Updated
Jun 27, 2020 - C++
-
Updated
May 29, 2020 - C++
-
Updated
Jan 5, 2020 - C#
-
Updated
Feb 14, 2020 - C++
Improve this page
Add a description, image, and links to the spirv topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the spirv topic, visit your repo's landing page and select "manage topics."
Currently Tracy assumes that users will be posting screenshots of frames via the
tracy::Profiler::SendFrameImageAPI. Because of this Tracy starts an additional thread and includes code for performing on-the-fly DXT1 texture compression. Since we never need this it'd be nice to be able to toggle all of that off to reduce the code size impact and extra runtime threads.