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

Method clear

src/SFML/Graphics/VertexArray.cpp:66–69  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

64
65////////////////////////////////////////////////////////////
66void VertexArray::clear()
67{
68 m_vertices.clear();
69}
70
71
72////////////////////////////////////////////////////////////

Callers 5

cleanupMethod · 0.45
updateMethod · 0.45
updateOutlineMethod · 0.45
ensureGeometryUpdateMethod · 0.45
compileMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected