Skip to content
This repository was archived by the owner on Jan 29, 2025. It is now read-only.

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.
@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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants