Got something working. Need to test and verify I'm getting the data from the compute kernel

This commit is contained in:
2019-07-17 20:11:53 -07:00
parent 4d5b09e9ca
commit 26410b78a2
5 changed files with 32 additions and 12 deletions

View File

@@ -17,7 +17,7 @@ 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"