First scene refactor working
Some checks failed
Build legacy Nix package on Ubuntu / build (push) Failing after 8m13s

This commit is contained in:
Florian RICHER 2025-05-26 19:55:34 +02:00
parent 5b74eef561
commit 7401a9b5f3
Signed by: florian.richer
GPG key ID: C73D37CBED7BFC77
6 changed files with 251 additions and 110 deletions

View file

@ -1,4 +1,5 @@
pub mod app;
pub mod pipelines;
pub mod render_context;
pub mod vertex;
pub mod vulkan_context;