|
Blender V4.5
|
Public Member Functions | |
| ~ExtractionGraph () | |
| void | work_and_wait (GSet *&delayed_extraction) |
Public Attributes | |
| TaskGraph * | graph = BLI_task_graph_create() |
Definition at line 242 of file draw_context.cc.
|
inline |
Definition at line 251 of file draw_context.cc.
References BLI_assert_msg, and graph.
|
inline |
Definition at line 258 of file draw_context.cc.
References BLI_assert_msg, BLI_gset_free(), BLI_task_graph_free(), BLI_task_graph_work_and_wait(), and graph.
Referenced by DRWContext::sync().
| TaskGraph* ExtractionGraph::graph = BLI_task_graph_create() |
Definition at line 244 of file draw_context.cc.
Referenced by drw_engines_cache_populate(), DRW_render_object_iter(), DupliCacheManager::extract_all(), work_and_wait(), and ~ExtractionGraph().