Created
February 15, 2016 22:37
-
-
Save Groovounet/84a830eb286539c686c7 to your computer and use it in GitHub Desktop.
KTX concerns (not exhaustive)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Depends on OpenGL | |
Doesn't distinguish OpenGL profiles | |
Doesn't support texture swizzle | |
Doesn't explicitly export texture target, no texture rectangle support | |
Doesn't support texture formats from others graphics APIs than OpenGL | |
Doesn't make it easy to load only a subset of layers | |
Doesn't store faces continuously in memory | |
No sparse storage |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment