Blender  V2.93
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 2345 of file sequencer_draw.c.

Member Data Documentation

◆ cache_flag

int CacheDrawData::cache_flag

Definition at line 2349 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 2356 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 2357 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 2355 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 2354 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 2348 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 2347 of file sequencer_draw.c.

Referenced by draw_cache_view(), and draw_cache_view_iter_fn().

◆ v2d

struct View2D* CacheDrawData::v2d

Definition at line 2346 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: