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

Go to the source code of this file.

Namespaces

 blender
 
 blender::draw
 

Functions

Extract Face-dots Indices
static void blender::draw::extract_fdots_init (const MeshRenderData *mr, MeshBatchCache *UNUSED(cache), void *UNUSED(buf), void *tls_data)
 
static void blender::draw::extract_fdots_iter_poly_bm (const MeshRenderData *UNUSED(mr), const BMFace *f, const int f_index, void *_userdata)
 
static void blender::draw::extract_fdots_iter_poly_mesh (const MeshRenderData *mr, const MPoly *mp, const int mp_index, void *_userdata)
 
static void blender::draw::extract_fdots_finish (const MeshRenderData *UNUSED(mr), MeshBatchCache *UNUSED(cache), void *buf, void *_userdata)
 
constexpr MeshExtract blender::draw::create_extractor_fdots ()
 

Variables

const MeshExtract extract_fdots = blender::draw::create_extractor_fdots()
 

Variable Documentation

◆ extract_fdots

Definition at line 98 of file extract_mesh_ibo_fdots.cc.