Blender
V3.3
|
#include <overlay_private.h>
Public Attributes | |
struct GPUFrameBuffer * | overlay_default_fb |
struct GPUFrameBuffer * | overlay_line_fb |
struct GPUFrameBuffer * | overlay_color_only_fb |
struct GPUFrameBuffer * | overlay_in_front_fb |
struct GPUFrameBuffer * | overlay_line_in_front_fb |
struct GPUFrameBuffer * | outlines_prepass_fb |
struct GPUFrameBuffer * | outlines_resolve_fb |
Definition at line 30 of file overlay_private.h.
struct GPUFrameBuffer* OVERLAY_FramebufferList::outlines_prepass_fb |
Definition at line 36 of file overlay_private.h.
Referenced by OVERLAY_outline_draw(), and OVERLAY_outline_init().
struct GPUFrameBuffer* OVERLAY_FramebufferList::outlines_resolve_fb |
Definition at line 37 of file overlay_private.h.
Referenced by OVERLAY_outline_draw(), and OVERLAY_outline_init().
struct GPUFrameBuffer* OVERLAY_FramebufferList::overlay_color_only_fb |
Definition at line 33 of file overlay_private.h.
Referenced by OVERLAY_antialiasing_init(), and OVERLAY_draw_scene().
struct GPUFrameBuffer* OVERLAY_FramebufferList::overlay_default_fb |
Definition at line 31 of file overlay_private.h.
Referenced by OVERLAY_antialiasing_init(), OVERLAY_draw_scene(), OVERLAY_edit_curve_draw(), OVERLAY_edit_lattice_draw(), OVERLAY_edit_mesh_draw(), OVERLAY_edit_particle_draw(), OVERLAY_edit_text_draw(), OVERLAY_paint_draw(), OVERLAY_pose_draw(), OVERLAY_sculpt_curves_draw(), and OVERLAY_xray_depth_copy().
struct GPUFrameBuffer* OVERLAY_FramebufferList::overlay_in_front_fb |
Definition at line 34 of file overlay_private.h.
Referenced by OVERLAY_antialiasing_cache_finish(), OVERLAY_antialiasing_start(), OVERLAY_draw_scene(), OVERLAY_edit_mesh_draw(), OVERLAY_paint_draw(), and OVERLAY_sculpt_curves_draw().
struct GPUFrameBuffer* OVERLAY_FramebufferList::overlay_line_fb |
Definition at line 32 of file overlay_private.h.
Referenced by OVERLAY_antialiasing_init(), OVERLAY_antialiasing_start(), and OVERLAY_draw_scene().
struct GPUFrameBuffer* OVERLAY_FramebufferList::overlay_line_in_front_fb |
Definition at line 35 of file overlay_private.h.
Referenced by OVERLAY_antialiasing_cache_finish(), OVERLAY_draw_scene(), and OVERLAY_pose_draw().