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

Function request_pre_scene_panel_sync

src/python/python_runtime.cpp:231–234  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

229 }
230
231 void request_pre_scene_panel_sync() {
232 g_pre_scene_panel_sync_generation.store(redraw_request_generation(),
233 std::memory_order_release);
234 }
235
236 uint64_t pre_scene_panel_sync_generation() {
237 return g_pre_scene_panel_sync_generation.load(std::memory_order_acquire);

Callers 1

Calls 2

storeMethod · 0.45

Tested by

no test coverage detected