Files
Towards/external/tracy/public/client/TracyDxt1.hpp
Martin Slachta a04f0dc262 initial
2026-07-18 14:31:15 +02:00

12 lines
151 B
C++

#ifndef __TRACYDXT1_HPP__
#define __TRACYDXT1_HPP__
namespace tracy
{
void CompressImageDxt1( const char* src, char* dst, int w, int h );
}
#endif