Go to the source code of this file.
|
|
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 () |
|
◆ extract_fdots