|
Blender V4.3
|
Extraction of Mesh data into VBO to feed to GPU. More...
#include "MEM_guardedalloc.h"#include "BLI_array.hh"#include "BLI_array_utils.hh"#include "BLI_enumerable_thread_specific.hh"#include "BLI_index_mask.hh"#include "BLI_math_matrix.h"#include "BLI_task.hh"#include "BLI_virtual_array.hh"#include "BKE_attribute.hh"#include "BKE_editmesh.hh"#include "BKE_editmesh_cache.hh"#include "BKE_mesh.hh"#include "BKE_mesh_runtime.hh"#include "BKE_object.hh"#include "GPU_batch.hh"#include "ED_mesh.hh"#include "mesh_extractors/extract_mesh.hh"Go to the source code of this file.
Namespaces | |
| namespace | blender |
| namespace | blender::draw |
Extraction of Mesh data into VBO to feed to GPU.
Definition in file draw_cache_extract_mesh_render_data.cc.