rbdlsim/3rdparty/tracy/client/TracyDxt1.hpp

12 lines
151 B
C++
Raw Normal View History

2021-08-06 12:10:32 +02:00
#ifndef __TRACYDXT1_HPP__
#define __TRACYDXT1_HPP__
namespace tracy
{
void CompressImageDxt1( const char* src, char* dst, int w, int h );
}
#endif