|
Blender V5.0
|
Go to the source code of this file.
Namespaces | |
| namespace | blender |
| namespace | blender::seq |
Functions | |
| ImBuf * | blender::seq::intra_frame_cache_get_preprocessed (Scene *scene, const Strip *strip) |
| ImBuf * | blender::seq::intra_frame_cache_get_composite (Scene *scene, const Strip *strip) |
| void | blender::seq::intra_frame_cache_put_preprocessed (Scene *scene, const Strip *strip, ImBuf *image) |
| void | blender::seq::intra_frame_cache_put_composite (Scene *scene, const Strip *strip, ImBuf *image) |
| void | blender::seq::intra_frame_cache_destroy (Scene *scene) |
| void | blender::seq::intra_frame_cache_invalidate (Scene *scene, const Strip *strip) |
| void | blender::seq::intra_frame_cache_invalidate (Scene *scene) |
| void | blender::seq::intra_frame_cache_set_cur_frame (Scene *scene, float frame, int view_id, int width, int height) |
Cached intermediate images used while rendering one sequencer frame.
Definition in file intra_frame_cache.hh.