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

[wgsl-in] Clean up swizzle/component access type. #2573

Merged
merged 1 commit into from
Oct 23, 2023

Conversation

jimblandy
Copy link
Member

Rename front::wgsl::lower::Composition to Components. It doesn't represent a composition, it represents either a single component being selected from a vector or a swizzle.

Clean up code and helper function names.

@jimblandy jimblandy requested a review from a team as a code owner October 20, 2023 01:20
Rename `front::wgsl::lower::Composition` to `Components`. It doesn't
represent a composition, it represents either a single component being
selected from a vector or a swizzle.

Clean up code and helper function names.
Copy link
Member

@teoxoy teoxoy left a comment

Choose a reason for hiding this comment

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

Nice!

@teoxoy teoxoy merged commit dd8f814 into gfx-rs:master Oct 23, 2023
5 checks passed
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.

2 participants