VR-Vantage 2.7 API Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
TracyDxt1.hpp
Go to the documentation of this file.
1 #ifndef __TRACYDXT1_HPP__
2 #define __TRACYDXT1_HPP__
3 
4 namespace tracy
5 {
6 
7 void CompressImageDxt1( const char* src, char* dst, int w, int h );
8 
9 }
10 
11 #endif


Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)