mirror of
https://github.com/thunderbrewhq/binana.git
synced 2025-12-12 17:52:29 +00:00
chore(binana): add a lot of texture functions
This commit is contained in:
parent
1042d9fa22
commit
571579c3c4
19 changed files with 2001 additions and 45 deletions
|
|
@ -1 +1,2 @@
|
|||
CursorInitialize 006163B0 f end=006164A5
|
||||
CursorInitialize 006163B0 f end=006164A5
|
||||
CopyCursorImage 006160B0 f end=00616211
|
||||
|
|
@ -1 +1,7 @@
|
|||
s_cursorImages 00C26DF0 l type="CImVector[54][1024]"
|
||||
s_cursorImages 00C26DF0 l type="CImVector[54][1024]"
|
||||
s_cursorNames 00AD2808 l type="char*[54]"
|
||||
s_cursorMode 00C26DE8 l
|
||||
s_cursorResetMode 00C25DE4 l
|
||||
s_cursorItemType 00C25DE0 l
|
||||
s_cursorItemMips 00C25DDC l
|
||||
s_cursorFile 00C25CD0 l type="int8_t" ; wonder why it's this type
|
||||
|
|
|
|||
12
3.3.5a/symbol/file/func.sym
Normal file
12
3.3.5a/symbol/file/func.sym
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
SFile__Open 00424F80 f end=00424F98
|
||||
SFile__OpenEx 00424B50 f end=00424E44
|
||||
SFile__Close 00422910 f end=004229AB
|
||||
SFile__Load 00424E80 f end=00424F46
|
||||
SFile__Read 00422530 f end=004227D4
|
||||
SFile__FileIsLocal 004217C0 f end=004217DA
|
||||
SFile__GetFileSize 004218C0 f end=00421948
|
||||
SFile__SetDataPath 00421AF0 f end=00421B4A
|
||||
SFile__Unload 00421CA0 f end=00421CB8
|
||||
SFile__IsStreamingMode 00422130 f end=00422139
|
||||
SFile__SetFilePointer 00421BB0 f end=00421C98
|
||||
SFile__FileExistsEx 00424B10 f end=00424B41
|
||||
|
|
@ -27,4 +27,5 @@ CGxDeviceD3d__IShaderCreatePixel 006AA070 f end=006AA0C5
|
|||
CGxDeviceD3d__IShaderCreateVertex 006AA0D0 f end=006AA125
|
||||
CGxDeviceD3d__ShaderCreate 006AA130 f end=006AA18A
|
||||
CGxDeviceD3d__IBindVertexShader 006AA2F0 f end=006AA346
|
||||
CGxDeviceD3d__IShaderCreate 006A5E10 f end=006A5E36
|
||||
CGxDeviceD3d__IShaderCreate 006A5E10 f end=006A5E36
|
||||
CGxDeviceD3d__WindowProcD3d 006A0360 f end=006A0834
|
||||
|
|
@ -19,6 +19,18 @@ GxRsSet_int32_t 00408BF0 f end=00408C27
|
|||
CGxDevice__RsPush 00409670 f end=004096CC
|
||||
purecall 0040BAA5 f end=0040BACF
|
||||
nullsub_1 0040D3B5 f
|
||||
SFile__FileIsLocal 004217C0 f end=004217DA
|
||||
SFile__GetFileSize 004218C0 f end=00421948
|
||||
SFile__SetDataPath 00421AF0 f end=00421B4A
|
||||
SFile__SetFilePointer 00421BB0 f end=00421C98
|
||||
SFile__Unload 00421CA0 f end=00421CB8
|
||||
SFile__IsStreamingMode 00422130 f end=00422139
|
||||
SFile__Read 00422530 f end=004227D4
|
||||
SFile__Close 00422910 f end=004229AB
|
||||
SFile__FileExistsEx 00424B10 f end=00424B41
|
||||
SFile__OpenEx 00424B50 f end=00424E44
|
||||
SFile__Load 00424E80 f end=00424F46
|
||||
SFile__Open 00424F80 f end=00424F98
|
||||
OsCloseFile 00461B00 f end=00461B09
|
||||
OsReadFile 00461B50 f end=00461B88
|
||||
OsGetFileSize 00461BD0 f end=00461BF4
|
||||
|
|
@ -122,6 +134,14 @@ ScrnLayerSetRect 004A8500 f end=004A8522
|
|||
OnPaint 004A8720 f end=004A8B58
|
||||
ScrnLayerCreate 004A8BB0 f end=004A8C83
|
||||
GxuFontShutdown 004A8D10 f end=004A8DBF
|
||||
TextureCalcMipCount 004B5510 f end=004B5549 type="int32_t __stdcall func(uint32_t width, uint32_t height)"
|
||||
TextureGenerateMips 004B5550 f end=004B55D7
|
||||
LoadPredrawnMips 004B5A00 f end=004B5BA2
|
||||
TextureAllocMippedImg 004B7220 f end=004B72F4 type="MipBits* __stdcall func(PIXEL_FORMAT format, uint32_t width, uint32_t height)"
|
||||
TextureFreeMippedImg 004B7300 f end=004B73D9 type="void func(MipBits* image)"
|
||||
LoadTgaMips 004B78A0 f end=004B7AA0 type="int32_t __usercall func@<eax>(char* ext@<eax>, char* filename, int32_t a3, MipBits** mipBits, uint32_t* width, uint32_t* height, PIXEL_FORMAT* texFormat, int32_t* isOpaque@<ecx>, uint32_t* alphaBits, PIXEL_FORMAT* dataFormat)"
|
||||
LoadBlpMips 004B8070 f end=004B81CE type="int32_t __usercall func@<eax>(char* ext@<eax>, char* filename@<ebx>, int32_t a3, MipBits** mipBits, uint32_t* width, uint32_t* height, uint32_t* isOpaque, uint32_t* alphaBits, PIXEL_FORMAT* dataFormat)"
|
||||
TextureLoadImage 004B81D0 f end=004B8385 type="MipBits* func(const char* filename, uint32_t* width, uint32_t* height, PIXEL_FORMAT* dataFormat, int32_t* isOpaque, CStatus* status, uint32_t* alphaBits, int32_t a8)"
|
||||
TextBlockGetFontPtr 004BD9D0 f end=004BD9EA
|
||||
TextBlockCreate 004BDAA0 f end=004BDBE4
|
||||
TextBlockSetStringPos 004BDBF0 f end=004BDC4C
|
||||
|
|
@ -2051,6 +2071,7 @@ Script_UnitDebuff 00614CF0 f end=00614D3F
|
|||
Script_UnitAura 00614D40 f end=00614D83
|
||||
Script_GetVehicleUIIndicator 00614E60 f end=00614EEE
|
||||
Script_GetVehicleUIIndicatorSeat 00614EF0 f end=00614FC6
|
||||
CopyCursorImage 006160B0 f end=00616211
|
||||
CursorInitialize 006163B0 f end=006164A5
|
||||
GxXformPush_EGxXform_C44Matrix 00616AD0 f end=00616AE8
|
||||
nullsub_4 00632050 f
|
||||
|
|
@ -2136,6 +2157,7 @@ CGxDeviceD3d__CGxDeviceD3d 0068FD50 f end=0068FE80
|
|||
CGxDeviceD3d__DeviceSetFormat 006904D0 f end=006905E8
|
||||
CGxDeviceD3d__DeviceCreate_WindowProc_CGxFormat 00690750 f end=00690821
|
||||
CGxDeviceD3d__ICursorDestroy 006A00C0 f end=006A0102
|
||||
CGxDeviceD3d__WindowProcD3d 006A0360 f end=006A0834
|
||||
CGxDeviceD3d9Ex__CGxDeviceD3d9Ex 006A1A90 f end=006A1C24
|
||||
CGxDeviceD3d__ITexMarkAsUpdated 006A3070 f end=006A30CF
|
||||
CGxDeviceD3d__ISceneBegin 006A3350 f end=006A3417
|
||||
|
|
@ -2155,6 +2177,43 @@ CGxDeviceD3d__IShaderCreatePixel 006AA070 f end=006AA0C5
|
|||
CGxDeviceD3d__IShaderCreateVertex 006AA0D0 f end=006AA125
|
||||
CGxDeviceD3d__ShaderCreate 006AA130 f end=006AA18A
|
||||
CGxDeviceD3d__IBindVertexShader 006AA2F0 f end=006AA346
|
||||
CTgaFile__ColorMapEntryBytes 006AA350 f end=006AA379 ; UC
|
||||
CTgaFile__ColorMapBytes 006AA380 f end=006AA3B0
|
||||
CTgaFile__ValidateColorDepth 006AA3B0 f end=006AA3E0 type="int32_t __thiscall func(CTgaFile* this)"
|
||||
CTgaFile__PreImageBytes 006AA3E0 f end=006AA41B type="uint32_t __thiscall func(CTgaFile* this)"
|
||||
CTgaFile__AddAlphaChannel_internal 006AA420 f end=006AA51E type="void __thiscall func(CTgaFile* this, uint8_t* pAlphaData, uint8_t* pNoAlphaData, uint8_t* alpha)" ; private utility method
|
||||
CTgaFile__ReadRawImage 006AA520 f end=006AA62F
|
||||
CTgaFile__RLEDecompressImage 006AA630 f end=006AA6F2 type="int32_t __thiscall func(CTgaFile* this, uint8_t* pRLEData, uint8_t* pData)"
|
||||
CTgaFile__SetTopDown 006AA700 f end=006AA81D type="void __thiscall func(CTgaFile* this, int32_t set)"
|
||||
CTgaFile__ImageTGA32Pixel 006AA840 f end=006AA867 type="TGA32Pixel* __thiscall func(CTgaFile* this)"
|
||||
CTgaFile__RemoveAlphaChannels 006AA870 f end=006AA948 type="int32_t __thiscall func(CTgaFile* this)"
|
||||
CTgaFile__Close 006AAF40 f end=006AAFA5 type="int32_t __thiscall func(CTgaFile* this)"
|
||||
CTgaFile__Open 006AAFB0 f end=006AB0D4 type="int32_t __thiscall func(CTgaFile* this, char* filename, int32_t a3)"
|
||||
CTgaFile__ConvertColorMapped 006AB0E0 f end=006AB212
|
||||
CTgaFile__ReadRleImage 006AB220 f end=006AB381
|
||||
CTgaFile__AddAlphaChannel 006AB390 f end=006AB447 type="int32_t __thiscall func(CTgaFile* this, void* pImg)" ; public method
|
||||
CTgaFile__ReadColorMappedImage 006AB450 f end=006AB4A1
|
||||
CTgaFile__LoadImageData 006AB4B0 f end=006AB5B8 type="int32_t __thiscall func(CTgaFile* this, int32_t flags)"
|
||||
GetBitDepth 006AB5C0 f end=006AB614
|
||||
CalcLevelSize 006AB620 f end=006AB6B9 type="uint32_t __cdecl func(uint32_t level, uint32_t width, uint32_t height, uint32_t fourCC)"
|
||||
CalcLevelCount 006AB700 f end=006AB75C type="uint32_t __stdcall func(uint32_t width, uint32_t height)"
|
||||
MippedImgAllocA 006AB760 f end=006AB7DF type="MipBits* __stdcall func(uint32_t fourCC, uint32_t width, uint32_t height, char* filename, int32_t linenumber)"
|
||||
MippedImgSet 006AB810 f end=006AB85E type="void __stdcall func(uint32_t fourCC, uint32_t width, uint32_t height, MipBits* bits)"
|
||||
FullShrink 006AB860 f end=006ABAAF type="void _stdcall func(C4Pixel* dest, uint32_t destWidth, uint32_t destHeight, C4Pixel* source, uint32_t sourceWidth, uint32_t sourceHeight)"
|
||||
CBLPFile__Close 006AE8B0 f end=006AE8DA type="void __thiscall func(CBLPFile* this)"
|
||||
CBLPFile__Source 006AE900 f end=006AE990 type="int32_t __thiscall func(CBLPFile* this, void* fileBits)"
|
||||
CBLPFile__DecompPalFastPath 006AE990 f end=006AE9D6 type="void __thiscall func(CBLPFile* this, uint8_t* data, void* tempbuffer, uint32_t colorSize)"
|
||||
CBLPFile__DecompPalARGB8888 006AE9E0 f end=006AEB93 type="void __thiscall func(CBLPFile* this, uint8_t* data, void* tempbuffer, uint32_t colorSize)"
|
||||
CBLPFile__DecompPalARGB4444DitherFloydSteinberg 006AEBA0 f end=006AEE61
|
||||
CBLPFile__DecompPalARGB1555DitherFloydSteinberg 006AEE70 f end=006AF133
|
||||
CBLPFile__DecompPalARGB565DitherFloydSteinberg 006AF140 f end=006AF33F
|
||||
CBLPFile__DecompPalARGB2565DitherFloydSteinberg 006AF340 f end=006AF65D
|
||||
CBLPFile__Pixels 006AF6A0 f end=006AF6D1 type="uint32_t __thiscall func(CBLPFile* this, uint32_t mipLevel)"
|
||||
CBLPFile__GetFormatSize 006AF730 f end=006AF7E9 type="int32_t __thiscall func(CBLPFile *this, PIXEL_FORMAT format, uint32_t mipLevel, uint32_t* size, uint32_t* stride)"
|
||||
CBLPFile__DecompPal 006AF810 f end=006AF984 type="int32_t __thiscall func(CBLPFile* this, PIXEL_FORMAT format, uint32_t mipLevel, uint8_t* data, void* tempBuffer)"
|
||||
CBLPFile__Lock2 006AFCE0 f end=006AFF06 type="int32_t __thiscall func(CBLPFile* this, char* fileName, PIXEL_FORMAT format, uint32_t mipLevel, unsigned char* data, uint32_t* stride)"
|
||||
CBLPFile__Open 006AFF10 f end=006AFFCF type="int32_t __thiscall func(CBLPFile* this, char* filename)"
|
||||
CBLPFile__LockChain2 006AFFD0 f end=006B012E type="int32_t __thiscall func(CBLPFile* this, char* fileName, PIXEL_FORMAT format, MipBits** images, uint32_t mipLevel, int32_t a6)"
|
||||
nullsub_154 006B0960 f
|
||||
nullsub_151 006B1B80 f
|
||||
nullsub_6 006B1B90 f
|
||||
|
|
@ -2271,6 +2330,7 @@ SMemAlloc 0076E540 f end=0076E59A type="void* __stdcall func(uint32_t bytes, cha
|
|||
SMemFree 0076E5A0 f end=0076E5C4 type="int32_t __stdcall func(void* ptr, char* filename, int32_t linenumber, uint32_t flags)"
|
||||
SMemReAlloc 0076E5E0 f end=0076E6D6 type="void* __stdcall func(void* ptr, uint32_t bytes, char* filename, int32_t linenumber, uint32_t flags)"
|
||||
SStrChr 0076E6E0 f end=0076E712
|
||||
SStrChrR 0076E720 f end=0076E756
|
||||
SStrCmp 0076E760 f end=0076E77B
|
||||
SStrCmpI 0076E780 f end=0076E79B
|
||||
SStrCopy 0076ED20 f end=0076ED98
|
||||
|
|
@ -2282,6 +2342,7 @@ SStrTokenize 0076F1E0 f end=0076F331
|
|||
SStrHashHT 0076F640 f end=0076F6B9
|
||||
SRegLoadValue 00770840 f end=007708E9
|
||||
SRegSaveValue 007709A0 f end=007709E8
|
||||
SErrSetLastError 00771870 f end=00771886
|
||||
SErrSetLogTitleString 00771890 f end=007718F2
|
||||
SErrSetLogTitleCallback 00771900 f end=00771957
|
||||
SErrRegisterHandler 00771B80 f end=00771C15
|
||||
|
|
@ -2555,10 +2616,18 @@ nullsub_147 009DE1A0 f
|
|||
nullsub_148 009DE1B0 f
|
||||
nullsub_149 009DE1C0 f
|
||||
nullsub_150 009DE1D0 f
|
||||
s_pixelFormatToMipBitsCache 009F1074 l
|
||||
CGxDevice__vtable 00A2DDC0 l
|
||||
CGxDeviceOpenGl__vtable 00A2E198 l
|
||||
s_cursorNames 00AD2808 l type="char*[54]"
|
||||
CBLPFile__s_oneBitAlphaLookup 00AD90C0 l type="uint8_t[2]"
|
||||
s_interactiveCount 00B417D0 l type="int32_t"
|
||||
s_messageRecycler 00B41850 l type="CDataRecycler"
|
||||
s_cursorFile 00C25CD0 l type="int8_t" ; wonder why it's this type
|
||||
s_cursorItemMips 00C25DDC l
|
||||
s_cursorItemType 00C25DE0 l
|
||||
s_cursorResetMode 00C25DE4 l
|
||||
s_cursorMode 00C26DE8 l
|
||||
s_cursorImages 00C26DF0 l type="CImVector[54][1024]"
|
||||
g_theGxDevicePtr 00C5DF88 l
|
||||
CGxDevice__s_uiVertexShader 00C5DFDC l
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
SCmdRegisterArgList 00773590 f end=007737C2
|
||||
SCmdProcess 00773890 f end=00773986
|
||||
SCmdProcessCommandLine 00773990 f end=007739AD
|
||||
SErrSetLastError 00771870 f end=00771886
|
||||
SErrSetLogTitleString 00771890 f end=007718F2
|
||||
SErrSetLogTitleCallback 00771900 f end=00771957
|
||||
SErrRegisterHandler 00771B80 f end=00771C15
|
||||
|
|
@ -12,6 +13,7 @@ SMemSetDebugFlags 0076E4A0 f end=0076E4D2
|
|||
SRegLoadValue 00770840 f end=007708E9
|
||||
SRegSaveValue 007709A0 f end=007709E8
|
||||
SStrChr 0076E6E0 f end=0076E712
|
||||
SStrChrR 0076E720 f end=0076E756
|
||||
SStrCmp 0076E760 f end=0076E77B
|
||||
SStrCmpI 0076E780 f end=0076E79B
|
||||
SStrCopy 0076ED20 f end=0076ED98
|
||||
|
|
|
|||
45
3.3.5a/symbol/texture/func.sym
Normal file
45
3.3.5a/symbol/texture/func.sym
Normal file
|
|
@ -0,0 +1,45 @@
|
|||
TextureLoadImage 004B81D0 f end=004B8385 type="MipBits* func(const char* filename, uint32_t* width, uint32_t* height, PIXEL_FORMAT* dataFormat, int32_t* isOpaque, CStatus* status, uint32_t* alphaBits, int32_t a8)"
|
||||
TextureFreeMippedImg 004B7300 f end=004B73D9 type="void func(MipBits* image)"
|
||||
LoadTgaMips 004B78A0 f end=004B7AA0 type="int32_t __usercall func@<eax>(char* ext@<eax>, char* filename, int32_t a3, MipBits** mipBits, uint32_t* width, uint32_t* height, PIXEL_FORMAT* texFormat, int32_t* isOpaque@<ecx>, uint32_t* alphaBits, PIXEL_FORMAT* dataFormat)"
|
||||
LoadBlpMips 004B8070 f end=004B81CE type="int32_t __usercall func@<eax>(char* ext@<eax>, char* filename@<ebx>, int32_t a3, MipBits** mipBits, uint32_t* width, uint32_t* height, uint32_t* isOpaque, uint32_t* alphaBits, PIXEL_FORMAT* dataFormat)"
|
||||
CBLPFile__Pixels 006AF6A0 f end=006AF6D1 type="uint32_t __thiscall func(CBLPFile* this, uint32_t mipLevel)"
|
||||
CBLPFile__Close 006AE8B0 f end=006AE8DA type="void __thiscall func(CBLPFile* this)"
|
||||
CBLPFile__Open 006AFF10 f end=006AFFCF type="int32_t __thiscall func(CBLPFile* this, char* filename)"
|
||||
CBLPFile__Source 006AE900 f end=006AE990 type="int32_t __thiscall func(CBLPFile* this, void* fileBits)"
|
||||
CBLPFile__LockChain2 006AFFD0 f end=006B012E type="int32_t __thiscall func(CBLPFile* this, char* fileName, PIXEL_FORMAT format, MipBits** images, uint32_t mipLevel, int32_t a6)"
|
||||
CBLPFile__Lock2 006AFCE0 f end=006AFF06 type="int32_t __thiscall func(CBLPFile* this, char* fileName, PIXEL_FORMAT format, uint32_t mipLevel, unsigned char* data, uint32_t* stride)"
|
||||
CBLPFile__GetFormatSize 006AF730 f end=006AF7E9 type="int32_t __thiscall func(CBLPFile *this, PIXEL_FORMAT format, uint32_t mipLevel, uint32_t* size, uint32_t* stride)"
|
||||
CBLPFile__DecompPalARGB8888 006AE9E0 f end=006AEB93 type="void __thiscall func(CBLPFile* this, uint8_t* data, void* tempbuffer, uint32_t colorSize)"
|
||||
CBLPFile__DecompPalFastPath 006AE990 f end=006AE9D6 type="void __thiscall func(CBLPFile* this, uint8_t* data, void* tempbuffer, uint32_t colorSize)"
|
||||
CBLPFile__DecompPalARGB4444DitherFloydSteinberg 006AEBA0 f end=006AEE61
|
||||
CBLPFile__DecompPalARGB1555DitherFloydSteinberg 006AEE70 f end=006AF133
|
||||
CBLPFile__DecompPalARGB565DitherFloydSteinberg 006AF140 f end=006AF33F
|
||||
CBLPFile__DecompPalARGB2565DitherFloydSteinberg 006AF340 f end=006AF65D
|
||||
CBLPFile__DecompPal 006AF810 f end=006AF984 type="int32_t __thiscall func(CBLPFile* this, PIXEL_FORMAT format, uint32_t mipLevel, uint8_t* data, void* tempBuffer)"
|
||||
CTgaFile__AddAlphaChannel_internal 006AA420 f end=006AA51E type="void __thiscall func(CTgaFile* this, uint8_t* pAlphaData, uint8_t* pNoAlphaData, uint8_t* alpha)" ; private utility method
|
||||
CTgaFile__AddAlphaChannel 006AB390 f end=006AB447 type="int32_t __thiscall func(CTgaFile* this, void* pImg)" ; public method
|
||||
CTgaFile__RemoveAlphaChannels 006AA870 f end=006AA948 type="int32_t __thiscall func(CTgaFile* this)"
|
||||
CTgaFile__Open 006AAFB0 f end=006AB0D4 type="int32_t __thiscall func(CTgaFile* this, char* filename, int32_t a3)"
|
||||
CTgaFile__Close 006AAF40 f end=006AAFA5 type="int32_t __thiscall func(CTgaFile* this)"
|
||||
CTgaFile__LoadImageData 006AB4B0 f end=006AB5B8 type="int32_t __thiscall func(CTgaFile* this, int32_t flags)"
|
||||
CTgaFile__ReadRawImage 006AA520 f end=006AA62F
|
||||
CTgaFile__ReadRleImage 006AB220 f end=006AB381
|
||||
CTgaFile__ConvertColorMapped 006AB0E0 f end=006AB212
|
||||
CTgaFile__ReadColorMappedImage 006AB450 f end=006AB4A1
|
||||
CTgaFile__ColorMapEntryBytes 006AA350 f end=006AA379 ; UC
|
||||
CTgaFile__ColorMapBytes 006AA380 f end=006AA3B0
|
||||
CTgaFile__SetTopDown 006AA700 f end=006AA81D type="void __thiscall func(CTgaFile* this, int32_t set)"
|
||||
CTgaFile__ImageTGA32Pixel 006AA840 f end=006AA867 type="TGA32Pixel* __thiscall func(CTgaFile* this)"
|
||||
CTgaFile__ValidateColorDepth 006AA3B0 f end=006AA3E0 type="int32_t __thiscall func(CTgaFile* this)"
|
||||
CTgaFile__PreImageBytes 006AA3E0 f end=006AA41B type="uint32_t __thiscall func(CTgaFile* this)"
|
||||
CTgaFile__RLEDecompressImage 006AA630 f end=006AA6F2 type="int32_t __thiscall func(CTgaFile* this, uint8_t* pRLEData, uint8_t* pData)"
|
||||
TextureCalcMipCount 004B5510 f end=004B5549 type="int32_t __stdcall func(uint32_t width, uint32_t height)"
|
||||
TextureAllocMippedImg 004B7220 f end=004B72F4 type="MipBits* __stdcall func(PIXEL_FORMAT format, uint32_t width, uint32_t height)"
|
||||
MippedImgSet 006AB810 f end=006AB85E type="void __stdcall func(uint32_t fourCC, uint32_t width, uint32_t height, MipBits* bits)"
|
||||
MippedImgAllocA 006AB760 f end=006AB7DF type="MipBits* __stdcall func(uint32_t fourCC, uint32_t width, uint32_t height, char* filename, int32_t linenumber)"
|
||||
LoadPredrawnMips 004B5A00 f end=004B5BA2
|
||||
FullShrink 006AB860 f end=006ABAAF type="void _stdcall func(C4Pixel* dest, uint32_t destWidth, uint32_t destHeight, C4Pixel* source, uint32_t sourceWidth, uint32_t sourceHeight)"
|
||||
TextureGenerateMips 004B5550 f end=004B55D7
|
||||
CalcLevelSize 006AB620 f end=006AB6B9 type="uint32_t __cdecl func(uint32_t level, uint32_t width, uint32_t height, uint32_t fourCC)"
|
||||
CalcLevelCount 006AB700 f end=006AB75C type="uint32_t __stdcall func(uint32_t width, uint32_t height)"
|
||||
GetBitDepth 006AB5C0 f end=006AB614
|
||||
2
3.3.5a/symbol/texture/label.sym
Normal file
2
3.3.5a/symbol/texture/label.sym
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
s_pixelFormatToMipBitsCache 009F1074 l
|
||||
CBLPFile__s_oneBitAlphaLookup 00AD90C0 l type="uint8_t[2]"
|
||||
Loading…
Add table
Add a link
Reference in a new issue