Blender  V2.93
Public Attributes | List of all members
SeqCacheKey Struct Reference

Public Attributes

struct SeqCachecache_owner
 
void * userkey
 
struct SeqCacheKeylink_prev
 
struct SeqCacheKeylink_next
 
struct Sequenceseq
 
SeqRenderData context
 
float frame_index
 
float timeline_frame
 
float cost
 
bool is_temp_cache
 
eSeqTaskId task_id
 
int type
 

Detailed Description

Definition at line 158 of file image_cache.c.

Member Data Documentation

◆ cache_owner

struct SeqCache* SeqCacheKey::cache_owner

Definition at line 159 of file image_cache.c.

Referenced by seq_cache_keyfree(), and seq_cache_populate_key().

◆ context

SeqRenderData SeqCacheKey::context

◆ cost

float SeqCacheKey::cost

Definition at line 167 of file image_cache.c.

◆ frame_index

float SeqCacheKey::frame_index

◆ is_temp_cache

bool SeqCacheKey::is_temp_cache

◆ link_next

struct SeqCacheKey* SeqCacheKey::link_next

◆ link_prev

struct SeqCacheKey* SeqCacheKey::link_prev

◆ seq

struct Sequence* SeqCacheKey::seq

◆ task_id

eSeqTaskId SeqCacheKey::task_id

Definition at line 170 of file image_cache.c.

Referenced by seq_cache_free_temp_cache(), and seq_cache_populate_key().

◆ timeline_frame

float SeqCacheKey::timeline_frame

◆ type

int SeqCacheKey::type

◆ userkey

void* SeqCacheKey::userkey

Definition at line 160 of file image_cache.c.


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