summaryrefslogtreecommitdiffstats
path: root/examples/custom_shader/src/primitive/vertex.rs
diff options
context:
space:
mode:
Diffstat (limited to 'examples/custom_shader/src/primitive/vertex.rs')
-rw-r--r--examples/custom_shader/src/primitive/vertex.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/custom_shader/src/primitive/vertex.rs b/examples/custom_shader/src/primitive/vertex.rs
index 6d17aa0f..e64cd926 100644
--- a/examples/custom_shader/src/primitive/vertex.rs
+++ b/examples/custom_shader/src/primitive/vertex.rs
@@ -1,3 +1,5 @@
+use crate::wgpu;
+
#[derive(Debug, Copy, Clone, bytemuck::Pod, bytemuck::Zeroable)]
#[repr(C)]
pub struct Vertex {