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

Method setUsage

src/SFML/Graphics/VertexBuffer.cpp:316–319  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

314
315////////////////////////////////////////////////////////////
316void VertexBuffer::setUsage(Usage usage)
317{
318 m_usage = usage;
319}
320
321
322////////////////////////////////////////////////////////////

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected