diff options
Diffstat (limited to 'components/script/dom/gpurenderpassencoder.rs')
-rw-r--r-- | components/script/dom/gpurenderpassencoder.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/components/script/dom/gpurenderpassencoder.rs b/components/script/dom/gpurenderpassencoder.rs index ac7424b1999..0bcbda00b23 100644 --- a/components/script/dom/gpurenderpassencoder.rs +++ b/components/script/dom/gpurenderpassencoder.rs @@ -25,9 +25,11 @@ use webgpu::{ pub struct GPURenderPassEncoder { reflector_: Reflector, #[ignore_malloc_size_of = "defined in webgpu"] + #[no_trace] channel: WebGPU, label: DomRefCell<Option<USVString>>, #[ignore_malloc_size_of = "defined in wgpu-core"] + #[no_trace] render_pass: DomRefCell<Option<RenderPass>>, command_encoder: Dom<GPUCommandEncoder>, } |