Changes in compile.sh [cb6fabb:b8072d3] in opengl-game
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
compile.sh
rcb6fabb rb8072d3 1 1 # TODO: Figure out why calling this from a makefile gives an error about shopt not being found 2 2 3 # This section is left here in case there's no easy way to get glslangValidator in the path on a Mac 4 3 5 OS=$(uname) 6 7 if [ $OS = "Darwin" ]; then 8 VULKAN_SDK_PATH=/Users/dportnoy15/Development/vulkan-sdk-macos-1.1.108.0/macOS 9 fi 10 11 cd shaders 4 12 5 13 shopt -s nullglob … … 16 24 glslangValidator -V $f -o $fOut 17 25 done 26 27 cd ..
Note:
See TracChangeset
for help on using the changeset viewer.