app: Move render_pass into scene
Some checks failed
Build legacy Nix package on Ubuntu / build (push) Failing after 8m8s

This commit is contained in:
Florian RICHER 2025-05-29 00:17:21 +02:00
parent 131811a539
commit f835941432
Signed by: florian.richer
GPG key ID: C73D37CBED7BFC77
7 changed files with 250 additions and 267 deletions

View file

@ -1,4 +1,3 @@
pub mod primitives;
pub mod render_context;
pub mod texture;
pub mod vulkan_context;