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

Public Attributes

GPUVertBufpos
 
GPUVertBufgeom
 
GPUIndexBufgeom_indices
 
GPUBatchdots
 
GPUBatchsurface
 
GPUBatch ** surface_per_mat
 
bool is_dirty
 
int mat_len
 

Detailed Description

Definition at line 33 of file draw_cache_impl_pointcloud.c.

Member Data Documentation

◆ dots

GPUBatch* PointCloudBatchCache::dots

◆ geom

GPUVertBuf* PointCloudBatchCache::geom

◆ geom_indices

GPUIndexBuf* PointCloudBatchCache::geom_indices

◆ is_dirty

bool PointCloudBatchCache::is_dirty

◆ mat_len

int PointCloudBatchCache::mat_len

◆ pos

GPUVertBuf* PointCloudBatchCache::pos

◆ surface

GPUBatch* PointCloudBatchCache::surface

◆ surface_per_mat

GPUBatch** PointCloudBatchCache::surface_per_mat

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