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

Function BeginFrame

SampleFramework12/v1.00/Graphics/DX12.cpp:189–194  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

187}
188
189void BeginFrame()
190{
191 Assert_(Device);
192
193 SetDescriptorHeaps(CmdList);
194}
195
196void EndFrame(IDXGISwapChain3* swapChain, uint32 syncIntervals)
197{

Callers

nothing calls this directly

Calls 1

SetDescriptorHeapsFunction · 0.85

Tested by

no test coverage detected