Blender
V5.0
source
blender
imbuf
opencolorio
OCIO_version.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
namespace
blender::ocio
{
8
9
struct
Version
{
10
int
major
= 0;
11
int
minor
= 0;
12
int
patch
= 0;
13
};
14
19
Version
get_version
();
20
21
}
// namespace blender::ocio
blender::ocio
Definition
BLF_api.hh:35
blender::ocio::get_version
Version get_version()
Definition
version.cc:11
blender::ocio::Version
Definition
OCIO_version.hh:9
blender::ocio::Version::patch
int patch
Definition
OCIO_version.hh:12
blender::ocio::Version::major
int major
Definition
OCIO_version.hh:10
blender::ocio::Version::minor
int minor
Definition
OCIO_version.hh:11
Generated on
for Blender by
doxygen
1.16.1