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: code opt

c4be16e
Select commit
Loading
Failed to load commit list.
Merged

ShaderLab support MRT #2452

feat: code opt
c4be16e
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Dec 17, 2024 in 0s

80.47% of diff hit (target 68.30%)

View this Pull Request on Codecov

80.47% of diff hit (target 68.30%)

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 76 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#L75-L76

Added lines #L75 - L76 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 36 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#L36

Added line #L36 was not covered by tests

Check warning on line 68 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#L61-L68

Added lines #L61 - L68 were not covered by tests

Check warning on line 76 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#L74-L76

Added lines #L74 - L76 were not covered by tests

Check warning on line 111 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#L110-L111

Added lines #L110 - L111 were not covered by tests

Check warning on line 146 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#L129-L146

Added lines #L129 - L146 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 113 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#L112-L113

Added lines #L112 - L113 were not covered by tests

Check warning on line 123 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#L122-L123

Added lines #L122 - L123 were not covered by tests

Check warning on line 128 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#L127-L128

Added lines #L127 - L128 were not covered by tests

Check warning on line 109 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#L103-L109

Added lines #L103 - L109 were not covered by tests

Check warning on line 151 in packages/shader-lab/src/common/BaseScanner.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/shader-lab/src/common/BaseScanner.ts#L151

Added line #L151 was not covered by tests

Check warning on line 343 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#L343

Added line #L343 was not covered by tests