# download and unpack trace-cross.zip
# add "]" to the end
# s/Metal/Vulkan/g (assuming you are on Vulkan?)
git clone https://github.com/gfx-rs/wgpu
cd wgpu/player
cargo run --features winit,cross -- <path to unpacked trace>
Edit: actually, the repro case doesn't work for me.
Created from https://github.com/gfx-rs/wgpu/issues/1364
Repro steps:
Edit: actually, the repro case doesn't work for me.