Blender V5.0
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
8
9#pragma once
10
11#include <Python.h>
12
13/* Each type object could have a method for free GPU resources.
14 * However, it is currently of little use. */
15// #define BPYGPU_USE_GPUOBJ_FREE_METHOD
16
17[[nodiscard]] PyObject *BPyInit_gpu();
PyObject * BPyInit_gpu()
Definition gpu_py_api.cc:48