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

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