Blender  V3.3
Classes | Namespaces | Variables
extract_mesh_ibo_lines_paint_mask.cc File Reference
#include "BLI_bitmap.h"
#include "BLI_vector.hh"
#include "atomic_ops.h"
#include "MEM_guardedalloc.h"
#include "draw_subdivision.h"
#include "extract_mesh.hh"

Go to the source code of this file.

Classes

struct  blender::draw::MeshExtract_LinePaintMask_Data
 

Namespaces

 blender
 
 blender::draw
 

Functions

Extract Paint Mask Line Indices
static void blender::draw::extract_lines_paint_mask_init (const MeshRenderData *mr, MeshBatchCache *UNUSED(cache), void *UNUSED(ibo), void *tls_data)
 
static void blender::draw::extract_lines_paint_mask_iter_poly_mesh (const MeshRenderData *mr, const MPoly *mp, const int UNUSED(mp_index), void *_data)
 
static void blender::draw::extract_lines_paint_mask_finish (const MeshRenderData *UNUSED(mr), MeshBatchCache *UNUSED(cache), void *buf, void *_data)
 
static void blender::draw::extract_lines_paint_mask_init_subdiv (const DRWSubdivCache *subdiv_cache, const MeshRenderData *mr, MeshBatchCache *UNUSED(cache), void *UNUSED(buf), void *tls_data)
 
static void blender::draw::extract_lines_paint_mask_iter_subdiv_mesh (const DRWSubdivCache *subdiv_cache, const MeshRenderData *mr, void *_data, uint subdiv_quad_index, const MPoly *coarse_quad)
 
static void blender::draw::extract_lines_paint_mask_finish_subdiv (const struct DRWSubdivCache *UNUSED(subdiv_cache), const MeshRenderData *mr, MeshBatchCache *cache, void *buf, void *_data)
 
constexpr MeshExtract blender::draw::create_extractor_lines_paint_mask ()
 

Variables

const MeshExtract extract_lines_paint_mask = blender::draw::create_extractor_lines_paint_mask()
 

Variable Documentation

◆ extract_lines_paint_mask

Definition at line 185 of file extract_mesh_ibo_lines_paint_mask.cc.