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

Method Begin

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

Source from the content-addressed store, hash-verified

129}
130
131void PostProcessHelper::Begin(ID3D12GraphicsCommandList* cmdList_)
132{
133 Assert_(cmdList == nullptr);
134 cmdList = cmdList_;
135}
136
137void PostProcessHelper::End()
138{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected