|
Blender V5.0
|
Go to the source code of this file.
Namespaces | |
| namespace | blender |
| namespace | blender::draw |
Functions | |
| static void | blender::draw::extract_paint_overlay_flags (const MeshRenderData &mr, MutableSpan< int > flags) |
| static void | blender::draw::extract_edit_flags_bm (const MeshRenderData &mr, MutableSpan< int > flags) |
| static const GPUVertFormat & | blender::draw::get_paint_overlay_flag_format () |
| gpu::VertBufPtr | blender::draw::extract_paint_overlay_flags (const MeshRenderData &mr) |
| static void | blender::draw::update_loose_flags (const MeshRenderData &mr, const DRWSubdivCache &subdiv_cache, gpu::VertBuf &flags) |
| gpu::VertBufPtr | blender::draw::extract_paint_overlay_flags_subdiv (const MeshRenderData &mr, const DRWSubdivCache &subdiv_cache) |