Fix regression around OpenGL swapchain optimisation for OpenXR

This commit is contained in:
Bastiaan Olij 2024-07-29 10:49:48 +10:00
parent 88d9325065
commit 1eb0039b6e
6 changed files with 8 additions and 8 deletions

View file

@ -122,7 +122,7 @@ public:
void begin_frame(double frame_step);
void blit_render_targets_to_screen(DisplayServer::WindowID p_screen, const BlitToScreen *p_render_targets, int p_amount);
void end_viewport(bool p_swap_buffers) {}
void gl_end_frame(bool p_swap_buffers) {}
void end_frame(bool p_swap_buffers);
void finalize();