Blender  V3.3
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
void SEQ_prefetch_stop_all(void)
Definition: prefetch.c:246
bool SEQ_prefetch_need_redraw(struct Main *bmain, struct Scene *scene)
Definition: prefetch.c:585
void SEQ_prefetch_stop(struct Scene *scene)
Definition: prefetch.c:254
Scene scene
Definition: BKE_main.h:121