Blender  V3.3
gpu_py_api.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 
7 #pragma once
8 
9 /* Each type object could have a method for free GPU resources.
10  * However, it is currently of little use. */
11 // #define BPYGPU_USE_GPUOBJ_FREE_METHOD
12 
13 PyObject *BPyInit_gpu(void);
PyObject * BPyInit_gpu(void)
Definition: gpu_py_api.c:39