shader-slang / slang-rhi

Slang Render Hardware Interface
Other
25 stars 7 forks source link

WebGPU device::waitOnHost() is unimplemented. #103

Closed csyonghe closed 1 week ago

csyonghe commented 1 week ago

Looks like we either need to collect all future objects for each queueSubmit and do a waitAll call, or queue a dummy command to get a waitable future.

skallweitNV commented 1 week ago

There is no Device::waitOnHost and CommandQueue::waitOnHost is correctly implemented.