MCPcopy Create free account
hub / github.com/davideberly/GeometricTools / SetOutputImage

Method SetOutputImage

GTE/Samples/Graphics/ShadowMaps/SMBlurEffect.cpp:34–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32}
33
34void SMBlurEffect::SetOutputImage(std::shared_ptr<Texture2> const& output)
35{
36 auto const& cshader = mProgram->GetComputeShader();
37 cshader->Set("outImage", output);
38}
39
40void SMBlurEffect::Execute(std::shared_ptr<GraphicsEngine> const& engine)
41{

Callers 1

CreateBlurEffectsMethod · 0.80

Calls 1

SetMethod · 0.45

Tested by

no test coverage detected