|
Blender V5.0
|
Public Member Functions | |
| ~PreviewCache () | |
| void | clear () |
Public Attributes | |
| PreviewCacheItem | items [cache_size] |
| int64_t | tick_count = 0 |
Static Public Attributes | |
| static constexpr int | cache_size = 4 |
Definition at line 35 of file preview_cache.cc.
|
inline |
Definition at line 40 of file preview_cache.cc.
References clear().
|
inline |
Definition at line 45 of file preview_cache.cc.
Referenced by blender::seq::preview_cache_invalidate(), and ~PreviewCache().
|
staticconstexpr |
Definition at line 36 of file preview_cache.cc.
| PreviewCacheItem blender::seq::PreviewCache::items[cache_size] |
Definition at line 37 of file preview_cache.cc.
Referenced by blender::seq::find_slot(), blender::seq::preview_cache_get_gpu_display_texture(), and blender::seq::preview_cache_get_gpu_texture().
| int64_t blender::seq::PreviewCache::tick_count = 0 |