Blender V4.3
gpu_py_element.hh File Reference

Go to the source code of this file.

Classes

struct  BPyGPUIndexBuf
 

Namespaces

namespace  blender
 
namespace  blender::gpu
 

Macros

#define BPyGPUIndexBuf_Check(v)   (Py_TYPE(v) == &BPyGPUIndexBuf_Type)
 

Functions

PyObject * BPyGPUIndexBuf_CreatePyObject (blender::gpu::IndexBuf *elem)
 

Variables

PyTypeObject BPyGPUIndexBuf_Type
 

Macro Definition Documentation

◆ BPyGPUIndexBuf_Check

#define BPyGPUIndexBuf_Check ( v)    (Py_TYPE(v) == &BPyGPUIndexBuf_Type)

Definition at line 17 of file gpu_py_element.hh.

Function Documentation

◆ BPyGPUIndexBuf_CreatePyObject()

PyObject * BPyGPUIndexBuf_CreatePyObject ( blender::gpu::IndexBuf * elem)

Definition at line 251 of file gpu_py_element.cc.

References BPyGPUIndexBuf_Type, and self.

Referenced by pygpu_IndexBuf__tp_new().

Variable Documentation

◆ BPyGPUIndexBuf_Type

PyTypeObject BPyGPUIndexBuf_Type
extern