v0.2.1
Changelog
- Updated DirectXTex
- Added parameters to get error messages
- Enabled to print error messages to stderr
- Fixed a bug it can't read paths start with "/"
- Fixed a bug it can't use GPU twice in a process
- Added a cmake option to remove GPU codec
- Added cmake options to build texassemble
Notes
- The shared library is built with no cmake options.
- The executable is built with
TEXCONV_BUILD_AS_EXE
andTEXCONV_USE_USAGE
options. And it won't refer the shared library. - The Linux build only supports Ubuntu 20.04 or later.
- The macOS build only supports macOS 10.15 or later.
See docs/Usage.md if you want to know how to use texconv.