MCPcopy Create free account
hub / github.com/SFML/SFML / getVertexCount

Method getVertexCount

src/SFML/Graphics/VertexArray.cpp:43–46  ·  view source on GitHub ↗

///////////////////////////////////////////////////////

Source from the content-addressed store, hash-verified

41
42////////////////////////////////////////////////////////////
43std::size_t VertexArray::getVertexCount() const
44{
45 return m_vertices.size();
46}
47
48
49////////////////////////////////////////////////////////////

Callers 7

drawMethod · 0.45
updateOutlineMethod · 0.45
drawMethod · 0.45
ensureGeometryUpdateMethod · 0.45
updateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected