KhronosGroup / KhronosGroup/Vulkan-Samples

TRACY_NO_INVARIANT_CHECK should be TRACY_TIMER_FALLBACK

Open
#1,564 0 comments 0 reactions 1 assignee View on GitHub

@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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.