mirror of
https://github.com/godotengine/godot.git
synced 2025-11-01 14:11:15 +00:00
Improve XRInterface hooks into rendering
This commit is contained in:
parent
b25c7fef04
commit
98e5cd24db
14 changed files with 161 additions and 91 deletions
|
|
@ -385,7 +385,7 @@ CameraMatrix WebXRInterfaceJS::get_projection_for_view(uint32_t p_view, double p
|
|||
return eye;
|
||||
}
|
||||
|
||||
Vector<BlitToScreen> WebXRInterfaceJS::commit_views(RID p_render_target, const Rect2 &p_screen_rect) {
|
||||
Vector<BlitToScreen> WebXRInterfaceJS::post_draw_viewport(RID p_render_target, const Rect2 &p_screen_rect) {
|
||||
Vector<BlitToScreen> blit_to_screen;
|
||||
|
||||
if (!initialized) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue