Didn't really do anything with advanced data/glsl so let's do geometry shaders.

This commit is contained in:
Zed A. Shaw 2026-09-05 15:27:17 -04:00
parent 9582ec8611
commit c4c808f3c5
119 changed files with 0 additions and 0 deletions

View file

@ -1,10 +0,0 @@
#!/usr/bin/env bash
mv -f ./subprojects/packagecache .
rm -rf subprojects builddir
mkdir subprojects
mv -f packagecache ./subprojects/ && true
mkdir builddir
cp wraps/*.wrap subprojects/
# on OSX you can't do this with static
meson setup --default-library=static --prefer-static builddir