6#ifndef LG_ASTC_LOADER_H
7#define LG_ASTC_LOADER_H
9typedef struct __attribute__((packed)) {
19typedef struct __attribute__((packed)) {
29void *
lg_load_astc(
const char *, lg_tc_format *,
size_t *,
int *,
int *,
int *);
31void *
lg_load_etc1(
const char *, lg_tc_format *,
size_t *,
int *,
int *,
int *);
void * lg_load_astc(const char *path, lg_tc_format *tc_format, size_t *size, int *w, int *h, int *n_mipmaps)
Definition lg_astc_loader.c:53
void * lg_load_etc1(const char *path, lg_tc_format *tc_format, size_t *size, int *w, int *h, int *n_mipmaps)
Definition lg_astc_loader.c:174