Branch
Hash :
dac0ef51
Author :
Date :
2025-05-27T18:36:56
WebGPU: Add a feature to avoid wgpuInstanceWaitAny Synchronous waiting is not available in Chrome's renderer process yet. Add a temporary feature to avoid some WaitAny calls and just log errors instead. Bug: angleproject:413078308 Change-Id: I67e54dfcfc093fd250da8cc616c05d44b78c8d64 Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/6593531 Reviewed-by: Corentin Wallez <cwallez@chromium.org> Commit-Queue: Geoff Lang <geofflang@chromium.org>
{
"description": [
"Copyright 2025 The ANGLE Project Authors. All rights reserved.",
"Use of this source code is governed by a BSD-style license that can be",
"found in the LICENSE file.",
"",
"wgpu_features.json: angle::Features and workarounds for the WebGPU backend."
],
"features": [
{
"name": "avoid_wait_any",
"category": "Workarounds",
"description": [
"Avoid unnecessary calls to wpguInstanceWaitAny."
]
}
]
}