MCPcopy Create free account
hub / github.com/MrNeRF/LichtFeld-Studio / has_frame_callback

Function has_frame_callback

src/python/runner.cpp:1414–1417  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1412 }
1413
1414 bool has_frame_callback() {
1415 std::lock_guard lock(g_frame_mutex);
1416 return g_frame_callback != nullptr;
1417 }
1418
1419 void tick_frame_callback(float dt) {
1420 std::function<void(float)> cb;

Callers 4

collectFrameDemandMethod · 0.85
renderMethod · 0.85
can_stop_python_workFunction · 0.85
stop_python_workFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected