Update README.md

This commit is contained in:
Rich Geldreich
2026-09-01 00:08:12 -04:00
committed by GitHub
parent c9d3f9a643
commit 99f52d63aa

View File

@@ -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