Blender V4.5
gpu_py_offscreen.hh File Reference
#include <Python.h>
#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
 

Macro Definition Documentation

◆ BPyGPUOffScreen_Check

#define BPyGPUOffScreen_Check ( v)    (Py_TYPE(v) == &BPyGPUOffScreen_Type)

Definition at line 20 of file gpu_py_offscreen.hh.

Function Documentation

◆ BPyGPUOffScreen_CreatePyObject()

PyObject * BPyGPUOffScreen_CreatePyObject ( GPUOffScreen * ofs)

Definition at line 691 of file gpu_py_offscreen.cc.

References BPyGPUOffScreen_Type, and self.

Referenced by pygpu_offscreen__tp_new().

Variable Documentation

◆ BPyGPUOffScreen_Type

PyTypeObject BPyGPUOffScreen_Type
extern

Definition at line 633 of file gpu_py_offscreen.cc.

Referenced by bpygpu_types_init(), and BPyGPUOffScreen_CreatePyObject().