mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Add missing OpenCL mentions.
This commit is contained in:
@@ -5265,7 +5265,7 @@ void Worker::ProcessGpuZoneBeginImpl( GpuEvent* zone, const QueueGpuZoneBegin& e
|
||||
uint64_t ztid;
|
||||
if( ctx->thread == 0 )
|
||||
{
|
||||
// Vulkan and Direct3D 12 contexts are not bound to any single thread.
|
||||
// Vulkan, OpenCL and Direct3D 12 contexts are not bound to any single thread.
|
||||
zone->SetThread( CompressThread( ev.thread ) );
|
||||
ztid = ev.thread;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user