Sha256: 5772519a19614570d7ceefa0d65d0062d4e14db64d77401217f482775c33f368

Contents?: true

Size: 187 Bytes

Versions: 6

Compression:

Stored size: 187 Bytes

Contents

#ifndef ASTC_H
#define ASTC_H

#include <stdint.h>

int decode_astc(const uint8_t *, const long, const long, const int, const int, uint32_t *);

#endif /* end of include guard: ASTC_H */

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
mikunyan-3.9.12 ext/decoders/native/astc.h
mikunyan-3.9.11 ext/decoders/native/astc.h
mikunyan-3.9.10 ext/decoders/native/astc.h
mikunyan-3.9.9 ext/decoders/native/astc.h
mikunyan-3.9.8 ext/decoders/native/astc.h
mikunyan-3.9.7 ext/decoders/native/astc.h