Blender  V3.3
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
bool GPU_is_init(void)
Definition: gpu_init_exit.c:63
void GPU_init(void)
Definition: gpu_init_exit.c:24
void GPU_exit(void)
Definition: gpu_init_exit.c:45