Uriopass / Egregoria

3D City Builder without a grid
http://douady.paris/blog/
GNU General Public License v3.0
1.48k stars 50 forks source link

GPU Compression #94

Open Uriopass opened 11 months ago

Uriopass commented 11 months ago

Using DXT (BCn) GPU compression which is most supported on desktops according to this and gives decent improvements.

BC7 has 99% support: https://vulkan.gpuinfo.org/listoptimaltilingformats.php?platform=windows BC3 has 99.7% support even on linux: https://vulkan.gpuinfo.org/listoptimaltilingformats.php?platform=windows

Need:

Might want to wait for https://github.com/BVE-Reborn/ktx2/pull/14