Changeset View
Changeset View
Standalone View
Standalone View
source/blender/draw/intern/mesh_extractors/extract_mesh_vbo_vcol.cc
| Show All 19 Lines | |||||
| /** \file | /** \file | ||||
| * \ingroup draw | * \ingroup draw | ||||
| */ | */ | ||||
| #include "MEM_guardedalloc.h" | #include "MEM_guardedalloc.h" | ||||
| #include "BLI_string.h" | #include "BLI_string.h" | ||||
| #include "draw_cache_extract_mesh_private.h" | #include "extract_mesh.h" | ||||
| namespace blender::draw { | namespace blender::draw { | ||||
| /* ---------------------------------------------------------------------- */ | /* ---------------------------------------------------------------------- */ | ||||
| /** \name Extract VCol | /** \name Extract VCol | ||||
| * \{ */ | * \{ */ | ||||
| static void extract_vcol_init(const MeshRenderData *mr, | static void extract_vcol_init(const MeshRenderData *mr, | ||||
| ▲ Show 20 Lines • Show All 155 Lines • Show Last 20 Lines | |||||