Blender V4.3
preview_engine.hh
Go to the documentation of this file.
1/* SPDX-FileCopyrightText: 2011-2022 Blender Authors
2 *
3 * SPDX-License-Identifier: GPL-2.0-or-later */
4
5#pragma once
6
7#include "final_engine.hh"
8
10
11class PreviewEngine : public FinalEngine {
12 public:
13 using FinalEngine::FinalEngine;
14
15 protected:
16 void notify_status(float progress, const std::string &title, const std::string &info) override;
17};
18
19} // namespace blender::render::hydra
void notify_status(float progress, const std::string &title, const std::string &info) override