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

Public Attributes

ListBase grids
 
struct {
   GPUVertBuf *   pos_nor_in_order
 
   GPUBatch *   batch
 
face_wire
 
GPUBatchselection_surface
 
bool is_dirty
 

Detailed Description

Definition at line 42 of file draw_cache_impl_volume.c.

Member Data Documentation

◆ batch

GPUBatch* VolumeBatchCache::batch

◆ 

struct { ... } VolumeBatchCache::face_wire

◆ grids

ListBase VolumeBatchCache::grids

Definition at line 44 of file draw_cache_impl_volume.c.

Referenced by volume_batch_cache_clear(), and volume_grid_cache_get().

◆ is_dirty

bool VolumeBatchCache::is_dirty

◆ pos_nor_in_order

GPUVertBuf* VolumeBatchCache::pos_nor_in_order

Definition at line 48 of file draw_cache_impl_volume.c.

Referenced by drw_volume_wireframe_cb(), and volume_batch_cache_clear().

◆ selection_surface

GPUBatch* VolumeBatchCache::selection_surface

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