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

Method End

SampleFramework12/v1.00/Graphics/PostProcessHelper.cpp:137–144  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

135}
136
137void PostProcessHelper::End()
138{
139 Assert_(cmdList != nullptr);
140 cmdList = nullptr;
141
142 for(uint64 i = 0; i < tempRenderTargets.Count(); ++i)
143 Assert_(tempRenderTargets[i]->InUse == false);
144}
145
146void PostProcessHelper::PostProcess(CompiledShaderPtr pixelShader, const char* name, const RenderTexture& input, const RenderTexture& output)
147{

Callers

nothing calls this directly

Calls 1

CountMethod · 0.45

Tested by

no test coverage detected