mirror of
https://github.com/servo/servo.git
synced 2025-08-23 14:25:33 +01:00
Report errors from void returning operations
This commit is contained in:
parent
6499367fe2
commit
8cb5fad828
10 changed files with 140 additions and 38 deletions
|
@ -165,6 +165,8 @@ impl GPURenderPassEncoderMethods for GPURenderPassEncoder {
|
|||
.0
|
||||
.send(WebGPURequest::RunRenderPass {
|
||||
command_encoder_id: self.command_encoder.id().0,
|
||||
device_id: self.command_encoder.device().id().0,
|
||||
scope_id: self.command_encoder.device().use_current_scope(),
|
||||
render_pass,
|
||||
})
|
||||
.expect("Failed to send RunRenderPass");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue