Blender
V3.3
|
Public Attributes | |
GPUVertBuf * | pos |
GPUIndexBuf * | edges |
GPUBatch * | all_verts |
GPUBatch * | all_edges |
GPUBatch * | overlay_verts |
bool | is_dirty |
struct { | |
int u_len | |
int v_len | |
int w_len | |
} | dims |
bool | show_only_outside |
bool | is_editmode |
Definition at line 200 of file draw_cache_impl_lattice.c.
GPUBatch* LatticeBatchCache::all_edges |
Definition at line 205 of file draw_cache_impl_lattice.c.
Referenced by DRW_lattice_batch_cache_get_all_edges(), and lattice_batch_cache_clear().
GPUBatch* LatticeBatchCache::all_verts |
Definition at line 204 of file draw_cache_impl_lattice.c.
Referenced by DRW_lattice_batch_cache_get_all_verts(), and lattice_batch_cache_clear().
struct { ... } LatticeBatchCache::dims |
Referenced by lattice_batch_cache_init(), and lattice_batch_cache_valid().
GPUIndexBuf* LatticeBatchCache::edges |
Definition at line 202 of file draw_cache_impl_lattice.c.
Referenced by lattice_batch_cache_clear(), and lattice_batch_cache_get_edges().
bool LatticeBatchCache::is_dirty |
Definition at line 210 of file draw_cache_impl_lattice.c.
Referenced by DRW_lattice_batch_cache_dirty_tag(), lattice_batch_cache_init(), and lattice_batch_cache_valid().
bool LatticeBatchCache::is_editmode |
Definition at line 217 of file draw_cache_impl_lattice.c.
Referenced by lattice_batch_cache_init(), and lattice_batch_cache_valid().
GPUBatch* LatticeBatchCache::overlay_verts |
Definition at line 207 of file draw_cache_impl_lattice.c.
Referenced by DRW_lattice_batch_cache_dirty_tag(), DRW_lattice_batch_cache_get_edit_verts(), lattice_batch_cache_clear(), and lattice_batch_cache_create_overlay_batches().
GPUVertBuf* LatticeBatchCache::pos |
Definition at line 201 of file draw_cache_impl_lattice.c.
Referenced by lattice_batch_cache_clear(), and lattice_batch_cache_get_pos().
bool LatticeBatchCache::show_only_outside |
Definition at line 215 of file draw_cache_impl_lattice.c.
Referenced by lattice_batch_cache_init(), and lattice_batch_cache_valid().
int LatticeBatchCache::u_len |
Definition at line 213 of file draw_cache_impl_lattice.c.
Referenced by lattice_batch_cache_init(), and lattice_batch_cache_valid().
int LatticeBatchCache::v_len |
Definition at line 213 of file draw_cache_impl_lattice.c.
Referenced by lattice_batch_cache_init(), and lattice_batch_cache_valid().
int LatticeBatchCache::w_len |
Definition at line 213 of file draw_cache_impl_lattice.c.
Referenced by lattice_batch_cache_init(), and lattice_batch_cache_valid().