Blender
V3.3
|
Go to the source code of this file.
Classes | |
struct | blender::draw::MeshExtract_FdotUV_Data |
Namespaces | |
blender | |
blender::draw | |
Functions | |
Extract Face-dots UV | |
static void | blender::draw::extract_fdots_uv_init (const MeshRenderData *mr, MeshBatchCache *UNUSED(cache), void *buf, void *tls_data) |
static void | blender::draw::extract_fdots_uv_iter_poly_bm (const MeshRenderData *UNUSED(mr), const BMFace *f, const int UNUSED(f_index), void *_data) |
static void | blender::draw::extract_fdots_uv_iter_poly_mesh (const MeshRenderData *mr, const MPoly *mp, const int mp_index, void *_data) |
constexpr MeshExtract | blender::draw::create_extractor_fdots_uv () |
Variables | |
const MeshExtract | extract_fdots_uv = blender::draw::create_extractor_fdots_uv() |
const MeshExtract extract_fdots_uv = blender::draw::create_extractor_fdots_uv() |
Definition at line 112 of file extract_mesh_vbo_fdots_uv.cc.