Route render platform hints through platform services

This commit is contained in:
2026-06-03 05:20:24 +02:00
parent 389cd93e68
commit 87b1851d59
10 changed files with 45 additions and 26 deletions

View File

@@ -35,6 +35,7 @@ public:
virtual void present_render_context() = 0;
virtual void bind_default_render_target() = 0;
virtual void bind_main_render_target() = 0;
virtual void apply_render_platform_hints() = 0;
virtual void begin_render_capture_frame() = 0;
virtual void end_render_capture_frame() = 0;
[[nodiscard]] virtual bool deletes_recorded_files_on_clear() = 0;