Split app, window render context and vulkan context
Some checks failed
Build legacy Nix package on Ubuntu / build (push) Failing after 26m52s

This commit is contained in:
Florian RICHER 2025-04-03 19:59:10 +02:00
parent f32db72101
commit 15c273b93d
Signed by: florian.richer
GPG key ID: C73D37CBED7BFC77
9 changed files with 426 additions and 325 deletions

View file

@ -20,7 +20,7 @@ use vulkano::pipeline::{
use vulkano::shader::{EntryPoint, ShaderStages};
use vulkano::swapchain::Swapchain;
use crate::vulkan::Vertex2D;
use crate::vulkan::vertex::Vertex2D;
pub mod shaders {
pub mod vs {