Home
last modified time | relevance | path

Searched refs:middle_point_count (Results 1 – 1 of 1) sorted by relevance

/external/vulkan-validation-layers/demos/smoke/
DMeshes.cpp256 size_t middle_point_count = mesh_.faces_.size() * 3 / 2; in tessellate() local
263 middle_points_.reserve(middle_point_count); in tessellate()
265 mesh_.positions_.reserve(mesh_.vertex_count() + middle_point_count); in tessellate()
266 mesh_.normals_.reserve(mesh_.vertex_count() + middle_point_count); in tessellate()