|
Blender
V2.93
|
#include <stddef.h>#include "BLI_utildefines.h"#include "IMB_allocimbuf.h"#include "IMB_colormanagement_intern.h"#include "IMB_filetype.h"#include "IMB_imbuf.h"Go to the source code of this file.
Functions | |
| void | IMB_init (void) |
| void | IMB_exit (void) |
| void IMB_exit | ( | void | ) |
Definition at line 39 of file module.c.
References colormanagement_exit(), imb_filetypes_exit(), imb_mmap_lock_exit(), imb_refcounter_lock_exit(), and imb_tile_cache_exit().
Referenced by BKE_blender_free(), blender::bke::tests::TEST(), and wm_main_playanim_intern().
| void IMB_init | ( | void | ) |
Definition at line 30 of file module.c.
References colormanagement_init(), imb_filetypes_init(), imb_mmap_lock_init(), imb_refcounter_lock_init(), and imb_tile_cache_init().
Referenced by main(), BlendfileLoadingBaseTest::SetUpTestCase(), and blender::bke::tests::TEST().