Module thread_id

Module thread_id 

Source
Available on wgpu_core only.
Expand description

Implementation of thread IDs for error scope tracking.

Supports both std and no_std environments, though the no_std implementation is a stub that does not actually distinguish between threads.

Structsยง

ThreadIdstd