Fixed issue in point_cloud_vertex_buffer_manager.cpp

This commit is contained in:
ZY4N
2025-03-25 02:34:26 +01:00
parent 71ea2d9237
commit bf0d85ec06
10 changed files with 20 additions and 830 deletions

View File

@@ -18,6 +18,7 @@ struct generic_mesh_view
mesh_vertex_components::flags component_flags;
std::span<mesh_data::index_type> indices;
std::tuple<std::span<Ts>...> vertex_component_arrays;
std::size_t vertex_count;
material_store::id_type material_id;
};