Blender
V3.3
|
#include <Python.h>
#include "BLI_utildefines.h"
#include "gpu_py_capabilities.h"
#include "gpu_py_matrix.h"
#include "gpu_py_platform.h"
#include "gpu_py_select.h"
#include "gpu_py_state.h"
#include "gpu_py_types.h"
#include "gpu_py_api.h"
Go to the source code of this file.
GPU Module | |
static struct PyModuleDef | pygpu_module_def |
PyDoc_STRVAR (pygpu_doc, "This module provides Python wrappers for the GPU implementation in Blender.\n" "Some higher level functions can be found in the `gpu_extras` module.") | |
PyObject * | BPyInit_gpu (void) |
Experimental Python API, not considered public yet (called '_gpu'), we may re-expose as public later.
bpygpu_
for local API.BPyGPU
for public API. Definition in file gpu_py_api.c.
PyObject* BPyInit_gpu | ( | void | ) |
Definition at line 39 of file gpu_py_api.c.
References bpygpu_capabilities_init(), bpygpu_matrix_init(), bpygpu_platform_init(), bpygpu_select_init(), bpygpu_shader_init(), bpygpu_state_init(), bpygpu_texture_init(), bpygpu_types_init(), mod(), and pygpu_module_def.
PyDoc_STRVAR | ( | pygpu_doc | , |
"This module provides Python wrappers for the GPU implementation in Blender.\n" "Some higher level functions can be found in the `gpu_extras` module." | |||
) |
|
static |
Definition at line 30 of file gpu_py_api.c.
Referenced by BPyInit_gpu().