Blender  V3.3
Public Attributes | List of all members
CacheDrawData Struct Reference

Public Attributes

struct View2Dv2d
 
float stripe_ofs_y
 
float stripe_ht
 
int cache_flag
 
GPUVertBufraw_vbo
 
GPUVertBufpreprocessed_vbo
 
GPUVertBufcomposite_vbo
 
GPUVertBuffinal_out_vbo
 
size_t raw_vert_count
 
size_t preprocessed_vert_count
 
size_t composite_vert_count
 
size_t final_out_vert_count
 

Detailed Description

Definition at line 2442 of file sequencer_draw.c.

Member Data Documentation

◆ cache_flag

int CacheDrawData::cache_flag

Definition at line 2446 of file sequencer_draw.c.

Referenced by draw_cache_view(), and draw_cache_view_iter_fn().

◆ composite_vbo

GPUVertBuf* CacheDrawData::composite_vbo

◆ composite_vert_count

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().

◆ final_out_vbo

GPUVertBuf* CacheDrawData::final_out_vbo

◆ final_out_vert_count

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().

◆ preprocessed_vbo

GPUVertBuf* CacheDrawData::preprocessed_vbo

◆ preprocessed_vert_count

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().

◆ raw_vbo

GPUVertBuf* CacheDrawData::raw_vbo

◆ raw_vert_count

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().

◆ stripe_ht

float CacheDrawData::stripe_ht

Definition at line 2445 of file sequencer_draw.c.

Referenced by draw_cache_view(), and draw_cache_view_iter_fn().

◆ stripe_ofs_y

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().

◆ v2d

struct View2D* CacheDrawData::v2d

Definition at line 2443 of file sequencer_draw.c.

Referenced by draw_cache_view(), and draw_cache_view_iter_fn().


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