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

#include <gpencil_engine.h>

Public Attributes

struct DRWPasscomposite_ps
 
struct DRWPassmerge_depth_ps
 
struct DRWPassmask_invert_ps
 
struct DRWPasssmaa_edge_ps
 
struct DRWPasssmaa_weight_ps
 
struct DRWPasssmaa_resolve_ps
 

Detailed Description

Definition at line 143 of file gpencil_engine.h.

Member Data Documentation

◆ composite_ps

struct DRWPass* GPENCIL_PassList::composite_ps

Definition at line 145 of file gpencil_engine.h.

◆ mask_invert_ps

struct DRWPass* GPENCIL_PassList::mask_invert_ps

Definition at line 149 of file gpencil_engine.h.

Referenced by GPENCIL_cache_init(), and gpencil_draw_mask().

◆ merge_depth_ps

struct DRWPass* GPENCIL_PassList::merge_depth_ps

Definition at line 147 of file gpencil_engine.h.

Referenced by GPENCIL_cache_init(), and GPENCIL_draw_object().

◆ smaa_edge_ps

struct DRWPass* GPENCIL_PassList::smaa_edge_ps

Definition at line 151 of file gpencil_engine.h.

Referenced by GPENCIL_antialiasing_draw(), and GPENCIL_antialiasing_init().

◆ smaa_resolve_ps

struct DRWPass* GPENCIL_PassList::smaa_resolve_ps

Definition at line 153 of file gpencil_engine.h.

Referenced by GPENCIL_antialiasing_draw(), and GPENCIL_antialiasing_init().

◆ smaa_weight_ps

struct DRWPass* GPENCIL_PassList::smaa_weight_ps

Definition at line 152 of file gpencil_engine.h.

Referenced by GPENCIL_antialiasing_draw(), and GPENCIL_antialiasing_init().


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