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

Method writeMaterialBlock

libs/JSystem/J2DGraph/J2DBloSaver.cpp:8–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6J2DBloSaver::CTextureNameConnect J2DBloSaver::TextureNameConnect;
7
8void J2DBloSaver::writeMaterialBlock(const MaterialName*, J2DMaterial**, u16, const ResTIMGName*, u16)
9{
10 // obviously much much more than this, but need to spawn weak functions
11 J2DTevBlock* block;
12 block->setTexNo(0, 0);
13 u16 texNo = block->getTexNo(0);
14}
15
16void J2DMaterial_SaveBlock::countParts(J2DMaterial**, u16)
17{

Callers

nothing calls this directly

Calls 2

setTexNoMethod · 0.45
getTexNoMethod · 0.45

Tested by

no test coverage detected