mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-08-07 17:29: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_ );
|
||||
|
||||
+1
-1
@@ -440,7 +440,7 @@ bool GetVTFPreload360Data( const char *pDebugName, CUtlBuffer &fileBufferIn, CUt
|
||||
|
||||
// version number for the disk texture cache
|
||||
#define VTF_MAJOR_VERSION 7
|
||||
#define VTF_MINOR_VERSION 4
|
||||
#define VTF_MINOR_VERSION 5
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
// !!!!CRITICAL!!!! BEFORE YOU CHANGE THE FORMAT
|
||||
|
||||
Reference in New Issue
Block a user