Blender
V5.0
source
blender
imbuf
intern
module.cc
Go to the documentation of this file.
1
/* SPDX-FileCopyrightText: 2023 Blender Authors
2
*
3
* SPDX-License-Identifier: GPL-2.0-or-later */
4
8
9
#include <cstddef>
10
11
#include "
IMB_colormanagement_intern.hh
"
12
#include "
IMB_filetype.hh
"
13
#include "
IMB_imbuf.hh
"
14
15
void
IMB_init
()
16
{
17
imb_filetypes_init
();
18
colormanagement_init
();
19
}
20
21
void
IMB_exit
()
22
{
23
imb_filetypes_exit
();
24
colormanagement_exit
();
25
}
IMB_colormanagement_intern.hh
IMB_filetype.hh
IMB_imbuf.hh
colormanagement_exit
void colormanagement_exit()
Definition
colormanagement.cc:676
colormanagement_init
void colormanagement_init()
Definition
colormanagement.cc:618
imb_filetypes_init
void imb_filetypes_init()
Definition
filetype.cc:237
imb_filetypes_exit
void imb_filetypes_exit()
Definition
filetype.cc:250
IMB_exit
void IMB_exit()
Definition
module.cc:21
IMB_init
void IMB_init()
Definition
module.cc:15
Generated on
for Blender by
doxygen
1.16.1