Blender V5.0
compositor_engine.h
Go to the documentation of this file.
1/* SPDX-FileCopyrightText: 2023 Blender Authors
2 *
3 * SPDX-License-Identifier: GPL-2.0-or-later */
4
5#pragma once
6
7#include "DRW_render.hh"
8
10
11struct Engine : public DrawEngine::Pointer {
13};
14
15} // namespace blender::draw::compositor_engine