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

Method append

src/SFML/Graphics/VertexArray.cpp:80–83  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

78
79////////////////////////////////////////////////////////////
80void VertexArray::append(const Vertex& vertex)
81{
82 m_vertices.push_back(vertex);
83}
84
85
86////////////////////////////////////////////////////////////

Callers 3

addLineHorizontalFunction · 0.45
addLineVerticalFunction · 0.45
addGlyphQuadFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected