1
0
mirror of https://github.com/wolfpld/tracy synced 2025-05-01 13:13:53 +00:00
tracy/public/client/TracyDxt1.hpp

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