Blender
V3.3
|
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 2442 of file sequencer_draw.c.
int CacheDrawData::cache_flag |
Definition at line 2446 of file sequencer_draw.c.
Referenced by draw_cache_view(), and draw_cache_view_iter_fn().
GPUVertBuf* CacheDrawData::composite_vbo |
Definition at line 2449 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 2453 of file sequencer_draw.c.
Referenced by draw_cache_view(), and draw_cache_view_iter_fn().
GPUVertBuf* CacheDrawData::final_out_vbo |
Definition at line 2450 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 2454 of file sequencer_draw.c.
Referenced by draw_cache_view(), and draw_cache_view_iter_fn().
GPUVertBuf* CacheDrawData::preprocessed_vbo |
Definition at line 2448 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 2452 of file sequencer_draw.c.
Referenced by draw_cache_view(), and draw_cache_view_iter_fn().
GPUVertBuf* CacheDrawData::raw_vbo |
Definition at line 2447 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 2451 of file sequencer_draw.c.
Referenced by draw_cache_view(), and draw_cache_view_iter_fn().
float CacheDrawData::stripe_ht |
Definition at line 2445 of file sequencer_draw.c.
Referenced by draw_cache_view(), and draw_cache_view_iter_fn().
float CacheDrawData::stripe_ofs_y |
Definition at line 2444 of file sequencer_draw.c.
Referenced by draw_cache_view(), and draw_cache_view_iter_fn().
struct View2D* CacheDrawData::v2d |
Definition at line 2443 of file sequencer_draw.c.
Referenced by draw_cache_view(), and draw_cache_view_iter_fn().