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

Method applyShader

src/SFML/Graphics/RenderTarget.cpp:811–814  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

809
810////////////////////////////////////////////////////////////
811void RenderTarget::applyShader(const Shader* shader)
812{
813 Shader::bind(shader);
814}
815
816
817////////////////////////////////////////////////////////////

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected