Blender V4.3
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
12extern "C" {
13#endif
14
15/*
16 * Initialize OpenImageIO on startup.
17 */
18void OIIO_init(void);
19
20/*
21 * Get OpenImageIO version.
22 */
23int OIIO_getVersionHex(void);
24
25#ifdef __cplusplus
26}
27
28#endif
void OIIO_init(void)
int OIIO_getVersionHex(void)