|
Blender
V3.3
|
Public Attributes | |
| struct { | |
| GPUVertBuf * curves_pos | |
| } | ordered |
| struct { | |
| GPUVertBuf * curves_nor | |
| GPUVertBuf * pos | |
| GPUVertBuf * data | |
| } | edit |
| struct { | |
| GPUIndexBuf * curves_lines | |
| GPUIndexBuf * edit_verts | |
| GPUIndexBuf * edit_lines | |
| } | ibo |
| struct { | |
| GPUBatch * curves | |
| GPUBatch * edit_edges | |
| GPUBatch * edit_verts | |
| GPUBatch * edit_normals | |
| } | batch |
| bool | is_dirty |
| bool | is_editmode |
Definition at line 296 of file draw_cache_impl_curve.cc.
| struct { ... } CurveBatchCache::batch |
| GPUBatch* CurveBatchCache::curves |
Definition at line 316 of file draw_cache_impl_curve.cc.
Referenced by DRW_curve_batch_cache_get_wire_edge().
| GPUIndexBuf* CurveBatchCache::curves_lines |
Definition at line 309 of file draw_cache_impl_curve.cc.
| GPUVertBuf* CurveBatchCache::curves_nor |
Definition at line 302 of file draw_cache_impl_curve.cc.
| GPUVertBuf* CurveBatchCache::curves_pos |
Definition at line 298 of file draw_cache_impl_curve.cc.
| GPUVertBuf* CurveBatchCache::data |
Definition at line 305 of file draw_cache_impl_curve.cc.
Referenced by DRW_curve_batch_cache_dirty_tag().
| struct { ... } CurveBatchCache::edit |
Referenced by curve_batch_cache_clear(), and DRW_curve_batch_cache_dirty_tag().
| GPUBatch* CurveBatchCache::edit_edges |
Definition at line 318 of file draw_cache_impl_curve.cc.
Referenced by DRW_curve_batch_cache_dirty_tag(), and DRW_curve_batch_cache_get_edit_edges().
| GPUIndexBuf* CurveBatchCache::edit_lines |
Definition at line 312 of file draw_cache_impl_curve.cc.
| GPUBatch* CurveBatchCache::edit_normals |
Definition at line 320 of file draw_cache_impl_curve.cc.
Referenced by DRW_curve_batch_cache_get_normal_edge().
| GPUIndexBuf* CurveBatchCache::edit_verts |
Definition at line 311 of file draw_cache_impl_curve.cc.
Referenced by DRW_curve_batch_cache_dirty_tag(), and DRW_curve_batch_cache_get_edit_verts().
| GPUBatch* CurveBatchCache::edit_verts |
Definition at line 319 of file draw_cache_impl_curve.cc.
| struct { ... } CurveBatchCache::ibo |
Referenced by curve_batch_cache_clear().
| bool CurveBatchCache::is_dirty |
Definition at line 324 of file draw_cache_impl_curve.cc.
Referenced by curve_batch_cache_init(), curve_batch_cache_valid(), and DRW_curve_batch_cache_dirty_tag().
| bool CurveBatchCache::is_editmode |
Definition at line 325 of file draw_cache_impl_curve.cc.
Referenced by curve_batch_cache_init(), and curve_batch_cache_valid().
| struct { ... } CurveBatchCache::ordered |
Referenced by curve_batch_cache_clear().
| GPUVertBuf* CurveBatchCache::pos |
Definition at line 304 of file draw_cache_impl_curve.cc.