y bars pattern

This commit is contained in:
Dmitry Sergeev
2026-09-13 18:07:26 +03:00
parent 362ff2718e
commit 1665421083
4 changed files with 181 additions and 1 deletions
+13 -1
View File
@@ -198,9 +198,21 @@ var patterns = map[string]pattern{
kernelPath: "kernels/dynamic/smpteBars.wgsl",
motion: true,
},
"gray-bars": {
name: "gray-bars",
description: "13-step grayscale bars (Y 64..940)",
kernelPath: "kernels/static/yBars.wgsl",
motion: false,
},
"gray-bars-move": {
name: "gray-bars-move",
description: "13-step grayscale bars (Y 64..940) with moving square",
kernelPath: "kernels/dynamic/yBars.wgsl",
motion: false,
},
"gray-ramp": {
name: "gray-ramp",
description: "Y gradient",
description: "Y gradient (black -> 100% white)",
kernelPath: "kernels/static/yRamp.wgsl",
motion: false,
},