mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Initial implementation of WebGPU API
This commit is contained in:
parent
47e39af0f3
commit
12893aa010
30 changed files with 923 additions and 7 deletions
|
@ -134,7 +134,10 @@ DOMInterfaces = {
|
|||
|
||||
'XR': {
|
||||
'inCompartments': ['SupportsSessionMode', 'RequestSession'],
|
||||
},
|
||||
|
||||
'GPU': {
|
||||
'inCompartments': ['RequestAdapter'],
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue