Added full clay border support to draw

This commit is contained in:
Zachary Levy
2026-05-11 16:26:09 -07:00
parent 0ecd93a334
commit a6f1c3701a
5 changed files with 760 additions and 44 deletions
+5
View File
@@ -75,6 +75,11 @@
"command": "odin run draw/examples -debug -out=out/debug/draw-examples -- textures",
"cwd": "$ZED_WORKTREE_ROOT",
},
{
"label": "Run draw clay-borders example",
"command": "odin run draw/examples -debug -out=out/debug/draw-examples -- clay-borders",
"cwd": "$ZED_WORKTREE_ROOT",
},
{
"label": "Run draw gaussian-blur example",
"command": "odin run draw/examples -debug -out=out/debug/draw-examples -- gaussian-blur",