mirror of
https://github.com/godotengine/godot.git
synced 2025-03-13 23:41:08 +08:00
The previous RGBA format included unused RGB data. Using the LA8 format removes the need to store the extra data. The Docs have been updated to reflect the format changes.