We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
To properly support textures used for alpha-cutoff workflows, the mip scaler has to support an algorithm that preserves alpha coverage.
See http://the-witness.net/news/2010/09/computing-alpha-mipmaps/ for the implementation details.
The text was updated successfully, but these errors were encountered:
Also see https://bgolus.medium.com/anti-aliased-alpha-test-the-esoteric-alpha-to-coverage-8b177335ae4f for a good explanation of alpha to coverage and the background behind this request. This article also has example shader code to scale the alpha by mip level which essentially does the same as is being requested be done by this RFE during mip generation.
That said, libktx currently uses the resampler from Basis Universal so a request should be opened there too.
libktx
Sorry, something went wrong.
No branches or pull requests
To properly support textures used for alpha-cutoff workflows, the mip scaler has to support an algorithm that preserves alpha coverage.
See http://the-witness.net/news/2010/09/computing-alpha-mipmaps/ for the implementation details.
The text was updated successfully, but these errors were encountered: