microsoft/glTF-Toolkit

Texture compression fails if GPU not found (Release only)

erikdahlstrom opened this issue · 1 comments

When using the 'Release' target, the glTF-Toolkit will throw an error "No Direct3D hardware device found" on trying to compress textures. In 'Debug' mode, a software fallback is used instead.

This was fixed by #11