mirror of
https://github.com/wolfpld/tracy
synced 2025-04-29 04:23:51 +00:00
Update int type in structures
This commit is contained in:
parent
8b0b2343e1
commit
7f516e2fed
@ -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;
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user