|
Blender V4.3
|
#include <MOD_lineart.hh>
Public Attributes | |
| struct LineartData * | ld |
| int | thread_id |
| struct LineartPendingEdges | pending_edges |
Definition at line 490 of file MOD_lineart.hh.
| struct LineartData* LineartRenderTaskInfo::ld |
Definition at line 491 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 499 of file MOD_lineart.hh.
Referenced by lineart_occlusion_make_task_info(), and lineart_occlusion_worker().
| int LineartRenderTaskInfo::thread_id |
Definition at line 493 of file MOD_lineart.hh.
Referenced by lineart_main_occlusion_begin(), and lineart_occlusion_worker().