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

Method draw

src/SFML/Graphics/RenderTarget.cpp:342–345  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

340
341////////////////////////////////////////////////////////////
342void RenderTarget::draw(const Drawable& drawable, const RenderStates& states)
343{
344 drawable.draw(*this, states);
345}
346
347
348////////////////////////////////////////////////////////////

Callers

nothing calls this directly

Calls 6

isActiveFunction · 0.85
drawFunction · 0.85
isAvailableFunction · 0.50
getVertexCountMethod · 0.45
getNativeHandleMethod · 0.45
getPrimitiveTypeMethod · 0.45

Tested by

no test coverage detected