blob: f12f83514e21eb57d5309bf60cf8a3221e59b845 [file] [log] [blame] [view]
In native builds the default use of `wgpu::Device::Tick` to detect GPU progress has been updated
to use `wgpu::Instance::ProcessEvents` instead. To simulate the non-yielding behavior of `Context`
in native `DawnBackendContext::fTick` may still be explicitly set to `nullptr`.