|
Blender V5.0
|
#include <MOD_lineart.hh>
Public Attributes | |
| struct LineartData * | ld |
| int | thread_id |
| struct LineartPendingEdges | pending_edges |
Definition at line 489 of file MOD_lineart.hh.
| struct LineartData* LineartRenderTaskInfo::ld |
Definition at line 490 of file MOD_lineart.hh.
Referenced by lineart_main_occlusion_begin(), and lineart_occlusion_worker().
| struct LineartPendingEdges LineartRenderTaskInfo::pending_edges |
pending_edges here only stores a reference to a portion in LineartData::pending_edges, assigned by the occlusion scheduler.
Definition at line 498 of file MOD_lineart.hh.
Referenced by lineart_occlusion_make_task_info(), and lineart_occlusion_worker().
| int LineartRenderTaskInfo::thread_id |
Definition at line 492 of file MOD_lineart.hh.
Referenced by lineart_main_occlusion_begin(), and lineart_occlusion_worker().