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
Description
The order of surface TextureFormats has changed unexpectedly. It orginally specified srgb TextureFormats before linear ones, but in the update to 0.15 the order changed to specify linear formats before srgb ones. Many users expect the first format in the list to be an srgb format and upgrading to 0.15 causes the rendering to be darker than expected.
Expected vs observed behavior
Expected: The rendering should stay the same, or at least the change should be noted in the 0.15 change log.
Observed: the rendering is darker than expected.
Description
The order of surface
TextureFormat
s has changed unexpectedly. It orginally specified srgbTextureFormat
s before linear ones, but in the update to 0.15 the order changed to specify linear formats before srgb ones. Many users expect the first format in the list to be an srgb format and upgrading to 0.15 causes the rendering to be darker than expected.Repro steps
wgpu
to 0.15Expected vs observed behavior
Expected: The rendering should stay the same, or at least the change should be noted in the 0.15 change log.
Observed: the rendering is darker than expected.
Extra materials
Expected:
Actual:
Platform
wgpu = 0.15
cargo 1.67.0 (8ecd4f20a 2023-01-10)
rustc 1.67.0 (fc594f156 2023-01-24)
The text was updated successfully, but these errors were encountered: