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

Go to the source code of this file.

Namespaces

namespace  blender
 
namespace  blender::draw
 

Functions

static const GPUVertFormatblender::draw::get_fdots_pos_format ()
 
static const GPUVertFormatblender::draw::get_fdots_nor_format_subdiv ()
 
static void blender::draw::extract_face_dot_positions_mesh (const MeshRenderData &mr, MutableSpan< float3 > vbo_data)
 
static void blender::draw::extract_face_dot_positions_bm (const MeshRenderData &mr, MutableSpan< float3 > vbo_data)
 
void blender::draw::extract_face_dots_position (const MeshRenderData &mr, gpu::VertBuf &vbo)
 
void blender::draw::extract_face_dots_subdiv (const DRWSubdivCache &subdiv_cache, gpu::VertBuf &fdots_pos, gpu::VertBuf *fdots_nor, gpu::IndexBuf &fdots)