Blender
V3.3
|
#include <MOD_lineart.h>
Public Attributes | |
struct LineartData * | ld |
int | thread_id |
struct LineartPendingEdges | pending_edges |
Definition at line 467 of file MOD_lineart.h.
struct LineartData* LineartRenderTaskInfo::ld |
Definition at line 468 of file MOD_lineart.h.
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 470 of file MOD_lineart.h.
Referenced by lineart_occlusion_make_task_info(), and lineart_occlusion_worker().
int LineartRenderTaskInfo::thread_id |
Definition at line 470 of file MOD_lineart.h.
Referenced by lineart_main_occlusion_begin(), and lineart_occlusion_worker().