mirror of
https://github.com/vlang/v.git
synced 2025-09-14 06:52:36 +03:00
examples: port sokol/clear.v and sokol/sdf/sdf.v (#21069)
This commit is contained in:
parent
24d157205b
commit
8a9def6534
10 changed files with 291 additions and 12 deletions
7
.github/workflows/compile_shaders_in_examples.sh
vendored
Executable file
7
.github/workflows/compile_shaders_in_examples.sh
vendored
Executable file
|
@ -0,0 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
for f in examples/sokol/*/ ; do
|
||||
echo "compiling shaders for $f ...";
|
||||
time ./v shader $f;
|
||||
echo "done";
|
||||
done;
|
Loading…
Add table
Add a link
Reference in a new issue