Home
last modified time | relevance | path

Searched defs:index_count (Results 1 – 1 of 1) sorted by relevance

/external/vulkan-validation-layers/demos/smoke/
DMeshes.cpp137 uint32_t index_count() const in index_count() function in __anon192347900111::Mesh
332 const int index_count = sizeof(teapot_indices) / sizeof(teapot_indices[0]); in BuildTeapot() local