From 3a22a2bf59e6354390cb3083bbac5568711df6a6 Mon Sep 17 00:00:00 2001 From: Rich Geldreich Date: Fri, 6 Mar 2026 23:33:31 -0500 Subject: [PATCH] Update KTX2 support status with additional resource link Added a link to the KTX2 technical information document for more details. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 15406b1..8961c0b 100644 --- a/README.md +++ b/README.md @@ -504,7 +504,7 @@ See our wiki page: [Project Policies: PRs, compiler warnings, release cadence et KTX2 Support Status ------------------- -Note as of March 2026 we are working with Khronos on the exact details of how we embed XUASTC LDR supercompressed texture data into the KTX2 file format. KTX2 texture files using our previous codecs (including the recently added UASTC HDR 4x4 and UASTC HDR 6x6i formats) can now be interchanged with KTX-Software. +Note as of March 2026 we are working with Khronos on the exact details of how we embed XUASTC LDR supercompressed texture data into the KTX2 file format. KTX2 texture files using our previous codecs (including the recently added UASTC HDR 4x4 and UASTC HDR 6x6i formats) can now be interchanged with KTX-Software. See our [KTX2 technical information document](https://github.com/BinomialLLC/basis_universal/wiki/KTX2-File-Format-Support-Technical-Details) for more info. ----