MCPcopy Create free account
hub / github.com/doldecomp/mkdd / registTex

Method registTex

libs/JSystem/JParticle/JPAResourceManager.cpp:63–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61}
62
63void JPAResourceManager::registTex(JPATexture *res)
64{
65#line 166
66 JUT_ASSERT(texRegNum < texMaxNum);
67 pTexAry[texRegNum] = res;
68 texRegNum++;
69}
70
71void JPAResourceManager::registTexDupCheck(const u8 *, JKRHeap *)
72{

Callers 1

load_jpcMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected