|
Blender
V2.93
|
Public Attributes | |
| struct View2D * | v2d |
| float | stripe_ofs_y |
| float | stripe_ht |
| int | cache_flag |
| GPUVertBuf * | raw_vbo |
| GPUVertBuf * | preprocessed_vbo |
| GPUVertBuf * | composite_vbo |
| GPUVertBuf * | final_out_vbo |
| size_t | raw_vert_count |
| size_t | preprocessed_vert_count |
| size_t | composite_vert_count |
| size_t | final_out_vert_count |
Definition at line 2345 of file sequencer_draw.c.
| int CacheDrawData::cache_flag |
Definition at line 2349 of file sequencer_draw.c.
Referenced by draw_cache_view(), and draw_cache_view_iter_fn().
| GPUVertBuf* CacheDrawData::composite_vbo |
Definition at line 2352 of file sequencer_draw.c.
Referenced by draw_cache_view(), draw_cache_view_init_fn(), and draw_cache_view_iter_fn().
| size_t CacheDrawData::composite_vert_count |
Definition at line 2356 of file sequencer_draw.c.
Referenced by draw_cache_view(), and draw_cache_view_iter_fn().
| GPUVertBuf* CacheDrawData::final_out_vbo |
Definition at line 2353 of file sequencer_draw.c.
Referenced by draw_cache_view(), draw_cache_view_init_fn(), and draw_cache_view_iter_fn().
| size_t CacheDrawData::final_out_vert_count |
Definition at line 2357 of file sequencer_draw.c.
Referenced by draw_cache_view(), and draw_cache_view_iter_fn().
| GPUVertBuf* CacheDrawData::preprocessed_vbo |
Definition at line 2351 of file sequencer_draw.c.
Referenced by draw_cache_view(), draw_cache_view_init_fn(), and draw_cache_view_iter_fn().
| size_t CacheDrawData::preprocessed_vert_count |
Definition at line 2355 of file sequencer_draw.c.
Referenced by draw_cache_view(), and draw_cache_view_iter_fn().
| GPUVertBuf* CacheDrawData::raw_vbo |
Definition at line 2350 of file sequencer_draw.c.
Referenced by draw_cache_view(), draw_cache_view_init_fn(), and draw_cache_view_iter_fn().
| size_t CacheDrawData::raw_vert_count |
Definition at line 2354 of file sequencer_draw.c.
Referenced by draw_cache_view(), and draw_cache_view_iter_fn().
| float CacheDrawData::stripe_ht |
Definition at line 2348 of file sequencer_draw.c.
Referenced by draw_cache_view(), and draw_cache_view_iter_fn().
| float CacheDrawData::stripe_ofs_y |
Definition at line 2347 of file sequencer_draw.c.
Referenced by draw_cache_view(), and draw_cache_view_iter_fn().
| struct View2D* CacheDrawData::v2d |
Definition at line 2346 of file sequencer_draw.c.
Referenced by draw_cache_view(), and draw_cache_view_iter_fn().