Blender  V3.3
Namespaces | Variables
extract_mesh_vbo_fdots_pos.cc File Reference
#include "BLI_bitmap.h"
#include "extract_mesh.hh"
#include "draw_subdivision.h"

Go to the source code of this file.

Namespaces

 blender
 
 blender::draw
 

Functions

Extract Face-dots positions
static GPUVertFormatblender::draw::get_fdots_pos_format ()
 
static GPUVertFormatblender::draw::get_fdots_nor_format_subdiv ()
 
static void blender::draw::extract_fdots_pos_init (const MeshRenderData *mr, MeshBatchCache *UNUSED(cache), void *buf, void *tls_data)
 
static void blender::draw::extract_fdots_pos_iter_poly_bm (const MeshRenderData *mr, const BMFace *f, const int f_index, void *data)
 
static void blender::draw::extract_fdots_pos_iter_poly_mesh (const MeshRenderData *mr, const MPoly *mp, const int mp_index, void *data)
 
static void blender::draw::extract_fdots_init_subdiv (const DRWSubdivCache *subdiv_cache, const MeshRenderData *UNUSED(mr), MeshBatchCache *cache, void *buffer, void *UNUSED(data))
 
constexpr MeshExtract blender::draw::create_extractor_fdots_pos ()
 

Variables

const MeshExtract extract_fdots_pos = blender::draw::create_extractor_fdots_pos()
 

Variable Documentation

◆ extract_fdots_pos