MCPcopy Create free account
hub / github.com/beefytech/Beef / Clear

Method Clear

BeefySysLib/gfx/DrawLayer.cpp:35–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33
34
35void DrawBatch::Clear()
36{
37 mVtxIdx = 0;
38 mIdxIdx = 0;
39 for (int texIdx = 0; texIdx < MAX_TEXTURES; texIdx++)
40 mCurTextures[texIdx] = (Texture*)(intptr)-1;
41}
42
43void DrawBatch::Free()
44{

Callers 9

ModelDef_SetTexturesFunction · 0.45
GenerateCollisionDataMethod · 0.45
Res_SerializeModelFunction · 0.45
DrawLayer_ClearFunction · 0.45
~FTFontManagerMethod · 0.45
DoClearCacheMethod · 0.45

Calls 1

FreeMethod · 0.45

Tested by

no test coverage detected