blob: 1abd9c5cb40b83d7e2f4e9a89e57cbb395dc0e5d [file] [log] [blame]
#! /bin/bash
# build the StandAlone app and all it's dependencies
make -C StandAlone
# so we can find the shared library
LD_LIBRARY_PATH=`pwd`/glslang/MachineIndependent/lib:${LD_LIBRARY_PATH}
export LD_LIBRARY_PATH
# run using test data
cd StandAlone
./StandAlone -i sample.vert sample.frag