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

Remove named expression entry for phony assignment #1869

Merged
merged 1 commit into from
May 10, 2022

Conversation

teoxoy
Copy link
Member

@teoxoy teoxoy commented Apr 28, 2022

Follow up to #1866 (comment)

@teoxoy
Copy link
Member Author

teoxoy commented Apr 28, 2022

The GLSL frontend is generating some extra expressions that end up being emitted as phony assignments.
I tried to look into it without much success; @JCapucho do you have any pointers to what might be the cause?

@JCapucho
Copy link
Collaborator

The glsl frontend generates a lot of expressions that aren't needed because it's generally easier to do it that way than to add them as needed later, but I do see some weird ones there that I'll need to check out.

@teoxoy teoxoy merged commit ceb9292 into gfx-rs:master May 10, 2022
@teoxoy teoxoy deleted the phony-not-named-expr branch May 10, 2022 08:43
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.

3 participants