Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
35
void 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
43
void DrawBatch::Free()
44
{
Callers
9
BF_CALLTYPE ModelDef_GetInfo
Function · 0.45
ModelDef_SetTextures
Function · 0.45
GenerateCollisionData
Method · 0.45
Res_SerializeModel
Function · 0.45
BF_CALLTYPE DrawLayer_Create
Function · 0.45
DrawLayer_Clear
Function · 0.45
DrawLayer_DrawToRenderTarget
Function · 0.45
~FTFontManager
Method · 0.45
DoClearCache
Method · 0.45
Calls
1
Free
Method · 0.45
Tested by
no test coverage detected