Files
test/source/blender/python/gpu/gpu_py_state.hh
2024-03-23 10:10:52 -04:00

12 lines
179 B
C++

/* SPDX-FileCopyrightText: 2023 Blender Authors
*
* SPDX-License-Identifier: GPL-2.0-or-later */
/** \file
* \ingroup bpygpu
*/
#pragma once
PyObject *bpygpu_state_init();