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
Not sure if this fits since the main goal is rendering optimization, but out of all of the mods this seems the most fitting.
When taking screenshots, they are saved with an alpha channel, despite the fact that screenshots can never contain transparent pixels. We could make screenshots nontrivially smaller simply by using RGB instead of RGBA. (https://bugs.mojang.com/browse/MC-207091)
Debug graphics produced using F3+S would still use the alpha channel.
The text was updated successfully, but these errors were encountered:
Request Description
Not sure if this fits since the main goal is rendering optimization, but out of all of the mods this seems the most fitting.
When taking screenshots, they are saved with an alpha channel, despite the fact that screenshots can never contain transparent pixels. We could make screenshots nontrivially smaller simply by using RGB instead of RGBA. (https://bugs.mojang.com/browse/MC-207091)
Debug graphics produced using F3+S would still use the alpha channel.
The text was updated successfully, but these errors were encountered: