MCPcopy 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
26EMSCRIPTEN_KEEPALIVE
27extern "C" int getRayCount()
28{
29 return rayCount;
30}
31
32EMSCRIPTEN_KEEPALIVE
33extern "C" void setFlagAnimate(int value)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected