From 7f516e2fed710d60553b27be59956779a882cb7d Mon Sep 17 00:00:00 2001 From: "Igor S. Gerasimov" Date: Thu, 2 Jan 2025 13:21:44 +0100 Subject: [PATCH] Update int type in structures --- public/tracy/TracyC.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/tracy/TracyC.h b/public/tracy/TracyC.h index 924dc77b..513d70ee 100644 --- a/public/tracy/TracyC.h +++ b/public/tracy/TracyC.h @@ -140,7 +140,7 @@ struct ___tracy_source_location_data struct ___tracy_c_zone_context { uint32_t id; - int active; + int32_t active; }; struct ___tracy_gpu_time_data @@ -158,7 +158,7 @@ struct ___tracy_gpu_zone_begin_data { struct ___tracy_gpu_zone_begin_callstack_data { uint64_t srcloc; - int depth; + int32_t depth; uint16_t queryId; uint8_t context; };