Didn't really do anything with advanced data/glsl so let's do geometry shaders.
This commit is contained in:
parent
9582ec8611
commit
c4c808f3c5
119 changed files with 0 additions and 0 deletions
|
|
@ -1,12 +0,0 @@
|
|||
#!/usr/bin/env bash
|
||||
set -e
|
||||
|
||||
fswatch -o *.cpp | while read num
|
||||
do echo ">>>>>>>>>>>>>>>>>>>>>> `date`"
|
||||
if meson compile -C builddir
|
||||
then
|
||||
./builddir/sfmldemo
|
||||
else
|
||||
echo "^^^^^^^^^^^^^^^^^^^^^ ERROR `date`"
|
||||
fi
|
||||
done
|
||||
Loading…
Add table
Add a link
Reference in a new issue