in the midst of a very messy refactor of the way i build the command buffer

This commit is contained in:
2019-08-06 23:23:36 -07:00
parent 56455774bc
commit c5b3c29ad4
12 changed files with 401 additions and 86 deletions

View File

@@ -47,15 +47,17 @@ use winit::dpi::LogicalSize;
use vulkano_win::VkSurfaceBuild;
use sprite::Sprite;
mod util;
mod slider;
mod timer;
mod input;
mod vkprocessor;
mod util;
mod button;
mod vertex_2d;
mod vertex_3d;
mod sprite;
mod canvas;
fn main() {
@@ -87,10 +89,8 @@ fn main() {
let mut mouse_xy = Vector2i::new(0,0);
Sprite::new_with_color((0.,0.), (0,0), (0.,0.,0.,0.));
while let Some(p) = window.get_position() {
elapsed_time = timer.elap_time();