mirror of
https://github.com/skyline-emu/skyline.git
synced 2025-01-21 10:57:55 +03:00
69e7d8b574
The function `GetFormat` was seemingly no longer required due to us never converting from a Vulkan format to a Skyline format, most conversions only went from Skyline to Vulkan and were generally lossy due to certain formats being missing in Vulkan and approximated using channel swizzles. As a result of this, it was pointless to maintain and has now been removed.