mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-08-08 09:49:36 +00:00
vtf: 7.5 version support ( fixes #83 )
This commit is contained in:
@@ -459,6 +459,7 @@ namespace ImageLoader
|
||||
bool ResampleRGBA8888( const ResampleInfo_t &info );
|
||||
bool ResampleRGBA16161616( const ResampleInfo_t &info );
|
||||
bool ResampleRGB323232F( const ResampleInfo_t &info );
|
||||
bool ResampleRGBA32323232F( const ResampleInfo_t& info );
|
||||
|
||||
void ConvertNormalMapRGBA8888ToDUDVMapUVLX8888( const unsigned char *src, int width, int height,
|
||||
unsigned char *dst_ );
|
||||
|
||||
Reference in New Issue
Block a user