1
0
mirror of https://github.com/wolfpld/tracy synced 2025-04-30 12:53:51 +00:00

Update int type in structures

This commit is contained in:
Igor S. Gerasimov 2025-01-02 13:21:44 +01:00
parent 8b0b2343e1
commit 7f516e2fed

View File

@ -140,7 +140,7 @@ struct ___tracy_source_location_data
struct ___tracy_c_zone_context struct ___tracy_c_zone_context
{ {
uint32_t id; uint32_t id;
int active; int32_t active;
}; };
struct ___tracy_gpu_time_data struct ___tracy_gpu_time_data
@ -158,7 +158,7 @@ struct ___tracy_gpu_zone_begin_data {
struct ___tracy_gpu_zone_begin_callstack_data { struct ___tracy_gpu_zone_begin_callstack_data {
uint64_t srcloc; uint64_t srcloc;
int depth; int32_t depth;
uint16_t queryId; uint16_t queryId;
uint8_t context; uint8_t context;
}; };