mirror of
https://github.com/slendidev/lunar.git
synced 2026-01-31 00:38:59 +02:00
11
subprojects/tracy/public/client/TracyDxt1.hpp
Normal file
11
subprojects/tracy/public/client/TracyDxt1.hpp
Normal file
@@ -0,0 +1,11 @@
|
||||
#ifndef __TRACYDXT1_HPP__
|
||||
#define __TRACYDXT1_HPP__
|
||||
|
||||
namespace tracy
|
||||
{
|
||||
|
||||
void CompressImageDxt1( const char* src, char* dst, int w, int h );
|
||||
|
||||
}
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user