mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
chore: Update wgpu and fix webgpu pref (#35020)
* Update wgpu to v24 Signed-off-by: sagudev <16504129+sagudev@users.noreply.github.com> * `dom.webgpu.enabled` -> `dom_webgpu_enabled` Signed-off-by: sagudev <16504129+sagudev@users.noreply.github.com> * Update expectations Signed-off-by: sagudev <16504129+sagudev@users.noreply.github.com> --------- Signed-off-by: sagudev <16504129+sagudev@users.noreply.github.com>
This commit is contained in:
parent
d58aa7fc04
commit
b92a598e62
7 changed files with 28 additions and 147 deletions
|
@ -1147,10 +1147,10 @@ enum GPUQueryType {
|
|||
|
||||
|
||||
partial interface GPUCanvasContext {
|
||||
[Throws, Pref="dom.webgpu.enabled"]
|
||||
[Throws, Pref="dom_webgpu_enabled"]
|
||||
undefined configure(GPUCanvasConfiguration descriptor);
|
||||
[Pref="dom.webgpu.enabled"] undefined unconfigure();
|
||||
[Throws, Pref="dom.webgpu.enabled"]
|
||||
[Pref="dom_webgpu_enabled"] undefined unconfigure();
|
||||
[Throws, Pref="dom_webgpu_enabled"]
|
||||
GPUTexture getCurrentTexture();
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue