Blender
V3.3
source
blender
gpu
GPU_init_exit.h
Go to the documentation of this file.
1
/* SPDX-License-Identifier: GPL-2.0-or-later
2
* Copyright 2013 Blender Foundation. All rights reserved. */
3
8
#pragma once
9
10
#include "
BLI_utildefines.h
"
11
12
#ifdef __cplusplus
13
extern
"C"
{
14
#endif
15
16
void
GPU_init
(
void
);
17
void
GPU_exit
(
void
);
18
bool
GPU_is_init
(
void
);
19
20
#ifdef __cplusplus
21
}
22
#endif
BLI_utildefines.h
GPU_is_init
bool GPU_is_init(void)
Definition:
gpu_init_exit.c:63
GPU_init
void GPU_init(void)
Definition:
gpu_init_exit.c:24
GPU_exit
void GPU_exit(void)
Definition:
gpu_init_exit.c:45
Generated on Tue Oct 22 2024 13:18:25 for Blender by
doxygen
1.9.1