Blender V4.5
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"
13#include "IMB_filetype.hh"
14#include "IMB_imbuf.hh"
15
22
void imb_mmap_lock_exit()
Definition allocimbuf.cc:41
void imb_mmap_lock_init()
Definition allocimbuf.cc:36
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:23
void IMB_init()
Definition module.cc:16