Blender
V5.0
source
blender
imbuf
opencolorio
intern
fallback
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
9
namespace
blender::ocio
{
10
11
class
Config
;
12
class
CPUProcessor
;
13
struct
DisplayParameters
;
14
15
std::shared_ptr<const CPUProcessor>
create_fallback_display_cpu_processor
(
16
const
Config
&config,
const
DisplayParameters
&display_parameters);
17
18
}
// namespace blender::ocio
blender::ocio::CPUProcessor
Definition
OCIO_cpu_processor.hh:11
blender::ocio::Config
Definition
OCIO_config.hh:46
blender::ocio
Definition
BLF_api.hh:35
blender::ocio::create_fallback_display_cpu_processor
std::shared_ptr< const CPUProcessor > create_fallback_display_cpu_processor(const Config &config, const DisplayParameters &display_parameters)
Definition
fallback_display_cpu_processor.cc:177
blender::ocio::DisplayParameters
Definition
OCIO_config.hh:21
Generated on
for Blender by
doxygen
1.16.1