Blender
V3.3
source
blender
sequencer
SEQ_prefetch.h
Go to the documentation of this file.
1
/* SPDX-License-Identifier: GPL-2.0-or-later
2
* Copyright 2004 Blender Foundation. All rights reserved. */
3
4
#pragma once
5
10
#ifdef __cplusplus
11
extern
"C"
{
12
#endif
13
14
struct
Main
;
15
struct
Scene
;
16
17
void
SEQ_prefetch_stop_all
(
void
);
22
void
SEQ_prefetch_stop
(
struct
Scene
*
scene
);
23
bool
SEQ_prefetch_need_redraw
(
struct
Main
*bmain,
struct
Scene
*
scene
);
24
25
#ifdef __cplusplus
26
}
27
#endif
SEQ_prefetch_stop_all
void SEQ_prefetch_stop_all(void)
Definition:
prefetch.c:246
SEQ_prefetch_need_redraw
bool SEQ_prefetch_need_redraw(struct Main *bmain, struct Scene *scene)
Definition:
prefetch.c:585
SEQ_prefetch_stop
void SEQ_prefetch_stop(struct Scene *scene)
Definition:
prefetch.c:254
scene
Scene scene
Definition:
deg_eval_copy_on_write.cc:106
Main
Definition:
BKE_main.h:121
Scene
Definition:
DNA_scene_types.h:1739
Generated on Tue Oct 22 2024 13:18:25 for Blender by
doxygen
1.9.1