Blender
V3.3
|
#include <workbench_private.h>
Public Attributes | |
struct DRWPass * | opaque_ps |
struct DRWPass * | opaque_infront_ps |
struct DRWPass * | transp_resolve_ps |
struct DRWPass * | transp_accum_ps |
struct DRWPass * | transp_accum_infront_ps |
struct DRWPass * | transp_depth_infront_ps |
struct DRWPass * | transp_depth_ps |
struct DRWPass * | shadow_ps [2] |
struct DRWPass * | merge_infront_ps |
struct DRWPass * | cavity_ps |
struct DRWPass * | outline_ps |
struct DRWPass * | composite_ps |
struct DRWPass * | dof_down_ps |
struct DRWPass * | dof_down2_ps |
struct DRWPass * | dof_flatten_v_ps |
struct DRWPass * | dof_flatten_h_ps |
struct DRWPass * | dof_dilate_h_ps |
struct DRWPass * | dof_dilate_v_ps |
struct DRWPass * | dof_blur1_ps |
struct DRWPass * | dof_blur2_ps |
struct DRWPass * | dof_resolve_ps |
struct DRWPass * | volume_ps |
struct DRWPass * | aa_accum_ps |
struct DRWPass * | aa_accum_replace_ps |
struct DRWPass * | aa_edge_ps |
struct DRWPass * | aa_weight_ps |
struct DRWPass * | aa_resolve_ps |
Definition at line 119 of file workbench_private.h.
struct DRWPass* WORKBENCH_PassList::aa_accum_ps |
Definition at line 151 of file workbench_private.h.
Referenced by workbench_antialiasing_cache_init(), and workbench_antialiasing_draw_pass().
struct DRWPass* WORKBENCH_PassList::aa_accum_replace_ps |
Definition at line 152 of file workbench_private.h.
Referenced by workbench_antialiasing_cache_init(), and workbench_antialiasing_draw_pass().
struct DRWPass* WORKBENCH_PassList::aa_edge_ps |
Definition at line 153 of file workbench_private.h.
Referenced by workbench_antialiasing_cache_init(), and workbench_antialiasing_draw_pass().
struct DRWPass* WORKBENCH_PassList::aa_resolve_ps |
Definition at line 155 of file workbench_private.h.
Referenced by workbench_antialiasing_cache_init(), and workbench_antialiasing_draw_pass().
struct DRWPass* WORKBENCH_PassList::aa_weight_ps |
Definition at line 154 of file workbench_private.h.
Referenced by workbench_antialiasing_cache_init(), and workbench_antialiasing_draw_pass().
struct DRWPass* WORKBENCH_PassList::cavity_ps |
Definition at line 134 of file workbench_private.h.
Referenced by workbench_cavity_cache_init(), and workbench_draw_sample().
struct DRWPass* WORKBENCH_PassList::composite_ps |
Definition at line 137 of file workbench_private.h.
Referenced by workbench_draw_sample(), and workbench_opaque_cache_init().
struct DRWPass* WORKBENCH_PassList::dof_blur1_ps |
Definition at line 145 of file workbench_private.h.
Referenced by workbench_dof_cache_init(), and workbench_dof_draw_pass().
struct DRWPass* WORKBENCH_PassList::dof_blur2_ps |
Definition at line 146 of file workbench_private.h.
Referenced by workbench_dof_cache_init(), and workbench_dof_draw_pass().
struct DRWPass* WORKBENCH_PassList::dof_dilate_h_ps |
Definition at line 143 of file workbench_private.h.
Referenced by workbench_dof_cache_init(), and workbench_dof_draw_pass().
struct DRWPass* WORKBENCH_PassList::dof_dilate_v_ps |
Definition at line 144 of file workbench_private.h.
Referenced by workbench_dof_cache_init(), and workbench_dof_draw_pass().
struct DRWPass* WORKBENCH_PassList::dof_down2_ps |
Definition at line 140 of file workbench_private.h.
Referenced by workbench_dof_cache_init(), and workbench_dof_downsample_level().
struct DRWPass* WORKBENCH_PassList::dof_down_ps |
Definition at line 139 of file workbench_private.h.
Referenced by workbench_dof_cache_init(), and workbench_dof_draw_pass().
struct DRWPass* WORKBENCH_PassList::dof_flatten_h_ps |
Definition at line 142 of file workbench_private.h.
Referenced by workbench_dof_cache_init(), and workbench_dof_draw_pass().
struct DRWPass* WORKBENCH_PassList::dof_flatten_v_ps |
Definition at line 141 of file workbench_private.h.
Referenced by workbench_dof_cache_init(), and workbench_dof_draw_pass().
struct DRWPass* WORKBENCH_PassList::dof_resolve_ps |
Definition at line 147 of file workbench_private.h.
Referenced by workbench_dof_cache_init(), and workbench_dof_draw_pass().
struct DRWPass* WORKBENCH_PassList::merge_infront_ps |
Definition at line 132 of file workbench_private.h.
Referenced by workbench_draw_sample(), and workbench_opaque_cache_init().
struct DRWPass* WORKBENCH_PassList::opaque_infront_ps |
Definition at line 121 of file workbench_private.h.
Referenced by workbench_draw_sample(), and workbench_opaque_cache_init().
struct DRWPass* WORKBENCH_PassList::opaque_ps |
Definition at line 120 of file workbench_private.h.
Referenced by workbench_draw_sample(), and workbench_opaque_cache_init().
struct DRWPass* WORKBENCH_PassList::outline_ps |
Definition at line 135 of file workbench_private.h.
Referenced by workbench_draw_sample(), workbench_outline_cache_init(), and workbench_transparent_draw_depth_pass().
struct DRWPass* WORKBENCH_PassList::shadow_ps[2] |
Definition at line 130 of file workbench_private.h.
Referenced by workbench_draw_sample(), and workbench_shadow_cache_init().
struct DRWPass* WORKBENCH_PassList::transp_accum_infront_ps |
Definition at line 125 of file workbench_private.h.
Referenced by workbench_draw_sample(), and workbench_transparent_cache_init().
struct DRWPass* WORKBENCH_PassList::transp_accum_ps |
Definition at line 124 of file workbench_private.h.
Referenced by workbench_draw_sample(), and workbench_transparent_cache_init().
struct DRWPass* WORKBENCH_PassList::transp_depth_infront_ps |
Definition at line 127 of file workbench_private.h.
Referenced by workbench_transparent_cache_init(), and workbench_transparent_draw_depth_pass().
struct DRWPass* WORKBENCH_PassList::transp_depth_ps |
Definition at line 128 of file workbench_private.h.
Referenced by workbench_transparent_cache_init(), and workbench_transparent_draw_depth_pass().
struct DRWPass* WORKBENCH_PassList::transp_resolve_ps |
Definition at line 123 of file workbench_private.h.
Referenced by workbench_draw_sample(), and workbench_transparent_cache_init().
struct DRWPass* WORKBENCH_PassList::volume_ps |
Definition at line 149 of file workbench_private.h.
Referenced by workbench_volume_cache_init(), workbench_volume_draw_pass(), workbench_volume_modifier_cache_populate(), and workbench_volume_object_cache_populate().