mirror of
https://github.com/servo/servo.git
synced 2025-09-25 14:20:08 +01:00
WebGPU: expose GPUObjectBase to worker (#39463)
Label attribute in several WebGPU object should be available to worker as well. [Firefox](https://searchfox.org/firefox-main/source/dom/webidl/WebGPU.webidl#10) doesn't limit it to window either. Testing: CTS [try run](https://github.com/wusyong/servo/actions/runs/17942843000) from my fork Signed-off-by: Wu Yu Wei <yuweiwu@pm.me>
This commit is contained in:
parent
afd061e9b3
commit
bb70c35a96
1 changed files with 0 additions and 1 deletions
|
@ -7,7 +7,6 @@
|
|||
// Source: WebGPU (https://gpuweb.github.io/gpuweb/)
|
||||
// Direct source: https://github.com/w3c/webref/blob/curated/ed/idl/webgpu.idl
|
||||
|
||||
[Exposed=(Window)]
|
||||
interface mixin GPUObjectBase {
|
||||
attribute USVString label;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue