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

Function SetProjectionMatrix

engine/render/src/render/render.cpp:374–377  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

372 }
373
374 void SetProjectionMatrix(HRenderContext render_context, const Matrix4& projection)
375 {
376 UpdateRenderContextMatrices(render_context, render_context->m_View, projection);
377 }
378
379 void SetFrameTime(HRenderContext render_context, float time, float dt)
380 {

Callers 5

RenderProfilerFunction · 0.85
QueueProfilerMethod · 0.85
TEST_FFunction · 0.85
ParseCommandsFunction · 0.85
InitFunction · 0.85

Calls 1

Tested by 3

QueueProfilerMethod · 0.68
TEST_FFunction · 0.68
InitFunction · 0.68