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

Method update

src/SFML/Graphics/VertexBuffer.cpp:154–157  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

152
153////////////////////////////////////////////////////////////
154bool VertexBuffer::update(const Vertex* vertices)
155{
156 return update(vertices, m_size, 0);
157}
158
159
160////////////////////////////////////////////////////////////

Callers

nothing calls this directly

Calls 3

usageToGlEnumFunction · 0.85
ensureExtensionsInitFunction · 0.70
updateFunction · 0.50

Tested by

no test coverage detected