You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using &mut T instead of &T for immutable-only SPIR-V storage classes (PushConstant, Uniform, etc.),
e.g. this change to examples/shaders/sky-shader/src/lib.rs compiles:
Using
&mut T
instead of&T
for immutable-only SPIR-V storage classes (PushConstant
,Uniform
, etc.),e.g. this change to
examples/shaders/sky-shader/src/lib.rs
compiles:This is likely a regression introduced by:
(an
if m == expected_mutbl
was accidentally removed and I missed it during review)The text was updated successfully, but these errors were encountered: