MCPcopy Create free account
hub / github.com/defold/defold / SetRenderPause

Function SetRenderPause

engine/render/src/render/render.cpp:1372–1375  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1370 }
1371
1372 void SetRenderPause(HRenderContext context, uint8_t is_paused)
1373 {
1374 context->m_IsRenderPaused = is_paused;
1375 }
1376
1377 bool IsRenderPaused(HRenderContext context)
1378 {

Callers 2

DispatchFunction · 0.85
OnContextEventFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected