Make it work with gcc/Clang on windows
This commit is contained in:
3
HelloTriangle/shaders/compile.sh
Normal file
3
HelloTriangle/shaders/compile.sh
Normal file
@@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
glslc shader.vert -o vert.spv
|
||||
glslc shader.frag -o frag.spv
|
||||
Reference in New Issue
Block a user