Got the compute thing going. Needs to be run before the rasterizer but that's fine

This commit is contained in:
2019-07-10 23:40:39 -07:00
parent 751b7641b2
commit d6b81ae468
2 changed files with 95 additions and 17 deletions

View File

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