From 99f52d63aa6799cbdaecfe977111dc5ec3b31d47 Mon Sep 17 00:00:00 2001 From: Rich Geldreich Date: Tue, 1 Sep 2026 00:08:12 -0400 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 2a8f427..aea768a 100644 --- a/README.md +++ b/README.md @@ -254,6 +254,7 @@ basisu -test_hdr_4x4 basisu -test_hdr_6x6 basisu -test_hdr_6x6i basisu -test_xuastc_ldr +basisu -test_codecs ``` To test the codec in OpenCL mode (must have OpenCL libs/headers/drivers installed and have compiled OpenCL support in by running cmake with `-DBASISU_OPENCL=TRUE`): @@ -262,6 +263,8 @@ To test the codec in OpenCL mode (must have OpenCL libs/headers/drivers installe basisu -test -opencl ``` +A new test mode, enabled via `-test_codecs`, was added in v2.5. This option tests all the codecs in various ways. + ---- Compressing and Unpacking .KTX2/.basis Files