Blender V4.3
OVERLAY_DupliData Struct Reference

#include <overlay_private.hh>

Public Attributes

DRWShadingGroupwire_shgrp
 
DRWShadingGroupoutline_shgrp
 
DRWShadingGroupextra_shgrp
 
blender::gpu::Batch * wire_geom
 
blender::gpu::Batch * outline_geom
 
blender::gpu::Batch * extra_geom
 
short base_flag
 

Detailed Description

Definition at line 456 of file overlay_private.hh.

Member Data Documentation

◆ base_flag

short OVERLAY_DupliData::base_flag

Definition at line 463 of file overlay_private.hh.

Referenced by OVERLAY_cache_populate(), and OVERLAY_wireframe_cache_populate().

◆ extra_geom

blender::gpu::Batch* OVERLAY_DupliData::extra_geom

Definition at line 462 of file overlay_private.hh.

◆ extra_shgrp

DRWShadingGroup* OVERLAY_DupliData::extra_shgrp

Definition at line 459 of file overlay_private.hh.

◆ outline_geom

blender::gpu::Batch* OVERLAY_DupliData::outline_geom

Definition at line 461 of file overlay_private.hh.

Referenced by OVERLAY_outline_cache_populate().

◆ outline_shgrp

DRWShadingGroup* OVERLAY_DupliData::outline_shgrp

Definition at line 458 of file overlay_private.hh.

Referenced by OVERLAY_outline_cache_populate().

◆ wire_geom

blender::gpu::Batch* OVERLAY_DupliData::wire_geom

Definition at line 460 of file overlay_private.hh.

Referenced by OVERLAY_wireframe_cache_populate().

◆ wire_shgrp

DRWShadingGroup* OVERLAY_DupliData::wire_shgrp

Definition at line 457 of file overlay_private.hh.

Referenced by OVERLAY_wireframe_cache_populate().


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