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

gpu_py_capabilities.h « gpu « python « blender « source - git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8e060508be1801abda5194a9b2e0ba7b8e7627f7 (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_capabilities_init(void);