Changes in compile.sh [cb6fabb:b8072d3] in opengl-game


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • compile.sh

    rcb6fabb rb8072d3  
    11# TODO: Figure out why calling this from a makefile gives an error about shopt not being found
    22
     3# This section is left here in case there's no easy way to get glslangValidator in the path on a Mac
     4
    35OS=$(uname)
     6
     7if [ $OS = "Darwin" ]; then
     8   VULKAN_SDK_PATH=/Users/dportnoy15/Development/vulkan-sdk-macos-1.1.108.0/macOS
     9fi
     10
     11cd shaders
    412
    513shopt -s nullglob
     
    1624   glslangValidator -V $f -o $fOut
    1725done
     26
     27cd ..
Note: See TracChangeset for help on using the changeset viewer.