Blender  V3.3
Public Attributes | List of all members
LineartRenderTaskInfo Struct Reference

#include <MOD_lineart.h>

Public Attributes

struct LineartDatald
 
int thread_id
 
struct LineartPendingEdges pending_edges
 

Detailed Description

Definition at line 467 of file MOD_lineart.h.

Member Data Documentation

◆ ld

struct LineartData* LineartRenderTaskInfo::ld

Definition at line 468 of file MOD_lineart.h.

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 470 of file MOD_lineart.h.

Referenced by lineart_occlusion_make_task_info(), and lineart_occlusion_worker().

◆ thread_id

int LineartRenderTaskInfo::thread_id

Definition at line 470 of file MOD_lineart.h.

Referenced by lineart_main_occlusion_begin(), and lineart_occlusion_worker().


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