Blender
V3.3
|
#include "BLI_compiler_attrs.h"
Go to the source code of this file.
Classes | |
struct | BPyGPUVertBuf |
Macros | |
#define | BPyGPUVertBuf_Check(v) (Py_TYPE(v) == &BPyGPUVertBuf_Type) |
Typedefs | |
typedef struct BPyGPUVertBuf | BPyGPUVertBuf |
Functions | |
PyObject * | BPyGPUVertBuf_CreatePyObject (struct GPUVertBuf *buf) ATTR_NONNULL(1) |
Variables | |
PyTypeObject | BPyGPUVertBuf_Type |
#define BPyGPUVertBuf_Check | ( | v | ) | (Py_TYPE(v) == &BPyGPUVertBuf_Type) |
Definition at line 13 of file gpu_py_vertex_buffer.h.
typedef struct BPyGPUVertBuf BPyGPUVertBuf |
PyObject* BPyGPUVertBuf_CreatePyObject | ( | struct GPUVertBuf * | buf | ) |
Definition at line 350 of file gpu_py_vertex_buffer.c.
References BPyGPUVertBuf_Type.
Referenced by pygpu_vertbuf__tp_new().
|
extern |
Definition at line 334 of file gpu_py_vertex_buffer.c.
Referenced by bpygpu_types_init(), BPyGPUVertBuf_CreatePyObject(), and pygpu_batch__tp_new().