Blender V5.0
GPU_init_exit.hh
Go to the documentation of this file.
1/* SPDX-FileCopyrightText: 2013 Blender Authors
2 *
3 * SPDX-License-Identifier: GPL-2.0-or-later */
4
8
9#pragma once
10
11void GPU_init();
12void GPU_exit();
13bool GPU_is_init();
void GPU_init()
bool GPU_is_init()
void GPU_exit()