Blender V4.3
blender::draw::LatticeBatchCache Struct Reference

Public Attributes

gpu::VertBufpos
 
gpu::IndexBufedges
 
gpu::Batch * all_verts
 
gpu::Batch * all_edges
 
gpu::Batch * overlay_verts
 
bool is_dirty
 
struct { 
 
   int   u_len 
 
   int   v_len 
 
   int   w_len 
 
dims 
 
bool show_only_outside
 
bool is_editmode
 

Detailed Description

Definition at line 197 of file draw_cache_impl_lattice.cc.

Member Data Documentation

◆ all_edges

gpu::Batch* blender::draw::LatticeBatchCache::all_edges

◆ all_verts

gpu::Batch* blender::draw::LatticeBatchCache::all_verts

◆ [struct]

struct { ... } blender::draw::LatticeBatchCache::dims

◆ edges

gpu::IndexBuf* blender::draw::LatticeBatchCache::edges

◆ is_dirty

◆ is_editmode

bool blender::draw::LatticeBatchCache::is_editmode

◆ overlay_verts

◆ pos

gpu::VertBuf* blender::draw::LatticeBatchCache::pos

◆ show_only_outside

bool blender::draw::LatticeBatchCache::show_only_outside

◆ u_len

int blender::draw::LatticeBatchCache::u_len

◆ v_len

int blender::draw::LatticeBatchCache::v_len

◆ w_len

int blender::draw::LatticeBatchCache::w_len

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