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

Method end

src/SFML/Graphics/VertexArray.cpp:150–153  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

148
149////////////////////////////////////////////////////////////
150std::vector<Vertex>::iterator VertexArray::end()
151{
152 return m_vertices.end();
153}
154
155
156////////////////////////////////////////////////////////////

Callers 11

activateMethod · 0.45
updateTextureMethod · 0.45
isActiveFunction · 0.45
setActiveMethod · 0.45
Font.cppFile · 0.45
findGlyphRectMethod · 0.45
getShaperMethod · 0.45
ensureGeometryUpdateMethod · 0.45
flipVerticallyMethod · 0.45
setUniformMethod · 0.45
getUniformLocationMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected