|
Blender V5.0
|
#include "DNA_pointcloud_types.h"#include "GPU_batch.hh"#include "GPU_material.hh"#include "GPU_shader.hh"#include "GPU_texture.hh"#include "GPU_vertex_buffer.hh"#include "DRW_render.hh"#include "draw_cache_impl.hh"#include "draw_common.hh"#include "draw_common_c.hh"#include "draw_context_private.hh"#include "draw_pointcloud_private.hh"#include "draw_curves_private.hh"Go to the source code of this file.
Classes | |
| struct | blender::draw::PointCloudModule |
Namespaces | |
| namespace | blender |
| namespace | blender::draw |
Functions | |
| void | blender::draw::DRW_pointcloud_init (DRWData *drw_data=nullptr) |
| void | blender::draw::DRW_pointcloud_module_free (draw::PointCloudModule *module) |
| template<typename PassT> | |
| gpu::Batch * | blender::draw::pointcloud_sub_pass_setup_implementation (PassT &sub_ps, Object *object, GPUMaterial *gpu_material) |
| gpu::Batch * | blender::draw::pointcloud_sub_pass_setup (PassMain::Sub &sub_ps, Object *object, GPUMaterial *gpu_material=nullptr) |