Add 4 triangle

This commit is contained in:
Florian RICHER 2024-12-08 18:45:49 +01:00
parent 9256da2094
commit e58a357381
Signed by: florian.richer
GPG key ID: C73D37CBED7BFC77
3 changed files with 55 additions and 12 deletions

View file

@ -12,7 +12,7 @@ use vulkano::sync::GpuFuture;
use winit::application::ApplicationHandler;
use winit::event::WindowEvent;
use winit::event_loop::{ActiveEventLoop, EventLoop};
use winit::window::{Window, WindowId};
use winit::window::WindowId;
use crate::renderer::render_context::RenderContext;
use crate::renderer::{window_size_dependent_setup, Scene};