Blender
V4.5
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_allocimbuf.hh
"
12
#include "
IMB_colormanagement_intern.hh
"
13
#include "
IMB_filetype.hh
"
14
#include "
IMB_imbuf.hh
"
15
16
void
IMB_init
()
17
{
18
imb_mmap_lock_init
();
19
imb_filetypes_init
();
20
colormanagement_init
();
21
}
22
23
void
IMB_exit
()
24
{
25
imb_filetypes_exit
();
26
colormanagement_exit
();
27
imb_mmap_lock_exit
();
28
}
IMB_allocimbuf.hh
IMB_colormanagement_intern.hh
IMB_filetype.hh
IMB_imbuf.hh
imb_mmap_lock_exit
void imb_mmap_lock_exit()
Definition
allocimbuf.cc:41
imb_mmap_lock_init
void imb_mmap_lock_init()
Definition
allocimbuf.cc:36
colormanagement_exit
void colormanagement_exit()
Definition
colormanagement.cc:640
colormanagement_init
void colormanagement_init()
Definition
colormanagement.cc:583
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:23
IMB_init
void IMB_init()
Definition
module.cc:16
Generated on
for Blender by
doxygen
1.15.0