mirror of
https://github.com/servo/servo
synced 2026-05-05 06:32:13 +02:00
Update wgpu-core and wgpu-types
This commit is contained in:
@@ -22,6 +22,7 @@ use webgpu::{
|
||||
},
|
||||
RawPass,
|
||||
},
|
||||
wgpu::id,
|
||||
WebGPU, WebGPURequest,
|
||||
};
|
||||
|
||||
@@ -32,7 +33,7 @@ pub struct GPUComputePassEncoder {
|
||||
channel: WebGPU,
|
||||
label: DomRefCell<Option<DOMString>>,
|
||||
#[ignore_malloc_size_of = "defined in wgpu-core"]
|
||||
raw_pass: DomRefCell<Option<RawPass>>,
|
||||
raw_pass: DomRefCell<Option<RawPass<id::CommandEncoderId>>>,
|
||||
command_encoder: Dom<GPUCommandEncoder>,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user