Skip to content

GLI 0.7.0.0

Compare
Choose a tag to compare
@Groovounet Groovounet released this 01 Sep 20:18
· 574 commits to master since this release
  • Added KTX loading and saving
  • Added gli::load for generic file loading, either DDS or KTX files depending on filename extensions
  • Added gli::save for generic file saving, either DDS or KTX files depending on filename extensions
  • Added texture views using different texture format, including compressed texture formats
  • Added fine granularity includes
  • Improved API documentation
  • Much faster texture comparisons is non optimal cases. (Measured ~21x faster on Intel IVB)
  • Explicitly handling of texture targets: fixed various cases of cubemap and texture arrays failing to load with DDS
  • Fixed GCC
  • Fixed warnings
  • Fixed saved DDS header size on #52