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

Feat/gradient #425

Merged
merged 7 commits into from
Sep 27, 2023

fix(gpu): 🐛 naga compile wgsl failed in macos

ff6af9a
Select commit
Loading
Failed to load commit list.
Merged

Feat/gradient #425

fix(gpu): 🐛 naga compile wgsl failed in macos
ff6af9a
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Sep 27, 2023 in 1s

92.93% of diff hit (target 84.44%)

View this Pull Request on Codecov

92.93% of diff hit (target 84.44%)

Annotations

Check warning on line 136 in core/src/context/build_ctx.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/src/context/build_ctx.rs#L136

Added line #L136 was not covered by tests

Check warning on line 139 in core/src/context/build_ctx.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/src/context/build_ctx.rs#L138-L139

Added lines #L138 - L139 were not covered by tests

Check warning on line 147 in core/src/events/focus_mgr.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/src/events/focus_mgr.rs#L146-L147

Added lines #L146 - L147 were not covered by tests

Check warning on line 51 in core/src/widget_children.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/src/widget_children.rs#L51

Added line #L51 was not covered by tests

Check warning on line 322 in gpu/src/gpu_backend/textures_mgr.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

gpu/src/gpu_backend/textures_mgr.rs#L322

Added line #L322 was not covered by tests

Check warning on line 378 in gpu/src/gpu_backend/textures_mgr.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

gpu/src/gpu_backend/textures_mgr.rs#L377-L378

Added lines #L377 - L378 were not covered by tests

Check warning on line 384 in gpu/src/gpu_backend/textures_mgr.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

gpu/src/gpu_backend/textures_mgr.rs#L384

Added line #L384 was not covered by tests

Check warning on line 176 in gpu/src/lib.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

gpu/src/lib.rs#L176

Added line #L176 was not covered by tests

Check warning on line 180 in gpu/src/lib.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

gpu/src/lib.rs#L180

Added line #L180 was not covered by tests

Check warning on line 184 in gpu/src/lib.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

gpu/src/lib.rs#L184

Added line #L184 was not covered by tests

Check warning on line 188 in gpu/src/lib.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

gpu/src/lib.rs#L188

Added line #L188 was not covered by tests

Check warning on line 211 in gpu/src/lib.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

gpu/src/lib.rs#L211

Added line #L211 was not covered by tests

Check warning on line 236 in gpu/src/lib.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

gpu/src/lib.rs#L236

Added line #L236 was not covered by tests

Check warning on line 125 in gpu/src/wgpu_impl/draw_linear_gradient_pass.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

gpu/src/wgpu_impl/draw_linear_gradient_pass.rs#L124-L125

Added lines #L124 - L125 were not covered by tests

Check warning on line 125 in gpu/src/wgpu_impl/draw_radial_gradient_pass.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

gpu/src/wgpu_impl/draw_radial_gradient_pass.rs#L124-L125

Added lines #L124 - L125 were not covered by tests

Check warning on line 206 in macros/src/child_template.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

macros/src/child_template.rs#L206

Added line #L206 was not covered by tests

Check warning on line 284 in macros/src/symbol_process.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

macros/src/symbol_process.rs#L284

Added line #L284 was not covered by tests

Check warning on line 23 in painter/src/color.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

painter/src/color.rs#L23

Added line #L23 was not covered by tests

Check warning on line 94 in painter/src/painter.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

painter/src/painter.rs#L93-L94

Added lines #L93 - L94 were not covered by tests

Check warning on line 127 in painter/src/painter.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

painter/src/painter.rs#L127

Added line #L127 was not covered by tests

Check warning on line 131 in painter/src/painter.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

painter/src/painter.rs#L131

Added line #L131 was not covered by tests

Check warning on line 21 in painter/src/svg.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

painter/src/svg.rs#L21

Added line #L21 was not covered by tests

Check warning on line 23 in painter/src/svg.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

painter/src/svg.rs#L23

Added line #L23 was not covered by tests

Check warning on line 189 in painter/src/svg.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

painter/src/svg.rs#L189

Added line #L189 was not covered by tests

Check warning on line 207 in painter/src/svg.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

painter/src/svg.rs#L207

Added line #L207 was not covered by tests