Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Do target_type changes only in toktx (KhronosGroup#757)
They were being done in both `toktx` and the `imageinput` plugin. Fixes KhronosGroup#727. * Move image-related utilities and image.hpp from `ktxtools` to `imageio` target for sharing between new and legacy tools. * Change `toktx` to use the updated version of image.hpp. * Make `other_Includes` a system include for `imageio` and `unittests`. * Make `toktx` use `imageio`'s INTERFACE includes instead of directly referencing the directories. * Fix mismatched `new[]` and `delete` in `glloadtests`.
- Loading branch information