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

Method setPrimitiveType

src/SFML/Graphics/VertexArray.cpp:87–90  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

85
86////////////////////////////////////////////////////////////
87void VertexArray::setPrimitiveType(PrimitiveType type)
88{
89 m_primitiveType = type;
90}
91
92
93////////////////////////////////////////////////////////////

Callers 3

StormBlinkMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected