Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aras-p/ToyPathTracer
/ getRayCount
Function
getRayCount
Cpp/Emscripten/main.cpp:27–30 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
25
26
EMSCRIPTEN_KEEPALIVE
27
extern
"C"
int getRayCount()
28
{
29
return rayCount;
30
}
31
32
EMSCRIPTEN_KEEPALIVE
33
extern
"C"
void setFlagAnimate(int value)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected