Blender V4.3
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
9#include <cstddef>
10
11#include "BLI_utildefines.h"
12
13#include "IMB_allocimbuf.hh"
15#include "IMB_filetype.hh"
16#include "IMB_imbuf.hh"
17
25
void imb_mmap_lock_exit()
Definition allocimbuf.cc:51
void imb_refcounter_lock_init()
Definition allocimbuf.cc:33
void imb_mmap_lock_init()
Definition allocimbuf.cc:46
void imb_refcounter_lock_exit()
Definition allocimbuf.cc:38
void colormanagement_exit()
void colormanagement_init()
void imb_filetypes_init()
Definition filetype.cc:237
void imb_filetypes_exit()
Definition filetype.cc:250
void IMB_exit()
Definition module.cc:26
void IMB_init()
Definition module.cc:18