|
Blender V4.3
|
#include "gpu_py_buffer.hh"#include "gpu_py_batch.hh"#include "gpu_py_compute.hh"#include "gpu_py_element.hh"#include "gpu_py_framebuffer.hh"#include "gpu_py_offscreen.hh"#include "gpu_py_shader.hh"#include "gpu_py_texture.hh"#include "gpu_py_uniformbuffer.hh"#include "gpu_py_vertex_buffer.hh"#include "gpu_py_vertex_format.hh"Go to the source code of this file.
Functions | |
| PyObject * | bpygpu_types_init () |
| 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().