mirror of
https://github.com/servo/servo.git
synced 2025-08-07 14:35:33 +01:00
webgpu: Parse and forward backend prefs to wgpu (#32410)
Signed-off-by: Hieu Do <hieudn.uh@gmail.com>
This commit is contained in:
parent
500a475217
commit
3d70243438
3 changed files with 17 additions and 2 deletions
|
@ -206,6 +206,8 @@ mod gen {
|
|||
webgpu: {
|
||||
/// Enable WebGPU APIs.
|
||||
enabled: bool,
|
||||
/// List of comma-separated backends to be used by wgpu
|
||||
wgpu_backend: String,
|
||||
},
|
||||
bluetooth: {
|
||||
enabled: bool,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue