Route render target binding through platform services

This commit is contained in:
2026-06-03 05:17:25 +02:00
parent 6652127545
commit 389cd93e68
10 changed files with 78 additions and 18 deletions

View File

@@ -196,6 +196,8 @@ public:
void acquire_render_context();
void release_render_context();
void present_render_context();
void bind_default_render_target();
void bind_main_render_target();
void begin_render_capture_frame();
void end_render_capture_frame();
[[nodiscard]] bool platform_deletes_recorded_files_on_clear();