Blender V4.3
GPU_compilation_subprocess.hh
Go to the documentation of this file.
1/* SPDX-FileCopyrightText: 2024 Blender Authors
2 *
3 * SPDX-License-Identifier: GPL-2.0-or-later */
4
5#pragma once
6
7#include "BLI_subprocess.hh"
8
9#if defined(WITH_OPENGL_BACKEND) && BLI_SUBPROCESS_SUPPORT
10
11void GPU_compilation_subprocess_run(const char *subprocess_name);
12
13#endif