Blender V4.3
LineartRenderTaskInfo Struct Reference

#include <MOD_lineart.hh>

Public Attributes

struct LineartDatald
 
int thread_id
 
struct LineartPendingEdges pending_edges
 

Detailed Description

Definition at line 490 of file MOD_lineart.hh.

Member Data Documentation

◆ ld

struct LineartData* LineartRenderTaskInfo::ld

Definition at line 491 of file MOD_lineart.hh.

Referenced by lineart_main_occlusion_begin(), and lineart_occlusion_worker().

◆ pending_edges

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().

◆ thread_id

int LineartRenderTaskInfo::thread_id

Definition at line 493 of file MOD_lineart.hh.

Referenced by lineart_main_occlusion_begin(), and lineart_occlusion_worker().


The documentation for this struct was generated from the following file: