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

Function SetViewMatrix

engine/render/src/render/render.cpp:369–372  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

367 }
368
369 void SetViewMatrix(HRenderContext render_context, const Matrix4& view)
370 {
371 UpdateRenderContextMatrices(render_context, view, render_context->m_Projection);
372 }
373
374 void SetProjectionMatrix(HRenderContext render_context, const Matrix4& projection)
375 {

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