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

Public Attributes

GPUBatchbatch
 
GPUBatch ** shaded_triangles
 
int mat_len
 
GPUVertBufpos_nor_in_order
 
struct {
   GPUBatch *   batch
 
face_wire
 
GPUBatchedge_detection
 
GPUIndexBufedges_adj_lines
 
bool is_dirty
 
bool is_manifold
 

Detailed Description

Definition at line 32 of file draw_cache_impl_metaball.c.

Member Data Documentation

◆ batch

GPUBatch* MetaBallBatchCache::batch

◆ edge_detection

GPUBatch* MetaBallBatchCache::edge_detection

◆ edges_adj_lines

GPUIndexBuf* MetaBallBatchCache::edges_adj_lines

◆ 

struct { ... } MetaBallBatchCache::face_wire

◆ is_dirty

bool MetaBallBatchCache::is_dirty

◆ is_manifold

bool MetaBallBatchCache::is_manifold

◆ mat_len

int MetaBallBatchCache::mat_len

◆ pos_nor_in_order

GPUVertBuf* MetaBallBatchCache::pos_nor_in_order

◆ shaded_triangles

GPUBatch** MetaBallBatchCache::shaded_triangles

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