Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/axmolengine/axmol
/ DeleteBuffer
Function
DeleteBuffer
tests/live2d-tests/Source/LAppModel.cpp:51–55 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
49
}
50
51
void DeleteBuffer(csmByte* buffer, const csmChar* path =
""
)
52
{
53
if (DebugLogEnable) LAppPal::PrintLog(
"[APP]delete buffer: %s"
, path);
54
LAppPal::ReleaseBytes(buffer);
55
}
56
}
57
58
Callers
4
LoadAssets
Method · 0.85
SetupModel
Method · 0.85
PreloadMotionGroup
Method · 0.85
StartMotion
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected