Sha256: ae8bc92d46a73157d5bb520d9c1f75c715cc187c10469c9278bc819e8bacc2e3
Contents?: true
Size: 235 Bytes
Versions: 6
Compression:
Stored size: 235 Bytes
Contents
#ifndef DXTC_H #define DXTC_H #include <stdint.h> int decode_dxt1(const uint8_t *, const long, const long, uint32_t *); int decode_dxt5(const uint8_t *, const long, const long, uint32_t *); #endif /* end of include guard: DXTC_H */
Version data entries
6 entries across 6 versions & 1 rubygems