|
Blender V4.3
|
#include <overlay_private.hh>
Public Attributes | |
| DRWShadingGroup * | wire_shgrp |
| DRWShadingGroup * | outline_shgrp |
| DRWShadingGroup * | extra_shgrp |
| blender::gpu::Batch * | wire_geom |
| blender::gpu::Batch * | outline_geom |
| blender::gpu::Batch * | extra_geom |
| short | base_flag |
Definition at line 456 of file overlay_private.hh.
| short OVERLAY_DupliData::base_flag |
Definition at line 463 of file overlay_private.hh.
Referenced by OVERLAY_cache_populate(), and OVERLAY_wireframe_cache_populate().
| blender::gpu::Batch* OVERLAY_DupliData::extra_geom |
Definition at line 462 of file overlay_private.hh.
| DRWShadingGroup* OVERLAY_DupliData::extra_shgrp |
Definition at line 459 of file overlay_private.hh.
| blender::gpu::Batch* OVERLAY_DupliData::outline_geom |
Definition at line 461 of file overlay_private.hh.
Referenced by OVERLAY_outline_cache_populate().
| DRWShadingGroup* OVERLAY_DupliData::outline_shgrp |
Definition at line 458 of file overlay_private.hh.
Referenced by OVERLAY_outline_cache_populate().
| blender::gpu::Batch* OVERLAY_DupliData::wire_geom |
Definition at line 460 of file overlay_private.hh.
Referenced by OVERLAY_wireframe_cache_populate().
| DRWShadingGroup* OVERLAY_DupliData::wire_shgrp |
Definition at line 457 of file overlay_private.hh.
Referenced by OVERLAY_wireframe_cache_populate().