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

Method getSize

src/SFML/Graphics/Texture.cpp:444–447  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

442
443////////////////////////////////////////////////////////////
444Vector2u Texture::getSize() const
445{
446 return m_size;
447}
448
449
450////////////////////////////////////////////////////////////

Callers 3

TextureMethod · 0.45
loadFromImageMethod · 0.45
updateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected