Blender
V3.3
|
Go to the source code of this file.
Namespaces | |
blender | |
blender::draw | |
Functions | |
Extract Face-dots positions | |
static GPUVertFormat * | blender::draw::get_fdots_pos_format () |
static GPUVertFormat * | blender::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() |
const MeshExtract extract_fdots_pos = blender::draw::create_extractor_fdots_pos() |
Definition at line 142 of file extract_mesh_vbo_fdots_pos.cc.
Referenced by blender::draw::mesh_buffer_cache_create_requested_subdiv().