MCPcopy 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
51void 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

LoadAssetsMethod · 0.85
SetupModelMethod · 0.85
PreloadMotionGroupMethod · 0.85
StartMotionMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected