Blender  V3.3
Classes | Namespaces | Variables
extract_mesh_vbo_weights.cc File Reference
#include "MEM_guardedalloc.h"
#include "BKE_deform.h"
#include "draw_subdivision.h"
#include "extract_mesh.hh"

Go to the source code of this file.

Classes

struct  blender::draw::MeshExtract_Weight_Data
 

Namespaces

 blender
 
 blender::draw
 

Functions

Extract Vertex Weight
static float blender::draw::evaluate_vertex_weight (const MDeformVert *dvert, const DRW_MeshWeightState *wstate)
 
static void blender::draw::extract_weights_init (const MeshRenderData *mr, MeshBatchCache *cache, void *buf, void *tls_data)
 
static void blender::draw::extract_weights_iter_poly_bm (const MeshRenderData *UNUSED(mr), const BMFace *f, const int UNUSED(f_index), void *_data)
 
static void blender::draw::extract_weights_iter_poly_mesh (const MeshRenderData *mr, const MPoly *mp, const int UNUSED(mp_index), void *_data)
 
static void blender::draw::extract_weights_init_subdiv (const DRWSubdivCache *subdiv_cache, const MeshRenderData *mr, MeshBatchCache *cache, void *buffer, void *_data)
 
constexpr MeshExtract blender::draw::create_extractor_weights ()
 

Variables

const MeshExtract extract_weights = blender::draw::create_extractor_weights()
 

Variable Documentation

◆ extract_weights

Definition at line 211 of file extract_mesh_vbo_weights.cc.