-
Notifications
You must be signed in to change notification settings - Fork 1
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
Use NVTT to support BCn texture compression #23
Comments
I had to wait a whole minute today to compress some images on desktop so I'm now super motivated to fix this! What would be required to make this happen? Does the |
We have a few different ways we could approach this problem.
Option 2 is the best for us, since it keeps squisher depending on only |
Good news, everyone! Our strategy of just waiting and doing nothing has paid off.
One hangup is that NVTT doesn't support RGB8 or RGBA8 output, which stops us from adopting it completely. I opened a forum thread with a request for the tool to support them: https://forums.developer.nvidia.com/t/rgb-rgba-format-export-option/274632 |
The Nvidia Texture Tools are an awesome way to produce KTX2 files with block compression and supercompression. It would be very helpful to use them when a user asks for BCn compressed textures, or potentially for GPU-accelerating ASTC compression.
Sadly, the tools' KTX2 output is only available through its UI, and not via the SDK or CLI tool currently: https://forums.developer.nvidia.com/t/how-to-export-ktx2-by-nvtt3-sdk/235164
The text was updated successfully, but these errors were encountered: