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