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

Method TextureSaver

src/SFML/Graphics/TextureSaver.cpp:34–37  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

32{
33////////////////////////////////////////////////////////////
34TextureSaver::TextureSaver()
35{
36 glCheck(glGetIntegerv(GL_TEXTURE_BINDING_2D, &m_textureBinding));
37}
38
39
40////////////////////////////////////////////////////////////

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected