From cd3b77fea9307d9c15718a9e5e17035f7e71ac25 Mon Sep 17 00:00:00 2001 From: Irene Knapp Date: Thu, 9 Jul 2026 21:26:44 -0700 Subject: allocate and use a vertex buffer kinda cool how the driver interfaces with the kernel to map memory on our behalf Force-Push: yes Change-Id: I906f68b59dcedc1fd6d9bfc52c9b299abc9cd828 --- src/main.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/main.rs') diff --git a/src/main.rs b/src/main.rs index ba4ffb7..e6e3c0a 100644 --- a/src/main.rs +++ b/src/main.rs @@ -18,6 +18,7 @@ use winit::window::WindowId; mod error; mod graphics_permanent; mod graphics_window_dressing; +mod linear_algebra; struct Surreality { -- cgit 1.4.1