diff options
| author | Bastiaan Olij <mux213@gmail.com> | 2022-01-26 12:25:20 +1100 |
|---|---|---|
| committer | Bastiaan Olij <mux213@gmail.com> | 2022-01-26 13:55:44 +1100 |
| commit | 98e5cd24dbe1151e129883731b26ec8f521ee57f (patch) | |
| tree | 2d280f268053d1ea49e3de44ba98b75b62510cd1 /modules/mobile_vr/mobile_vr_interface.cpp | |
| parent | b25c7fef04499a7bee2333184bd7e5879d304eee (diff) | |
| download | redot-engine-98e5cd24dbe1151e129883731b26ec8f521ee57f.tar.gz | |
Improve XRInterface hooks into rendering
Diffstat (limited to 'modules/mobile_vr/mobile_vr_interface.cpp')
| -rw-r--r-- | modules/mobile_vr/mobile_vr_interface.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/mobile_vr/mobile_vr_interface.cpp b/modules/mobile_vr/mobile_vr_interface.cpp index 49044c4afe..8cd23ffb24 100644 --- a/modules/mobile_vr/mobile_vr_interface.cpp +++ b/modules/mobile_vr/mobile_vr_interface.cpp @@ -463,7 +463,7 @@ CameraMatrix MobileVRInterface::get_projection_for_view(uint32_t p_view, double return eye; }; -Vector<BlitToScreen> MobileVRInterface::commit_views(RID p_render_target, const Rect2 &p_screen_rect) { +Vector<BlitToScreen> MobileVRInterface::post_draw_viewport(RID p_render_target, const Rect2 &p_screen_rect) { _THREAD_SAFE_METHOD_ Vector<BlitToScreen> blit_to_screen; |
