rendering: compositor has is_opengl API; minor optimisations

This commit is contained in:
Stuart Carnie
2025-02-02 07:35:48 +11:00
parent c2ba0a8646
commit 5e1fe8040a
7 changed files with 23 additions and 15 deletions

View File

@ -87,6 +87,7 @@ public:
void blit_render_targets_to_screen(int p_screen, const BlitToScreen *p_render_targets, int p_amount) override {}
bool is_opengl() override { return false; }
void gl_end_frame(bool p_swap_buffers) override {}
void end_frame(bool p_present) override {