修改成异步的接口
This commit is contained in:
@@ -128,7 +128,7 @@ struct Renderable_Base_Render_Graph_Rebuild_Test_Renderable : Renderable_Base {
|
||||
std::shared_ptr<const Renderable_Graph> graph_snapshot() {
|
||||
return render_graph();
|
||||
}
|
||||
void request_graph_rebuild() noexcept {
|
||||
void request_graph_rebuild() {
|
||||
rebuild_render_graph();
|
||||
}
|
||||
std::atomic<int> build_count{};
|
||||
|
||||
Reference in New Issue
Block a user