vulkan: Move to renderer module
Some checks failed
Build legacy Nix package on Ubuntu / build (push) Failing after 1s
Some checks failed
Build legacy Nix package on Ubuntu / build (push) Failing after 1s
This commit is contained in:
parent
001547dbc2
commit
a669247406
21 changed files with 61 additions and 63 deletions
|
@ -1,5 +1,5 @@
|
|||
use crate::display::window::Window;
|
||||
use crate::vulkan::VkRenderContext;
|
||||
use crate::renderer::vulkan::VkRenderContext;
|
||||
use winit::application::ApplicationHandler;
|
||||
use winit::event::WindowEvent;
|
||||
use winit::event_loop::ActiveEventLoop;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue