KtxUnity icon indicating copy to clipboard operation
KtxUnity copied to clipboard

Generate mipmaps at runtime if levelCount=0

Open atteneder opened this issue 4 years ago β€’ 0 comments

π‘™π‘’π‘£π‘’π‘™πΆπ‘œπ‘’π‘›π‘‘=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 avatar Feb 18 '22 09:02 atteneder