atteneder / KtxUnity

Load KTX and Basis Universal textures at runtime
Apache License 2.0
215 stars 42 forks source link

Format Selection Refactor: Follow KTX developer guide #67

Open atteneder opened 1 year ago

atteneder commented 1 year ago

The current format selection is based on a prioritization scheme extracted from this blog post:

http://richg42.blogspot.com/2018/05/basis-universal-gpu-texture-format.html

But there's an official KTX developer guide that we should implement or check the current solution against.