Blender V4.3
SEQ_prefetch.hh
Go to the documentation of this file.
1/* SPDX-FileCopyrightText: 2004 Blender Authors
2 *
3 * SPDX-License-Identifier: GPL-2.0-or-later */
4
5#pragma once
6
11struct bContext;
12struct Scene;
13
19void SEQ_prefetch_stop(Scene *scene);
20bool SEQ_prefetch_need_redraw(const bContext *C, Scene *scene);
bool SEQ_prefetch_need_redraw(const bContext *C, Scene *scene)
Definition prefetch.cc:583
void SEQ_prefetch_stop(Scene *scene)
Definition prefetch.cc:247
void SEQ_prefetch_stop_all()
Definition prefetch.cc:237