We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf81651 commit dd13487Copy full SHA for dd13487
1 file changed
public/tracy/TracyWebGPU.hpp
@@ -525,8 +525,8 @@ namespace tracy
525
MemWrite(&item->gpuNewContext.thread, static_cast<uint32_t>(0));
526
MemWrite(&item->gpuNewContext.period, static_cast<float>(period));
527
MemWrite(&item->gpuNewContext.context, static_cast<uint8_t>(GetId()));
528
- MemWrite(&item->gpuNewContext.flags, static_cast<uint8_t>(0)); // no calibration available
529
- MemWrite(&item->gpuNewContext.type, static_cast<uint8_t>(GpuContextType::WebGPU));
+ MemWrite(&item->gpuNewContext.flags, GpuContextFlags(0)); // no calibration available
+ MemWrite(&item->gpuNewContext.type, GpuContextType::WebGPU);
530
SubmitQueueItem(item);
531
}
532
0 commit comments