mirror of
https://github.com/thunderbrewhq/binana.git
synced 2025-12-12 17:52:29 +00:00
feat(profile): CMapRenderChunk funcs
This commit is contained in:
parent
a53ae10874
commit
ddc7cd4295
13 changed files with 180 additions and 6 deletions
|
|
@ -50,3 +50,6 @@ CBLPFile__Open 006AFF10 f end=006AFFCF type="int32_t __thiscall func(CBLPFile* t
|
|||
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)"
|
||||
TextureIsReadyNow 004B62A0 f end=004B62C1
|
||||
TextureGetGxTex 004B6CB0 f end=004B6D82
|
||||
TextureRelease 0047BF30 f end=0047BF46
|
||||
TextureAllocGxTex 004B6760 f end=004B6920
|
||||
TextureCreate 004B8C80 f end=004B8D6A
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
s_pixelFormatToMipBitsCache 009F1074 l
|
||||
CBLPFile__s_eightBitAlphaLookup 00AD90B0 l type="uint8_t[16]"
|
||||
CBLPFile__s_oneBitAlphaLookup 00AD90C0 l type="uint8_t[2]"
|
||||
s_defaultTex 00D1D098 l
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue