Blender V4.3
extract_mesh_ibo_fdots.cc File Reference
#include "GPU_index_buffer.hh"
#include "extract_mesh.hh"

Go to the source code of this file.

Namespaces

namespace  blender
 
namespace  blender::draw
 

Functions

static IndexMask blender::draw::calc_face_visibility_mesh (const MeshRenderData &mr, IndexMaskMemory &memory)
 
static void blender::draw::index_mask_to_ibo (const IndexMask &mask, gpu::IndexBuf &ibo)
 
static void blender::draw::extract_face_dots_mesh (const MeshRenderData &mr, gpu::IndexBuf &face_dots)
 
static void blender::draw::extract_face_dots_bm (const MeshRenderData &mr, gpu::IndexBuf &face_dots)
 
void blender::draw::extract_face_dots (const MeshRenderData &mr, gpu::IndexBuf &face_dots)