It makes sense to me, given that D3D12 encourages applications to use multiple threads to interact with the driver. Actually, couldn't the same be done for Linux, showing the thread ID obtained with `gettid()`? Or maybe `syscall(SYS_gettid)`, to be compatible with older glibc versions.