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

Public Attributes

GPUVertBufpos
 
GPUIndexBufedges
 
GPUBatchall_verts
 
GPUBatchall_edges
 
GPUBatchoverlay_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 200 of file draw_cache_impl_lattice.c.

Member Data Documentation

◆ all_edges

GPUBatch* LatticeBatchCache::all_edges

◆ all_verts

GPUBatch* LatticeBatchCache::all_verts

◆ 

struct { ... } LatticeBatchCache::dims

◆ edges

GPUIndexBuf* LatticeBatchCache::edges

◆ is_dirty

bool LatticeBatchCache::is_dirty

◆ is_editmode

bool LatticeBatchCache::is_editmode

◆ overlay_verts

GPUBatch* LatticeBatchCache::overlay_verts

◆ pos

GPUVertBuf* LatticeBatchCache::pos

◆ show_only_outside

bool LatticeBatchCache::show_only_outside

◆ u_len

int LatticeBatchCache::u_len

◆ v_len

int LatticeBatchCache::v_len

◆ w_len

int LatticeBatchCache::w_len

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