Blender V4.3
blender::draw::CurveBatchCache Struct Reference

Public Attributes

struct { 
 
   gpu::VertBuf *   curves_pos 
 
   gpu::VertBuf *   attr_viewer 
 
ordered 
 
struct { 
 
   gpu::VertBuf *   curves_nor 
 
   gpu::VertBuf *   pos 
 
   gpu::VertBuf *   data 
 
edit 
 
struct { 
 
   gpu::IndexBuf *   curves_lines 
 
   gpu::IndexBuf *   edit_verts 
 
   gpu::IndexBuf *   edit_lines 
 
ibo 
 
struct { 
 
   gpu::Batch *   curves 
 
   gpu::Batch *   curves_viewer_attribute 
 
   gpu::Batch *   edit_edges 
 
   gpu::Batch *   edit_verts 
 
   gpu::Batch *   edit_normals 
 
batch 
 
bool is_dirty
 
bool is_editmode
 

Detailed Description

Definition at line 297 of file draw_cache_impl_curve.cc.

Member Data Documentation

◆ attr_viewer

gpu::VertBuf* blender::draw::CurveBatchCache::attr_viewer

◆ [struct]

◆ curves

gpu::Batch* blender::draw::CurveBatchCache::curves

◆ curves_lines

gpu::IndexBuf* blender::draw::CurveBatchCache::curves_lines

◆ curves_nor

gpu::VertBuf* blender::draw::CurveBatchCache::curves_nor

◆ curves_pos

gpu::VertBuf* blender::draw::CurveBatchCache::curves_pos

◆ curves_viewer_attribute

gpu::Batch* blender::draw::CurveBatchCache::curves_viewer_attribute

◆ data

◆ [struct]

◆ edit_edges

◆ edit_lines

gpu::IndexBuf* blender::draw::CurveBatchCache::edit_lines

◆ edit_normals

gpu::Batch* blender::draw::CurveBatchCache::edit_normals

◆ edit_verts [1/2]

◆ edit_verts [2/2]

gpu::Batch* blender::draw::CurveBatchCache::edit_verts

Definition at line 322 of file draw_cache_impl_curve.cc.

◆ [struct]

struct { ... } blender::draw::CurveBatchCache::ibo

◆ is_dirty

◆ is_editmode

bool blender::draw::CurveBatchCache::is_editmode

◆ [struct]

struct { ... } blender::draw::CurveBatchCache::ordered

◆ pos

gpu::VertBuf* blender::draw::CurveBatchCache::pos

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