ADD: KTX loader

This commit is contained in:
2025-11-10 17:24:27 +09:00
parent d97db7d801
commit 62092513e2
7 changed files with 367 additions and 112 deletions

View File

@@ -156,7 +156,6 @@ def process_one(img_path: Path, out_dir: Path, role, opts):
ktx_trans = [
"ktx", "transcode",
"--target", target_bc,
"--zstd", "18",
str(tmp_ktx2), str(out_ktx2)
]
rc = run_cmd(ktx_trans, dry_run=opts.dry_run)