mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Add pseudo async Create*PipelineAsync methods (#31695)
* Create fake CreatePipelineAsync * Update WebGPU CTS * Update expectations and disable some webgpu tests
This commit is contained in:
parent
228f4fb2fc
commit
c25069161d
167 changed files with 121466 additions and 53445 deletions
|
@ -161,7 +161,7 @@ DOMInterfaces = {
|
|||
},
|
||||
|
||||
'GPUDevice': {
|
||||
'inRealms': ['PopErrorScope', 'GetLost'],
|
||||
'inRealms': ['PopErrorScope', 'GetLost', 'CreateComputePipelineAsync', 'CreateRenderPipelineAsync'],
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue