Blender V4.3
wayland_dynload_API.h
Go to the documentation of this file.
1/* SPDX-FileCopyrightText: 2022 Blender Authors
2 *
3 * SPDX-License-Identifier: GPL-2.0-or-later */
4
9#pragma once
10
11#ifdef __cplusplus
12extern "C" {
13#endif
14
15#include <stdbool.h>
16
19
22
23#ifdef WITH_OPENGL_BACKEND
26#endif
27
28#ifdef WITH_GHOST_WAYLAND_LIBDECOR
31#endif
32
33#ifdef __cplusplus
34}
35#endif
static int verbose
Definition cineonlib.cc:31
void wayland_dynload_client_exit(void)
void wayland_dynload_cursor_exit(void)
bool wayland_dynload_cursor_init(bool verbose)
bool wayland_dynload_client_init(bool verbose)
bool wayland_dynload_egl_init(const bool verbose)
void wayland_dynload_egl_exit(void)
bool wayland_dynload_libdecor_init(const bool verbose)
void wayland_dynload_libdecor_exit(void)