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

#include <overlay_private.h>

Public Attributes

DRWShadingGroupwire_shgrp
 
DRWShadingGroupoutline_shgrp
 
DRWShadingGroupextra_shgrp
 
struct GPUBatchwire_geom
 
struct GPUBatchoutline_geom
 
struct GPUBatchextra_geom
 
short base_flag
 

Detailed Description

Definition at line 435 of file overlay_private.h.

Member Data Documentation

◆ base_flag

short OVERLAY_DupliData::base_flag

Definition at line 442 of file overlay_private.h.

Referenced by OVERLAY_cache_populate(), and OVERLAY_wireframe_cache_populate().

◆ extra_geom

struct GPUBatch* OVERLAY_DupliData::extra_geom

Definition at line 441 of file overlay_private.h.

◆ extra_shgrp

DRWShadingGroup* OVERLAY_DupliData::extra_shgrp

Definition at line 438 of file overlay_private.h.

◆ outline_geom

struct GPUBatch* OVERLAY_DupliData::outline_geom

Definition at line 440 of file overlay_private.h.

Referenced by OVERLAY_outline_cache_populate().

◆ outline_shgrp

DRWShadingGroup* OVERLAY_DupliData::outline_shgrp

Definition at line 437 of file overlay_private.h.

Referenced by OVERLAY_outline_cache_populate().

◆ wire_geom

struct GPUBatch* OVERLAY_DupliData::wire_geom

Definition at line 439 of file overlay_private.h.

Referenced by OVERLAY_wireframe_cache_populate().

◆ wire_shgrp

DRWShadingGroup* OVERLAY_DupliData::wire_shgrp

Definition at line 436 of file overlay_private.h.

Referenced by OVERLAY_wireframe_cache_populate().


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