Blender V5.0
fallback_processor_cache.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
9#include "BLI_string_ref.hh"
10
11namespace blender::ocio {
12
13class CPUProcessor;
14
16 public:
20 std::shared_ptr<const CPUProcessor> get(StringRefNull from_colorspace,
21 StringRefNull to_colorspace) const;
22};
23
24} // namespace blender::ocio
std::shared_ptr< const CPUProcessor > get(StringRefNull from_colorspace, StringRefNull to_colorspace) const