|
Blender V4.3
|
#include "BLI_compiler_attrs.h"Go to the source code of this file.
Classes | |
| struct | BPyGPUOffScreen |
Macros | |
| #define | BPyGPUOffScreen_Check(v) (Py_TYPE(v) == &BPyGPUOffScreen_Type) |
Functions | |
| PyObject * | BPyGPUOffScreen_CreatePyObject (GPUOffScreen *ofs) ATTR_NONNULL(1) |
Variables | |
| PyTypeObject | BPyGPUOffScreen_Type |
| #define BPyGPUOffScreen_Check | ( | v | ) | (Py_TYPE(v) == &BPyGPUOffScreen_Type) |
Definition at line 18 of file gpu_py_offscreen.hh.
| PyObject * BPyGPUOffScreen_CreatePyObject | ( | GPUOffScreen * | ofs | ) |
Definition at line 672 of file gpu_py_offscreen.cc.
References BPyGPUOffScreen_Type, and self.
Referenced by pygpu_offscreen__tp_new().
|
extern |
Definition at line 614 of file gpu_py_offscreen.cc.
Referenced by bpygpu_types_init(), and BPyGPUOffScreen_CreatePyObject().