Skip to content

Commit

Permalink
Put m_qpcToNs in a _WIN32 ifdef.
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfpld committed Mar 9, 2024
1 parent c0789c2 commit 082c13a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions public/tracy/TracyVulkan.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,9 @@ class VkCtx
VkSymbolTable m_symbols;
#endif
uint64_t m_deviation;
#ifdef _WIN32
int64_t m_qpcToNs;
#endif
int64_t m_prevCalibration;
uint8_t m_context;

Expand Down

0 comments on commit 082c13a

Please sign in to comment.