Merge pull request #102302 from stuartcarnie/render_opt

Rendering compositor identifies `is_opengl` API; minor optimisation
This commit is contained in:
Thaddeus Crews
2025-03-13 08:57:28 -05:00
7 changed files with 23 additions and 15 deletions

View File

@ -104,6 +104,7 @@ public:
void blit_render_targets_to_screen(DisplayServer::WindowID p_screen, const BlitToScreen *p_render_targets, int p_amount);
bool is_opengl() { return true; }
void gl_end_frame(bool p_swap_buffers);
void end_frame(bool p_swap_buffers);