Hi!
I'm using toktx.exe and ktx.dll for compression textures from .png to .ktx2 via cmd, with commands like:
toktx.exe --encode etc1s --genmipmap --assign_oetf linear --assign_primaries none {newFilePath} {pathOfImage}
Is it possible to call functions from C#? If i add dll as dependencies.
Could you help me how to do it?
Hi!
I'm using toktx.exe and ktx.dll for compression textures from .png to .ktx2 via cmd, with commands like:
toktx.exe --encode etc1s --genmipmap --assign_oetf linear --assign_primaries none {newFilePath} {pathOfImage}Is it possible to call functions from C#? If i add dll as dependencies.
Could you help me how to do it?