Blender V4.3
gpu_py_framebuffer.hh File Reference

Go to the source code of this file.

Classes

struct  BPyGPUFrameBuffer
 

Macros

#define BPyGPUFrameBuffer_Check(v)   (Py_TYPE(v) == &BPyGPUFrameBuffer_Type)
 

Functions

PyObject * BPyGPUFrameBuffer_CreatePyObject (GPUFrameBuffer *fb, bool shared_reference) ATTR_NONNULL(1)
 

Variables

PyTypeObject BPyGPUFrameBuffer_Type
 

Macro Definition Documentation

◆ BPyGPUFrameBuffer_Check

#define BPyGPUFrameBuffer_Check ( v)    (Py_TYPE(v) == &BPyGPUFrameBuffer_Type)

Definition at line 17 of file gpu_py_framebuffer.hh.

Function Documentation

◆ BPyGPUFrameBuffer_CreatePyObject()

PyObject * BPyGPUFrameBuffer_CreatePyObject ( GPUFrameBuffer * fb,
bool shared_reference )

Variable Documentation

◆ BPyGPUFrameBuffer_Type

PyTypeObject BPyGPUFrameBuffer_Type
extern

Definition at line 798 of file gpu_py_framebuffer.cc.

Referenced by bpygpu_types_init(), and BPyGPUFrameBuffer_CreatePyObject().