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

[spv-out] Properly combine the fixes for #2035 and #2038. #2041

Merged
merged 1 commit into from
Sep 1, 2022

Conversation

jimblandy
Copy link
Member

The Vulkan decoration rules require us to distinguish vertex shader
inputs, fragment shader inputs, and everything else, so just pass the
stage to Writer::write_varying. Together with the SPIRV storage
class, this is sufficient to distinguish all the cases in a way that
closely follows the spec language.

The Vulkan decoration rules require us to distinguish vertex shader
inputs, fragment shader inputs, and everything else, so just pass the
stage to `Writer::write_varying`. Together with the SPIRV storage
class, this is sufficient to distinguish all the cases in a way that
closely follows the spec language.
@jimblandy jimblandy merged commit b209d91 into gfx-rs:master Sep 1, 2022
@jimblandy jimblandy deleted the synthesize-vuid-fixes branch September 1, 2022 22:55
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