|
Blender
V2.93
|
Go to the source code of this file.
Macros | |
| #define | BPYGPU_IS_INIT_OR_ERROR_OBJ |
| #define | BPYGPU_IS_INIT_OR_ERROR_INT |
Functions | |
| bool | bpygpu_is_init_or_error (void) |
Variables | |
| struct PyC_StringEnumItems | bpygpu_primtype_items [] |
| struct PyC_StringEnumItems | bpygpu_dataformat_items [] |
| #define BPYGPU_IS_INIT_OR_ERROR_INT |
| #define BPYGPU_IS_INIT_OR_ERROR_OBJ |
| bool bpygpu_is_init_or_error | ( | void | ) |
Definition at line 67 of file gpu_py.c.
References GPU_is_init().
|
extern |
Definition at line 1 of file gpu_py.c.
Referenced by pygpu_buffer__tp_new(), pygpu_buffer__tp_repr(), and pygpu_texture_clear().
|
extern |
Definition at line 1 of file gpu_py.c.
Referenced by pygpu_batch__tp_new(), and pygpu_IndexBuf__tp_new().