Go to the source code of this file.
|
| static IndexMask | blender::draw::calc_vert_visibility_mesh (const MeshRenderData &mr, const IndexMask &mask, IndexMaskMemory &memory) |
| |
| template<typename Fn > |
| static void | blender::draw::process_ibo_verts_mesh (const MeshRenderData &mr, const Fn &process_vert_fn) |
| |
| static void | blender::draw::extract_points_mesh (const MeshRenderData &mr, gpu::IndexBuf &points) |
| |
| template<typename Fn > |
| static void | blender::draw::process_ibo_verts_bm (const MeshRenderData &mr, const Fn &process_vert_fn) |
| |
| static void | blender::draw::extract_points_bm (const MeshRenderData &mr, gpu::IndexBuf &points) |
| |
| void | blender::draw::extract_points (const MeshRenderData &mr, gpu::IndexBuf &points) |
| |
| static IndexMask | blender::draw::calc_vert_visibility_mapped_mesh (const MeshRenderData &mr, const IndexMask &mask, const Span< int > map, IndexMaskMemory &memory) |
| |
| static void | blender::draw::extract_points_subdiv_mesh (const MeshRenderData &mr, const DRWSubdivCache &subdiv_cache, gpu::IndexBuf &points) |
| |
| static void | blender::draw::extract_points_subdiv_bm (const MeshRenderData &mr, const DRWSubdivCache &subdiv_cache, gpu::IndexBuf &points) |
| |
| void | blender::draw::extract_points_subdiv (const MeshRenderData &mr, const DRWSubdivCache &subdiv_cache, gpu::IndexBuf &points) |
| |