porting over to full vulkan

This commit is contained in:
2019-07-09 21:33:31 -07:00
parent 807597ebaf
commit 8a699c8f6b
4 changed files with 468 additions and 439 deletions

View File

@@ -11,10 +11,11 @@ simple-stopwatch="0.1.4"
nalgebra = "0.18.0"
image = "0.21.2"
rand = "0.6.5"
vulkano = "0.12.0"
vulkano = "0.13.0"
vulkano-shaders = "0.12.0"
time = "0.1.38"
shaderc = "0.5.0"
shade_runner = {version = "0.1.1", git = "https://github.com/MitchellHansen/shade_runner"}
#shade_runner = {version = "0.1.1", path = "../shade_runner"}
vulkano-win = "0.13.0"
winit = "0.19.1"