MCPcopy Create free account
hub / github.com/TheRealMJP/BakingLab / PostProcess

Method PostProcess

SampleFramework11/v1.02/Graphics/PostProcessorBase.cpp:210–215  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

208}
209
210void PostProcessorBase::PostProcess(ID3D11ShaderResourceView* input, ID3D11RenderTargetView* output, ID3D11PixelShader* pixelShader, const wchar* name)
211{
212 inputs.push_back(input);
213 outputs.push_back(output);
214 PostProcess(pixelShader, name);
215}
216
217void PostProcessorBase::PostProcess(ID3D11PixelShader* pixelShader, const wchar* name)
218{

Callers

nothing calls this directly

Calls 6

DXCallFunction · 0.85
UnmapMethod · 0.80
push_backMethod · 0.45
sizeMethod · 0.45
MapMethod · 0.45
clearMethod · 0.45

Tested by

no test coverage detected