Fixed issue in point_cloud_vertex_buffer_manager.cpp
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user