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
Fix a regression in the flipbook shader code where some variable
previously emitted as `i32` by error instead of its actual `u32` type is
now producing the correct literal value, resulting in an invalid shader
operation between mismatching operand types. Cast the value to `i32`
explicitly before emitting the shader code to ensure the value is
emitted in the expected type.
0 commit comments