mirror of
https://github.com/servo/servo.git
synced 2025-08-08 23:15:33 +01:00
separate Queue&Device Id (#32966)
Signed-off-by: sagudev <16504129+sagudev@users.noreply.github.com>
This commit is contained in:
parent
a5df51ea56
commit
f989d3776e
7 changed files with 54 additions and 32 deletions
|
@ -272,6 +272,7 @@ impl GPUCanvasContextMethods for GPUCanvasContext {
|
|||
.0
|
||||
.send(WebGPURequest::CreateSwapChain {
|
||||
device_id: descriptor.device.id().0,
|
||||
queue_id: descriptor.device.GetQueue().id().0,
|
||||
buffer_ids,
|
||||
external_id: self.context_id.0,
|
||||
sender,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue