Blender
V4.3
source
blender
imbuf
intern
oiio
openimageio_api.h
Go to the documentation of this file.
1
/* SPDX-FileCopyrightText: 2013 Blender Authors
2
*
3
* SPDX-License-Identifier: GPL-2.0-or-later */
4
9
#pragma once
10
11
#ifdef __cplusplus
12
extern
"C"
{
13
#endif
14
15
/*
16
* Initialize OpenImageIO on startup.
17
*/
18
void
OIIO_init
(
void
);
19
20
/*
21
* Get OpenImageIO version.
22
*/
23
int
OIIO_getVersionHex
(
void
);
24
25
#ifdef __cplusplus
26
}
27
28
#endif
OIIO_init
void OIIO_init(void)
Definition
openimageio_api.cpp:19
OIIO_getVersionHex
int OIIO_getVersionHex(void)
Definition
openimageio_api.cpp:31
Generated on Thu Feb 6 2025 07:36:39 for Blender by
doxygen
1.11.0