Flush WebGPU commands after fence.onCompletion
Currently, this callback is processed entirely on the client, so it doesn't require a flush. It will be updated to be server-side for consistent callback ordering. In order to ensure the server receives the callback in finite time, we force a flush after the command is sent. Bug: dawn:516 Change-Id: Ibfa64b142331663e818c1142021ec2db1eeb9f58 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2380026Reviewed-by:Kai Ninomiya <kainino@chromium.org> Commit-Queue: Austin Eng <enga@chromium.org> Cr-Commit-Position: refs/heads/master@{#802317}
Showing
Please register or sign in to comment