|
Blender V4.3
|
Go to the source code of this file.
GPU Types Module | |
| static PyModuleDef | pygpu_types_module_def |
| PyObject * | bpygpu_types_init () |
bpygpu_ for local API.BPyGPU for public API. Definition in file gpu_py_types.cc.
| PyObject * bpygpu_types_init | ( | ) |
Definition at line 32 of file gpu_py_types.cc.
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, and pygpu_types_module_def.
Referenced by BPyInit_gpu().
|
static |
Definition at line 20 of file gpu_py_types.cc.
Referenced by bpygpu_types_init().