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

[WebGPU] validate polygon mode #4196

Merged
merged 2 commits into from
Oct 4, 2023
Merged

[WebGPU] validate polygon mode #4196

merged 2 commits into from
Oct 4, 2023

Conversation

teoxoy
Copy link
Member

@teoxoy teoxoy commented Oct 2, 2023

Checklist

  • Run cargo clippy.
  • Run cargo clippy --target wasm32-unknown-unknown if applicable.
  • Add change to CHANGELOG.md. See simple instructions inside file.

Connections
fixes #4194

@teoxoy teoxoy requested a review from a team as a code owner October 2, 2023 12:34
Copy link
Member

@ErichDonGubler ErichDonGubler left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pushed up my nitpicks as fixup! commits, so you can autosquash. If you disagree, feel free to drop the relevant commits instead. 🙂

Non-blocking, but: Is there a way we can meaningfully test for this? Not sure what appetite we have for backend-specific tests, but it'd be nice to not regress later.

wgpu/src/backend/web.rs Show resolved Hide resolved
wgpu/src/backend/web.rs Show resolved Hide resolved
@ErichDonGubler ErichDonGubler force-pushed the webgpu-validate-polygon-mode branch 2 times, most recently from 76dd103 to 16ff4df Compare October 2, 2023 15:01
Copy link
Member

@cwfitzgerald cwfitzgerald left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Going to respectfully veto @ErichDonGubler's changes, and this is good to go once they're reverted.

@teoxoy teoxoy force-pushed the webgpu-validate-polygon-mode branch from 16ff4df to a7b5d98 Compare October 4, 2023 12:04
@teoxoy teoxoy enabled auto-merge (squash) October 4, 2023 12:05
@teoxoy teoxoy merged commit 7d1005f into trunk Oct 4, 2023
81 checks passed
@teoxoy teoxoy deleted the webgpu-validate-polygon-mode branch October 4, 2023 12:27
@ErichDonGubler
Copy link
Member

ErichDonGubler commented Oct 5, 2023

Going to respectfully veto @ErichDonGubler's changes, and this is good to go once they're reverted.

🤔 Huh, I didn't expect these to be controversial. Why's that?

@cwfitzgerald
Copy link
Member

I responded individually in each subthread :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[WebGPU] Error if any required feature is not available
3 participants