feat(image-pipeline): expand webgl backend step coverage

This commit is contained in:
Matthias
2026-04-04 22:36:54 +02:00
parent c4ca4b001b
commit 65e96cbdf1
6 changed files with 540 additions and 22 deletions

View File

@@ -58,7 +58,7 @@ function createColorAdjustStep(): PipelineStep {
function createUnsupportedStep(): PipelineStep {
return {
nodeId: "light-1",
type: "light-adjust",
type: "unsupported-adjust" as PipelineStep["type"],
params: {
exposure: 0,
},