Blender  V3.3
gpu_py_types.c File Reference
#include <Python.h>
#include "../generic/py_capi_utils.h"
#include "gpu_py_types.h"

Go to the source code of this file.

GPU Types Module

static struct PyModuleDef pygpu_types_module_def
 
PyObject * bpygpu_types_init (void)
 

Detailed Description

Definition in file gpu_py_types.c.

Function Documentation

◆ bpygpu_types_init()

PyObject* bpygpu_types_init ( void  )

Variable Documentation

◆ pygpu_types_module_def

struct PyModuleDef pygpu_types_module_def
static
Initial value:
= {
PyModuleDef_HEAD_INIT,
.m_name = "gpu.types",
}

Definition at line 1 of file gpu_py_types.c.

Referenced by bpygpu_types_init().