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

Method begin

src/SFML/Graphics/VertexArray.cpp:136–139  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

134
135////////////////////////////////////////////////////////////
136std::vector<Vertex>::iterator VertexArray::begin()
137{
138 return m_vertices.begin();
139}
140
141
142////////////////////////////////////////////////////////////

Callers 7

findGlyphRectMethod · 0.45
copyToImageMethod · 0.45
getShaperMethod · 0.45
ensureGeometryUpdateMethod · 0.45
flipHorizontallyMethod · 0.45
flipVerticallyMethod · 0.45
bindTexturesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected