MCPcopy Create free account
hub / github.com/MaaXYZ/MaaFramework / MaaImageBufferCreate

Function MaaImageBufferCreate

source/Common/MaaBuffer.cpp:172–175  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

170}
171
172MaaImageBuffer* MaaImageBufferCreate()
173{
174 return new MAA_NS::ImageBuffer;
175}
176
177void MaaImageBufferDestroy(MaaImageBuffer* handle)
178{

Callers 3

my_actionFunction · 0.85
save_screenshotFunction · 0.85
my_actionFunction · 0.85

Calls

no outgoing calls

Tested by 1

save_screenshotFunction · 0.68