Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
15
EMSCRIPTEN_KEEPALIVE
16
extern
"C"
void destroy_buffer(uint8_t* p)
17
{
18
free(p);
19
}
20
21
static float* backbuffer;
22
static int frameCount;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected