Fix type resolution issue in GL push constants#9116
Fix type resolution issue in GL push constants#9116cwfitzgerald wants to merge 2 commits intogfx-rs:trunkfrom
Conversation
inner-daemons
left a comment
There was a problem hiding this comment.
Generally looks good, 2 nits.
Also, the tests go in regression but is this actually a regression, or just an issue we've had since forever?
|
Regression tests help prevent re-regressions. Does this fully make sense, dunno. But I've used the regression folder for "misc tests to prevent a given issue from coming back" |
dc24be4 to
bae8fb0
Compare
inner-daemons
left a comment
There was a problem hiding this comment.
I'm gonna approve this assuming you haven't changed anything majorly since last time.
jimblandy
left a comment
There was a problem hiding this comment.
Would it be better to simply change naga::back::glsl::ImmediateItem to hold a TypeInner instead of a handle? That's a trivial change to Naga, and then wgpu-hal would be simpler, not more complicated.
|
Yeah probably, let me see if that works. |
bae8fb0 to
7d214be
Compare
7d214be to
f4169c8
Compare
|
Care should be taken when merging in #9064 to this PR. |
|
Any updates? Should we try to get this in for the next release? |
Fixes #9115