|
Blender V4.3
|
#include <Python.h>#include "BLI_utildefines.h"#include "gpu_py_capabilities.hh"#include "gpu_py_compute.hh"#include "gpu_py_matrix.hh"#include "gpu_py_platform.hh"#include "gpu_py_select.hh"#include "gpu_py_state.hh"#include "gpu_py_types.hh"#include "gpu_py_api.hh"Go to the source code of this file.
GPU Module | |
| static 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 :mod:`gpu_extras` module.") | |
| PyObject * | BPyInit_gpu () |
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.cc.
| PyObject * BPyInit_gpu | ( | ) |
Definition at line 50 of file gpu_py_api.cc.
References bpygpu_capabilities_init(), bpygpu_compute_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 :mod:`gpu_extras` module." | ) |
|
static |
Definition at line 38 of file gpu_py_api.cc.
Referenced by BPyInit_gpu().