核心模板架构
This commit is contained in:
@@ -45,6 +45,10 @@ Render_Input_Write_Guard Strategy_Render_Data::acquire_edit_input(bool notify_re
|
||||
return runtime ? runtime->acquire_edit_input(notify_render) : Render_Input_Write_Guard{};
|
||||
}
|
||||
|
||||
Render_Input_Frame_Guard Strategy_Render_Data::acquire_input_read(Renderable_Input_Role role) {
|
||||
return runtime ? runtime->acquire_input_read(role) : Render_Input_Frame_Guard{};
|
||||
}
|
||||
|
||||
Renderable_Frame_View Strategy_Render_Data::capture_frame_view() {
|
||||
return runtime ? runtime->capture_frame_view() : Renderable_Frame_View{};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user