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

glsl-in: Fix parameter not changing to depth #1967

Merged
merged 2 commits into from
Jun 14, 2022

Conversation

JCapucho
Copy link
Collaborator

@JCapucho JCapucho commented Jun 2, 2022

The conversion from sampled images to depth changed the argument type
but didn't change the parameter type (argument without pointer
indirection) causing 2+ deep propagation of depth images with function
arguments to fail.

The conversion from sampled images to depth changed the `argument` type
but didn't change the `parameter` type (`argument` without pointer
indirection) causing 2+ deep propagation of depth images with function
arguments to fail.
Co-authored-by: Jasper St. Pierre <jstpierre@mecheye.net>
@jimblandy jimblandy merged commit 81e2b00 into gfx-rs:master Jun 14, 2022
@JCapucho JCapucho deleted the glsl-in-depth-args branch July 28, 2022 12:57
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