diff options
| author | Irene Knapp <ireneista@irenes.space> | 2026-07-09 21:26:44 -0700 |
|---|---|---|
| committer | Irene Knapp <ireneista@irenes.space> | 2026-07-09 21:26:44 -0700 |
| commit | cd3b77fea9307d9c15718a9e5e17035f7e71ac25 (patch) | |
| tree | f6cc1020ba2e871408d93bd45f51cfa3eb9b1809 /src/main.rs | |
| parent | ee29403c132f4ba0babf27639f2a63299de7edca (diff) | |
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
Diffstat (limited to 'src/main.rs')
| -rw-r--r-- | src/main.rs | 1 |
1 files changed, 1 insertions, 0 deletions
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 { |