MCPcopy Create free account
hub / github.com/TheRealMJP/DXRPathTracer / End

Method End

SampleFramework12/v1.02/Graphics/PostProcessHelper.cpp:150–157  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

148}
149
150void PostProcessHelper::End()
151{
152 Assert_(cmdList != nullptr);
153 cmdList = nullptr;
154
155 for(uint64 i = 0; i < tempRenderTargets.Count(); ++i)
156 Assert_(tempRenderTargets[i]->InUse == false);
157}
158
159void PostProcessHelper::PostProcess(CompiledShaderPtr pixelShader, const char* name, const RenderTexture& input, const RenderTexture& output)
160{

Callers

nothing calls this directly

Calls 1

CountMethod · 0.45

Tested by

no test coverage detected