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

[naga wgsl-in] Remove support for -> void return type syntax. #6633

Merged
merged 1 commit into from
Dec 2, 2024

Conversation

jimblandy
Copy link
Member

Remove support for writing -> void as a WGSL function's return type to indicate that the function does not return a value.

Remove support for writing `-> void` as a WGSL function's return type
to indicate that the function does not return a value.
@jimblandy jimblandy added type: bug Something isn't working naga Shader Translator area: naga front-end labels Nov 29, 2024
@jimblandy jimblandy requested a review from a team as a code owner November 29, 2024 21:22
@jimblandy
Copy link
Member Author

jimblandy commented Nov 29, 2024

I had no idea this syntax was even supported.

@cwfitzgerald
Copy link
Member

You and me both

@teoxoy
Copy link
Member

teoxoy commented Dec 2, 2024

Me neither 👀

@cwfitzgerald cwfitzgerald merged commit 246ed3e into gfx-rs:trunk Dec 2, 2024
27 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: naga front-end naga Shader Translator type: bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants