aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/gpupipelinelayout.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/script/dom/gpupipelinelayout.rs')
-rw-r--r--components/script/dom/gpupipelinelayout.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/components/script/dom/gpupipelinelayout.rs b/components/script/dom/gpupipelinelayout.rs
index 563d0ca9220..4a28fcf4a6c 100644
--- a/components/script/dom/gpupipelinelayout.rs
+++ b/components/script/dom/gpupipelinelayout.rs
@@ -15,7 +15,9 @@ use webgpu::{WebGPUBindGroupLayout, WebGPUPipelineLayout};
pub struct GPUPipelineLayout {
reflector_: Reflector,
label: DomRefCell<Option<USVString>>,
+ #[no_trace]
pipeline_layout: WebGPUPipelineLayout,
+ #[no_trace]
bind_group_layouts: Vec<WebGPUBindGroupLayout>,
}