Blender
V3.3
|
Go to the source code of this file.
GPU Types Module | |
static struct PyModuleDef | pygpu_types_module_def |
PyObject * | bpygpu_types_init (void) |
bpygpu_
for local API.BPyGPU
for public API. Definition in file gpu_py_types.c.
PyObject* bpygpu_types_init | ( | void | ) |
Definition at line 25 of file gpu_py_types.c.
References BPyGPU_BufferType, BPyGPUBatch_Type, BPyGPUFrameBuffer_Type, BPyGPUIndexBuf_Type, BPyGPUOffScreen_Type, BPyGPUShader_Type, BPyGPUShaderCreateInfo_Type, BPyGPUStageInterfaceInfo_Type, BPyGPUTexture_Type, BPyGPUUniformBuf_Type, BPyGPUVertBuf_Type, BPyGPUVertFormat_Type, NULL, and pygpu_types_module_def.
Referenced by BPyInit_gpu().
|
static |
Definition at line 1 of file gpu_py_types.c.
Referenced by bpygpu_types_init().