RP-219 with moving square

This commit is contained in:
Dmitry Sergeev
2026-09-16 00:18:18 +03:00
parent c3bcee6223
commit 4726a23d21
2 changed files with 164 additions and 0 deletions
+6
View File
@@ -208,6 +208,12 @@ var patterns = map[string]pattern{
kernelPath: "kernels/static/smpteBars.wgsl",
motion: false,
},
"smpte-move": {
name: "smpte-move",
description: "SMPTE RP-219 Color Bar Signal",
kernelPath: "kernels/dynamic/smpteBars.wgsl",
motion: false,
},
"gray-bars": {
name: "gray-bars",
description: "13-step grayscale bars (Y 64..940)",