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] Implement increment and decrement statements #1788

Merged
merged 2 commits into from
Mar 27, 2022

Conversation

teoxoy
Copy link
Member

@teoxoy teoxoy commented Mar 22, 2022

Implements increment (++) and decrement (--) statements as per spec.

Copy link
Member

@kvark kvark left a comment

Choose a reason for hiding this comment

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

Thank you for the PR! Just one question

src/front/wgsl/mod.rs Show resolved Hide resolved
@kvark kvark merged commit 800fc74 into gfx-rs:master Mar 27, 2022
@teoxoy teoxoy deleted the impl-incr-decr-stmt branch March 27, 2022 08:44
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