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

Method Edge

examples/shader/Shader.cpp:203–209  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

201 }
202
203 explicit Edge(sf::RenderTexture&& surface, sf::Texture&& backgroundTexture, sf::Texture&& entityTexture, sf::Shader&& shader) :
204 m_surface(std::move(surface)),
205 m_backgroundTexture(std::move(backgroundTexture)),
206 m_entityTexture(std::move(entityTexture)),
207 m_shader(std::move(shader))
208 {
209 }
210
211private:
212 sf::RenderTexture m_surface;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected