ASTC Native Decoding Support

This commit is contained in:
Ishotihadus
2018-05-26 20:48:44 +09:00
parent af71952313
commit 0356d837e0
9 changed files with 813 additions and 537 deletions
+8
View File
@@ -0,0 +1,8 @@
#ifndef ASTC_H
#define ASTC_H
#include <stdint.h>
void decode_astc(const uint8_t*, const int, const int, const int, const int, uint32_t*);
#endif /* end of include guard: ASTC_H */