Closed kvark closed 1 year ago
Downstream - https://github.com/gfx-rs/wgpu/issues/1349
Core 360000 14:41:59 target_control.cpp(585) Log Got remote handshake: play [360694] Core 360694 14:41:59 core.cpp(770) Error Couldn't find matching frame capturer for device 0000000000000000 window 0000000000000000 from 0 device frame capturers and 0 frame capturers Core 360694 14:42:02 core.cpp(770) Error Couldn't find matching frame capturer for device 0000000000000000 window 0000000000000000 from 0 device frame capturers and 0 frame capturers
Our code:
rd.start_frame_capture(std::ptr::null(), std::ptr::null()); // do stuff rd.end_frame_capture(std::ptr::null(), std::ptr::null());
This seems to have been fixed upstream, correct? I think this ticket should be safe to close, but please feel free to post and have this reopened anytime. Thanks for reporting!
Downstream - https://github.com/gfx-rs/wgpu/issues/1349
Our code: