y bars pattern
This commit is contained in:
+13
-1
@@ -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,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user