|
Blender
V2.93
|
Go to the source code of this file.
Classes | |
| struct | BPyGPUShader |
Macros | |
| #define | BPyGPUShader_Check(v) (Py_TYPE(v) == &BPyGPUShader_Type) |
Typedefs | |
| typedef struct BPyGPUShader | BPyGPUShader |
Functions | |
| PyObject * | BPyGPUShader_CreatePyObject (struct GPUShader *shader, bool is_builtin) |
| PyObject * | bpygpu_shader_init (void) |
Variables | |
| PyTypeObject | BPyGPUShader_Type |
| #define BPyGPUShader_Check | ( | v | ) | (Py_TYPE(v) == &BPyGPUShader_Type) |
Definition at line 25 of file gpu_py_shader.h.
| typedef struct BPyGPUShader BPyGPUShader |
| PyObject* bpygpu_shader_init | ( | void | ) |
Definition at line 848 of file gpu_py_shader.c.
References pygpu_shader_module_def.
Referenced by BPyInit_gpu().
| PyObject* BPyGPUShader_CreatePyObject | ( | struct GPUShader * | shader, |
| bool | is_builtin | ||
| ) |
Definition at line 837 of file gpu_py_shader.c.
References BPyGPUShader_Type, and shader().
Referenced by pygpu_shader__tp_new(), and pygpu_shader_from_builtin().
|
extern |
Definition at line 669 of file gpu_py_shader.c.
Referenced by bpygpu_types_init(), BPyGPUShader_CreatePyObject(), and pygpu_batch_draw().