/******************************************************************************
ASTC Texture Decompression.
astc compression tool: https://github.com/ARM-software/astc-encoder/releases
version required: v2.2+
command:
astcenc-sse4.2 -cl test1.png test1.astc 6x6 -medium -pp-premultiply
******************************************************************************/
#ifndef __ASTC_H__
#define __ASTC_H__
#include <stdint.h>
// ASTC parameters
#define ASTC_HEAD_SIZE 16
/* ============================================================================
ASTC compressed file loading, see also: astcenccli_image_load_store.cpp
This file has been truncated. show original