Blender  V3.3
Namespaces | Variables
extract_mesh_ibo_points.cc File Reference
#include "BLI_vector.hh"
#include "MEM_guardedalloc.h"
#include "draw_subdivision.h"
#include "extract_mesh.hh"

Go to the source code of this file.

Namespaces

 blender
 
 blender::draw
 

Functions

Extract Point Indices
static void blender::draw::extract_points_init (const MeshRenderData *mr, MeshBatchCache *UNUSED(cache), void *UNUSED(buf), void *tls_data)
 
BLI_INLINE void blender::draw::vert_set_bm (GPUIndexBufBuilder *elb, const BMVert *eve, int l_index)
 
BLI_INLINE void blender::draw::vert_set_mesh (GPUIndexBufBuilder *elb, const MeshRenderData *mr, const int v_index, const int l_index)
 
static void blender::draw::extract_points_iter_poly_bm (const MeshRenderData *UNUSED(mr), const BMFace *f, const int UNUSED(f_index), void *_userdata)
 
static void blender::draw::extract_points_iter_poly_mesh (const MeshRenderData *mr, const MPoly *mp, const int UNUSED(mp_index), void *_userdata)
 
static void blender::draw::extract_points_iter_ledge_bm (const MeshRenderData *mr, const BMEdge *eed, const int ledge_index, void *_userdata)
 
static void blender::draw::extract_points_iter_ledge_mesh (const MeshRenderData *mr, const MEdge *med, const int ledge_index, void *_userdata)
 
static void blender::draw::extract_points_iter_lvert_bm (const MeshRenderData *mr, const BMVert *eve, const int lvert_index, void *_userdata)
 
static void blender::draw::extract_points_iter_lvert_mesh (const MeshRenderData *mr, const MVert *UNUSED(mv), const int lvert_index, void *_userdata)
 
static void blender::draw::extract_points_task_reduce (void *_userdata_to, void *_userdata_from)
 
static void blender::draw::extract_points_finish (const MeshRenderData *UNUSED(mr), MeshBatchCache *UNUSED(cache), void *buf, void *_userdata)
 
static void blender::draw::extract_points_init_subdiv (const DRWSubdivCache *subdiv_cache, const MeshRenderData *mr, MeshBatchCache *UNUSED(cache), void *UNUSED(buffer), void *data)
 
static void blender::draw::extract_points_iter_subdiv_common (GPUIndexBufBuilder *elb, const MeshRenderData *mr, const DRWSubdivCache *subdiv_cache, uint subdiv_quad_index, bool for_bmesh)
 
static void blender::draw::extract_points_iter_subdiv_bm (const DRWSubdivCache *subdiv_cache, const MeshRenderData *mr, void *_data, uint subdiv_quad_index, const BMFace *UNUSED(coarse_quad))
 
static void blender::draw::extract_points_iter_subdiv_mesh (const DRWSubdivCache *subdiv_cache, const MeshRenderData *mr, void *_data, uint subdiv_quad_index, const MPoly *UNUSED(coarse_quad))
 
static void blender::draw::extract_points_loose_geom_subdiv (const DRWSubdivCache *subdiv_cache, const MeshRenderData *mr, void *UNUSED(buffer), void *data)
 
static void blender::draw::extract_points_finish_subdiv (const DRWSubdivCache *UNUSED(subdiv_cache), const MeshRenderData *UNUSED(mr), MeshBatchCache *UNUSED(cache), void *buf, void *_userdata)
 
constexpr MeshExtract blender::draw::create_extractor_points ()
 

Variables

const MeshExtract extract_points = blender::draw::create_extractor_points()
 

Variable Documentation

◆ extract_points

Definition at line 325 of file extract_mesh_ibo_points.cc.