Blender V4.3
gpu_py_api.hh
Go to the documentation of this file.
1/* SPDX-FileCopyrightText: 2023 Blender Authors
2 *
3 * SPDX-License-Identifier: GPL-2.0-or-later */
4
9#pragma once
10
11/* Each type object could have a method for free GPU resources.
12 * However, it is currently of little use. */
13// #define BPYGPU_USE_GPUOBJ_FREE_METHOD
14
15PyObject *BPyInit_gpu();
PyObject * BPyInit_gpu()
Definition gpu_py_api.cc:50