Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GPU Compression #94

Open
3 tasks
Uriopass opened this issue Aug 11, 2023 · 0 comments
Open
3 tasks

GPU Compression #94

Uriopass opened this issue Aug 11, 2023 · 0 comments
Labels
graphics Improvement related to the graphical look of the game

Comments

@Uriopass
Copy link
Owner

Uriopass commented Aug 11, 2023

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:

  • A proper asset pipeline
  • BC7 encoder
  • ktx2+bc7 support in engine

Might want to wait for BVE-Reborn/ktx2#14

@Uriopass Uriopass added the graphics Improvement related to the graphical look of the game label Aug 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
graphics Improvement related to the graphical look of the game
Projects
Status: To do
Development

No branches or pull requests

1 participant