mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-07-12 16:15:55 +00:00
This was caused by DeviceNull's APITick() always returning true leading to the Instance.ProcessEvents() polling code looping forever. Until we fix the DeviceNull's implementation, only call Instance.ProcessEvents() once for now. Bug: chromium:1424846 Bug: dawn:1712 Change-Id: Ieead95230cfd9a5ee7c977a7da2a98e7486ea4ad Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/124282 Kokoro: Austin Eng <enga@chromium.org> Reviewed-by: Austin Eng <enga@chromium.org> Commit-Queue: Quyen Le <lehoangquyen@chromium.org>