Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ShaderLab support MRT #2452

Merged
merged 32 commits into from
Dec 24, 2024

feat: add e2e and unitest case

79f87b2
Select commit
Loading
Failed to load commit list.
Merged

ShaderLab support MRT #2452

feat: add e2e and unitest case
79f87b2
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Dec 9, 2024 in 0s

81.37% of diff hit (target 67.71%)

View this Pull Request on Codecov

81.37% of diff hit (target 67.71%)

Annotations

Check warning on line 8 in e2e/case/shaderLab-mrt.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

e2e/case/shaderLab-mrt.ts#L6-L8

Added lines #L6 - L8 were not covered by tests

Check warning on line 10 in e2e/case/shaderLab-mrt.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

e2e/case/shaderLab-mrt.ts#L10

Added line #L10 was not covered by tests

Check warning on line 12 in e2e/case/shaderLab-mrt.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

e2e/case/shaderLab-mrt.ts#L12

Added line #L12 was not covered by tests

Check warning on line 86 in e2e/case/shaderLab-mrt.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

e2e/case/shaderLab-mrt.ts#L84-L86

Added lines #L84 - L86 were not covered by tests

Check warning on line 90 in e2e/case/shaderLab-mrt.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

e2e/case/shaderLab-mrt.ts#L88-L90

Added lines #L88 - L90 were not covered by tests

Check warning on line 95 in e2e/case/shaderLab-mrt.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

e2e/case/shaderLab-mrt.ts#L93-L95

Added lines #L93 - L95 were not covered by tests

Check warning on line 106 in e2e/case/shaderLab-mrt.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

e2e/case/shaderLab-mrt.ts#L98-L106

Added lines #L98 - L106 were not covered by tests

Check warning on line 108 in e2e/case/shaderLab-mrt.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

e2e/case/shaderLab-mrt.ts#L108

Added line #L108 was not covered by tests

Check warning on line 111 in e2e/case/shaderLab-mrt.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

e2e/case/shaderLab-mrt.ts#L110-L111

Added lines #L110 - L111 were not covered by tests

Check warning on line 117 in e2e/config.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

e2e/config.ts#L113-L117

Added lines #L113 - L117 were not covered by tests

Check warning on line 64 in packages/shader-lab/src/codeGen/CodeGenVisitor.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/shader-lab/src/codeGen/CodeGenVisitor.ts#L63-L64

Added lines #L63 - L64 were not covered by tests

Check warning on line 212 in packages/shader-lab/src/codeGen/CodeGenVisitor.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/shader-lab/src/codeGen/CodeGenVisitor.ts#L211-L212

Added lines #L211 - L212 were not covered by tests

Check warning on line 217 in packages/shader-lab/src/codeGen/CodeGenVisitor.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/shader-lab/src/codeGen/CodeGenVisitor.ts#L215-L217

Added lines #L215 - L217 were not covered by tests

Check warning on line 28 in packages/shader-lab/src/codeGen/GLES100.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/shader-lab/src/codeGen/GLES100.ts#L27-L28

Added lines #L27 - L28 were not covered by tests

Check warning on line 32 in packages/shader-lab/src/codeGen/GLES100.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/shader-lab/src/codeGen/GLES100.ts#L31-L32

Added lines #L31 - L32 were not covered by tests

Check warning on line 71 in packages/shader-lab/src/codeGen/GLES100.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/shader-lab/src/codeGen/GLES100.ts#L65-L71

Added lines #L65 - L71 were not covered by tests

Check warning on line 117 in packages/shader-lab/src/codeGen/GLES300.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/shader-lab/src/codeGen/GLES300.ts#L116-L117

Added lines #L116 - L117 were not covered by tests

Check warning on line 62 in packages/shader-lab/src/codeGen/GLESVisitor.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/shader-lab/src/codeGen/GLESVisitor.ts#L62

Added line #L62 was not covered by tests

Check warning on line 116 in packages/shader-lab/src/codeGen/GLESVisitor.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/shader-lab/src/codeGen/GLESVisitor.ts#L115-L116

Added lines #L115 - L116 were not covered by tests

Check warning on line 121 in packages/shader-lab/src/codeGen/GLESVisitor.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/shader-lab/src/codeGen/GLESVisitor.ts#L120-L121

Added lines #L120 - L121 were not covered by tests

Check warning on line 111 in packages/shader-lab/src/codeGen/VisitorContext.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/shader-lab/src/codeGen/VisitorContext.ts#L105-L111

Added lines #L105 - L111 were not covered by tests

Check warning on line 1074 in packages/shader-lab/src/parser/AST.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/shader-lab/src/parser/AST.ts#L1074

Added line #L1074 was not covered by tests