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

Method getTexture

src/SFML/Graphics/Shape.cpp:70–73  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

68
69////////////////////////////////////////////////////////////
70const Texture* Shape::getTexture() const
71{
72 return m_texture;
73}
74
75
76////////////////////////////////////////////////////////////

Callers 8

Render.test.cppFile · 0.80
Sprite.test.cppFile · 0.80
Font.test.cppFile · 0.80
Shape.test.cppFile · 0.80
drawMethod · 0.80
ensureGeometryUpdateMethod · 0.80
drawMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected