Blender V5.0
fallback_display_cpu_processor.hh
Go to the documentation of this file.
1/* SPDX-FileCopyrightText: 2025 Blender Authors
2 *
3 * SPDX-License-Identifier: GPL-2.0-or-later */
4
5#pragma once
6
7#include <memory>
8
9namespace blender::ocio {
10
11class Config;
12class CPUProcessor;
14
15std::shared_ptr<const CPUProcessor> create_fallback_display_cpu_processor(
16 const Config &config, const DisplayParameters &display_parameters);
17
18} // namespace blender::ocio
std::shared_ptr< const CPUProcessor > create_fallback_display_cpu_processor(const Config &config, const DisplayParameters &display_parameters)