From 0371c8f086008d604dddfe92d021f8ecfe398436 Mon Sep 17 00:00:00 2001 From: Irene Knapp Date: Sat, 18 Jul 2026 03:48:13 -0700 Subject: pull the shader data stuff into its own file separate from the linear algebra stuff Force-Push: yes Change-Id: I26fc7ac596f304fa35ca7a4d0e1349d4fa0685ee --- src/graphics_window_dressing.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/graphics_window_dressing.rs') 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; -- cgit 1.4.1