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

Method generateMipmap

src/SFML/Graphics/RenderTexture.cpp:149–152  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

147
148////////////////////////////////////////////////////////////
149bool RenderTexture::generateMipmap()
150{
151 return m_texture.generateMipmap();
152}
153
154
155////////////////////////////////////////////////////////////

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected