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
7
26-geometry-shaders/scripts/reset_build.ps1
Normal file
7
26-geometry-shaders/scripts/reset_build.ps1
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
mv .\subprojects\packagecache .
|
||||
rm -recurse -force .\subprojects\,.\builddir\
|
||||
mkdir subprojects
|
||||
mv .\packagecache .\subprojects\
|
||||
mkdir builddir
|
||||
cp wraps\*.wrap subprojects\
|
||||
meson setup --default-library=static --prefer-static builddir
|
||||
Loading…
Add table
Add a link
Reference in a new issue