KhronosGroup / KhronosGroup/Vulkan-Samples
TRACY_NO_INVARIANT_CHECK should be TRACY_TIMER_FALLBACK
Open
@SaschaWillems is already working on this.
Since Aug 24, 2026.
- Dominant language
- C++
- Stars
- 5.4k
- Forks
- 835
- Avg merge
- 2h 16m
- Merged PRs (30d)
- 1
Description
In third_party/CMakeLists.txt there is the line
add_compile_definitions(TRACY_NO_INVARIANT_CHECK=1)
but this is en env var, not a compile definition. It should be
add_compile_definitions(TRACY_TIMER_FALLBACK=1)
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.