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

Method SetInputImage

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

Source from the content-addressed store, hash-verified

26}
27
28void SMBlurEffect::SetInputImage(std::shared_ptr<Texture2> const& input)
29{
30 auto const& cshader = mProgram->GetComputeShader();
31 cshader->Set("inImage", input);
32}
33
34void SMBlurEffect::SetOutputImage(std::shared_ptr<Texture2> const& output)
35{

Callers 1

CreateBlurEffectsMethod · 0.80

Calls 1

SetMethod · 0.45

Tested by

no test coverage detected