summary refs log tree commit diff
path: root/src/graphics_window_dressing.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/graphics_window_dressing.rs')
-rw-r--r--src/graphics_window_dressing.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/graphics_window_dressing.rs b/src/graphics_window_dressing.rs
index 27390e4..c1db68f 100644
--- a/src/graphics_window_dressing.rs
+++ b/src/graphics_window_dressing.rs
@@ -3,7 +3,7 @@ use crate::error::*;
 use crate::graphics_permanent::{
   PermanentGraphicsState, GraphicsStateForReinit, QueueFamilyIndices
 };
-use crate::linear_algebra::{ Vertex, VERTICES, INDICES, UniformBlock };
+use crate::shader_data::{ VERTICES, INDICES, Vertex, UniformBlock };
 
 use std::collections::BTreeSet;
 use std::io::Cursor;