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

Function SetFrameTime

engine/render/src/render/render.cpp:379–383  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

377 }
378
379 void SetFrameTime(HRenderContext render_context, float time, float dt)
380 {
381 render_context->m_Time = time;
382 render_context->m_Dt = dt;
383 }
384
385 Result AddToRender(HRenderContext context, RenderObject* ro)
386 {

Callers 2

StepFrameFunction · 0.85
TEST_FFunction · 0.85

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.68