mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-06-21 22:13:45 +00:00
This changes the format of the client->server command for async mapping to match MapAsync and updates the doer on the server to implement it via MapAsync. Previously the command had an isWrite boolean that routed to either MapReadAsync or MapWriteAsync. Also updates the Wire tests using mock_webgpu.h for the new server-side traces. Bug: dawn:445 Change-Id: I673cbe5e08b7c71539e8678dbb07b4043a9fadb2 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/24820 Reviewed-by: Austin Eng <enga@chromium.org> Reviewed-by: Stephen White <senorblanco@chromium.org> Commit-Queue: Corentin Wallez <cwallez@chromium.org>