Blender V4.3
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
9#pragma once
10
11#include "BLI_utildefines.h"
12
13void GPU_init();
14void GPU_exit();
15bool GPU_is_init();
void GPU_init()
bool GPU_is_init()
void GPU_exit()