godot/thirdparty/cvtt/ConvectionKernels_ETC1.h

#include <stdint.h>

namespace cvtt
{
    namespace Tables
    {
        namespace ETC1
        {
            const int16_t g_potentialOffsets4[] =;

            const unsigned int g_maxPotentialOffsets =;

            const int16_t g_thModifierTable[8] =;
        }
    }
}