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

Function IsRenderPaused

engine/render/src/render/render.cpp:1377–1380  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1375 }
1376
1377 bool IsRenderPaused(HRenderContext context)
1378 {
1379 return context->m_IsRenderPaused;
1380 }
1381}

Callers 1

StepFrameFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected