Add .Basis format to the PVRTexTool batch scripts files

What’s the correct command line to add Basis file format in the PVRTexTool batch script file ( ktx-files.bat ) ?
I want to export BASISU UASTC UNorm Linear

Pinging @Evgeni_Popov

ok, seems this works :

SET format=BASISU_UASTC
SET quality=basisubest
PVRTexToolCLI.exe -i %1 -flip y -pot + -m -f %format%,UBN,lRGB -q %quality% -o %2-basis.basis
1 Like