diff options
Diffstat (limited to 'components/script/dom/mod.rs')
-rw-r--r-- | components/script/dom/mod.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/components/script/dom/mod.rs b/components/script/dom/mod.rs index 698cff979c9..30681be0ff2 100644 --- a/components/script/dom/mod.rs +++ b/components/script/dom/mod.rs @@ -338,6 +338,8 @@ pub mod gpumapmode; pub mod gpuoutofmemoryerror; pub mod gpupipelinelayout; pub mod gpuqueue; +pub mod gpurenderbundle; +pub mod gpurenderbundleencoder; pub mod gpurenderpassencoder; pub mod gpurenderpipeline; pub mod gpusampler; |