Blender V5.0
blender::draw::CurvesBatchCache Struct Reference

Public Attributes

CurvesEvalCache eval_cache
gpu::Batch * edit_points
gpu::Batch * edit_handles
gpu::Batch * sculpt_cage
gpu::IndexBufsculpt_cage_ibo
gpu::VertBufedit_points_pos
gpu::VertBufedit_points_data
gpu::VertBufedit_points_selection
gpu::IndexBufedit_handles_ibo
gpu::Batch * edit_curves_lines
gpu::VertBufedit_curves_lines_pos
gpu::IndexBufedit_curves_lines_ibo
bool is_dirty

Detailed Description

Definition at line 63 of file draw_cache_impl_curves.cc.

Member Data Documentation

◆ edit_curves_lines

gpu::Batch* blender::draw::CurvesBatchCache::edit_curves_lines

◆ edit_curves_lines_ibo

gpu::IndexBuf* blender::draw::CurvesBatchCache::edit_curves_lines_ibo

◆ edit_curves_lines_pos

◆ edit_handles

◆ edit_handles_ibo

gpu::IndexBuf* blender::draw::CurvesBatchCache::edit_handles_ibo

◆ edit_points

◆ edit_points_data

gpu::VertBuf* blender::draw::CurvesBatchCache::edit_points_data

◆ edit_points_pos

gpu::VertBuf* blender::draw::CurvesBatchCache::edit_points_pos

◆ edit_points_selection

gpu::VertBuf* blender::draw::CurvesBatchCache::edit_points_selection

◆ eval_cache

◆ is_dirty

bool blender::draw::CurvesBatchCache::is_dirty

◆ sculpt_cage

◆ sculpt_cage_ibo

gpu::IndexBuf* blender::draw::CurvesBatchCache::sculpt_cage_ibo

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