Initial commit

This commit is contained in:
Darren VanBuren 2016-10-30 01:21:33 -07:00
commit b1720560a6
7 changed files with 913 additions and 0 deletions

3
shaders/compile.bat Normal file
View file

@ -0,0 +1,3 @@
C:/VulkanSDK/1.0.30.0/Bin32/glslangValidator.exe -V shader.vert
C:/VulkanSDK/1.0.30.0/Bin32/glslangValidator.exe -V shader.frag
pause