aboutsummaryrefslogtreecommitdiffstats
path: root/components/webgpu/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/webgpu/lib.rs')
-rw-r--r--components/webgpu/lib.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/components/webgpu/lib.rs b/components/webgpu/lib.rs
index d3fc3068b97..cb2e4f7ebe5 100644
--- a/components/webgpu/lib.rs
+++ b/components/webgpu/lib.rs
@@ -19,6 +19,7 @@ use arrayvec::ArrayVec;
use euclid::default::Size2D;
pub use gpu_error::{Error, ErrorFilter, PopError};
use ipc_channel::ipc::{self, IpcReceiver, IpcSender};
+pub use render_commands::RenderCommand;
use serde::{Deserialize, Serialize};
use servo_config::pref;
use webrender_api::{DocumentId, ImageData, ImageDescriptor, ImageKey};
@@ -29,6 +30,7 @@ use wgc::id;
mod dom_messages;
mod gpu_error;
+mod render_commands;
mod script_messages;
pub use dom_messages::*;
pub use identity::*;