Route render platform hints through platform services
This commit is contained in:
@@ -247,6 +247,11 @@ void App::bind_main_render_target()
|
||||
active_platform_services().bind_main_render_target();
|
||||
}
|
||||
|
||||
void App::apply_render_platform_hints()
|
||||
{
|
||||
active_platform_services().apply_render_platform_hints();
|
||||
}
|
||||
|
||||
void App::begin_render_capture_frame()
|
||||
{
|
||||
active_platform_services().begin_render_capture_frame();
|
||||
|
||||
Reference in New Issue
Block a user