mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +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
|
@ -93,6 +93,8 @@ impl GPUComputePassEncoderMethods for GPUComputePassEncoder {
|
|||
.0
|
||||
.send(WebGPURequest::RunComputePass {
|
||||
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(),
|
||||
compute_pass,
|
||||
})
|
||||
.expect("Failed to send RunComputePass");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue