Blender  V3.3
module.c
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 
7 #include <stddef.h>
8 
9 #include "BLI_utildefines.h"
10 
11 #include "IMB_allocimbuf.h"
13 #include "IMB_filetype.h"
14 #include "IMB_imbuf.h"
15 
16 void IMB_init(void)
17 {
23 }
24 
25 void IMB_exit(void)
26 {
32 }
Header file for allocimbuf.c.
void imb_refcounter_lock_init(void)
Definition: allocimbuf.c:30
void imb_mmap_lock_exit(void)
Definition: allocimbuf.c:48
void imb_refcounter_lock_exit(void)
Definition: allocimbuf.c:35
void imb_mmap_lock_init(void)
Definition: allocimbuf.c:43
void imb_tile_cache_exit(void)
Definition: cache.c:208
void imb_tile_cache_init(void)
Definition: cache.c:195
void colormanagement_init(void)
void colormanagement_exit(void)
void imb_filetypes_init(void)
Definition: filetype.c:248
void imb_filetypes_exit(void)
Definition: filetype.c:259
void IMB_init(void)
Definition: module.c:16
void IMB_exit(void)
Definition: module.c:25