oden/third-party/vendor/tracy-client-sys/tracy/client/TracyDxt1.hpp
2024-03-08 11:03:01 -08:00

11 lines
151 B
C++

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