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

Method Begin

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

Source from the content-addressed store, hash-verified

142}
143
144void PostProcessHelper::Begin(ID3D12GraphicsCommandList* cmdList_)
145{
146 Assert_(cmdList == nullptr);
147 cmdList = cmdList_;
148}
149
150void PostProcessHelper::End()
151{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected