MCPcopy Create free account
hub / github.com/bfbbdecomp/bfbb / xModelBucket_PreCountReset

Function xModelBucket_PreCountReset

src/SB/Core/x/xModelBucket.cpp:42–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40}
41
42void xModelBucket_PreCountReset()
43{
44 sBucketCurr = 0;
45 sBucketCount = 0;
46 sBucketList = NULL;
47 sBucketClipCullCurr = 0;
48 sBucketClipCullCount = 0;
49 sBucketClipCullList = NULL;
50 sAlphaCurr = 0;
51 sAlphaCount = 0;
52 sAlphaList = NULL;
53}
54
55void xModelBucket_PreCountBucket(RpAtomic* data, U32 pipeFlags, U32 subObjects)
56{

Callers 2

zSceneInitFunction · 0.85
xModelBucket_DeinitFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected