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

Generate mipmaps at runtime if levelCount=0 #50

Open
atteneder opened this issue Feb 18, 2022 · 0 comments
Open

Generate mipmaps at runtime if levelCount=0 #50

atteneder opened this issue Feb 18, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@atteneder
Copy link
Owner

𝑙𝑒𝑣𝑒𝑙𝐶𝑜𝑢𝑛𝑡=0 is allowed, except for block-compressed formats, and means that a file contains only the base level and consumers, particularly loaders, should generate other levels if needed.

KTX specification, Section 3.7

So according to this, KtxUnity should ensure that mipmaps are generated for those types of ktx files.

@atteneder atteneder added the enhancement New feature or request label Feb 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant