microsoft / glTF-Toolkit

A collection of tools for modifying and optimizing glTF assets
MIT License
295 stars 41 forks source link

Tests actually execute DDS compression, which is slow and unnecessary #4

Open robertos opened 6 years ago

robertos commented 6 years ago

Tests should use a mock of DirectXTex to return compressed textures immediately instead of slowly compressing them on the test machines. As a stopgap, we should disable slow tests on AppVeyor / CI.