tracy/client/TracyEtc1.hpp

12 lines
151 B
C++
Raw Normal View History

2019-06-06 22:15:15 +00:00
#ifndef __TRACYETC1_HPP__
#define __TRACYETC1_HPP__
namespace tracy
{
void CompressImageEtc1( const char* src, char* dst, int w, int h );
}
#endif