1
0
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:
Bartosz Taudul
2020-06-09 18:17:43 +02:00
parent 8bbc40beb2
commit e932cbe162
2 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -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;
}