MCPcopy Create free account
hub / github.com/aras-p/ToyPathTracer / destroy_buffer

Function destroy_buffer

Cpp/Emscripten/main.cpp:16–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14
15EMSCRIPTEN_KEEPALIVE
16extern "C" void destroy_buffer(uint8_t* p)
17{
18 free(p);
19}
20
21static float* backbuffer;
22static int frameCount;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected