Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gpu_py_platform.h « gpu « python « blender « source - git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 770bddf956b19a17f6572f46bf1f1f158a92b1af (plain)
1
2
3
4
5
6
7
8
9
/* SPDX-License-Identifier: GPL-2.0-or-later */

/** \file
 * \ingroup bpygpu
 */

#pragma once

PyObject *bpygpu_platform_init(void);