aboutsummaryrefslogtreecommitdiffstats
path: root/components/webgpu/swapchain.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/webgpu/swapchain.rs')
-rw-r--r--components/webgpu/swapchain.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/webgpu/swapchain.rs b/components/webgpu/swapchain.rs
index 4fe6cb60e7f..78b0c2bbf7e 100644
--- a/components/webgpu/swapchain.rs
+++ b/components/webgpu/swapchain.rs
@@ -25,7 +25,7 @@ use wgpu_core::global::Global;
use wgpu_core::id;
use wgpu_core::resource::{BufferAccessError, BufferMapOperation};
-use crate::{wgt, ContextConfiguration, Error, WebGPUMsg};
+use crate::{ContextConfiguration, Error, WebGPUMsg, wgt};
pub const PRESENTATION_BUFFER_COUNT: usize = 10;
const DEFAULT_IMAGE_FORMAT: ImageFormat = ImageFormat::RGBA8;