Releases: akb825/VertexFormatConvert
Releases · akb825/VertexFormatConvert
Version 2.1.5
Version 2.1.4
- Updated GLM to 1.0.1.
- Updated RapidJSON to the latest revision.
Version 2.1.3
- Increased minimum CMake version to 3.5. Fixes deprecation warning on newer versions of CMake.
- Updated RapidJSON to the latest revision.
Version 2.1.2
Fixed error when running on x86 hardware that doesn't support FC16. (#1)
Version 2.1.1
- Use hardware half float conversions where available.
- Updated RapidJSON.
Version 2.1.0
- Use namespaced target (VFC::lib) for library in CMake.
- Added VFC::tool target in CMake for the tool.
- Switched to GNUInstallDirs for install locations to be more configurable and consistent on some systems.
- Updated RapidJSON to the latest revision.
Version 2.0.4
VFC_SHARED
now defaults to OFF
and respects BUILD_SHARED_LIBS
.
Version 2.0.3
Updated RapidJSON.
Version 2.0.2
Updated RapidJSON.
Version 2.0.1
Fixed unit test build on GCC 11.