|
Blender V4.3
|
#include "MEM_guardedalloc.h"#include "BLI_array_utils.hh"#include "BLI_string.h"#include "BKE_attribute.hh"#include "BKE_mesh.hh"#include "BKE_paint.hh"#include "draw_subdivision.hh"#include "extract_mesh.hh"Go to the source code of this file.
Namespaces | |
| namespace | blender |
| namespace | blender::draw |
Functions | |
| static const GPUVertFormat & | blender::draw::get_sculpt_data_format () |
| void | blender::draw::extract_sculpt_data (const MeshRenderData &mr, gpu::VertBuf &vbo) |
| void | blender::draw::extract_sculpt_data_subdiv (const MeshRenderData &mr, const DRWSubdivCache &subdiv_cache, gpu::VertBuf &vbo) |