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

Method setView

src/SFML/Graphics/RenderTarget.cpp:256–260  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

254
255////////////////////////////////////////////////////////////
256void RenderTarget::setView(const View& view)
257{
258 m_view = view;
259 m_cache.viewChanged = true;
260}
261
262
263////////////////////////////////////////////////////////////

Callers 6

mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected