bgfx/3rdparty/etc2/ProcessRGB.hpp

10 lines
168 B
C++
Raw Normal View History

2016-01-29 00:09:03 -05:00
#ifndef __PROCESSRGB_HPP__
#define __PROCESSRGB_HPP__
#include "Types.hpp"
uint64 ProcessRGB( const uint8* src );
uint64 ProcessRGB_ETC2( const uint8* src );
#endif