Added backdrop effects pipeline (blur)

This commit is contained in:
Zachary Levy
2026-04-28 22:12:25 -07:00
parent ff29dbd92f
commit 16989cbb71
29 changed files with 2931 additions and 415 deletions
+1 -1
View File
@@ -14,8 +14,8 @@ Texture_Kind :: enum u8 {
}
Sampler_Preset :: enum u8 {
Nearest_Clamp,
Linear_Clamp,
Nearest_Clamp,
Nearest_Repeat,
Linear_Repeat,
}