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

Method VertexArray

src/SFML/Graphics/VertexArray.cpp:37–39  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

35{
36////////////////////////////////////////////////////////////
37VertexArray::VertexArray(PrimitiveType type, std::size_t vertexCount) : m_vertices(vertexCount), m_primitiveType(type)
38{
39}
40
41
42////////////////////////////////////////////////////////////

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected