Changes in compile.sh [b8072d3:cb6fabb] in opengl-game
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
compile.sh
rb8072d3 rcb6fabb 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 Mac4 5 3 OS=$(uname) 6 7 if [ $OS = "Darwin" ]; then8 VULKAN_SDK_PATH=/Users/dportnoy15/Development/vulkan-sdk-macos-1.1.108.0/macOS9 fi10 11 cd shaders12 4 13 5 shopt -s nullglob … … 24 16 glslangValidator -V $f -o $fOut 25 17 done 26 27 cd ..
Note:
See TracChangeset
for help on using the changeset viewer.