| 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 | { |