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

Function BeginFrame

SampleFramework12/v1.02/Graphics/DX12.cpp:241–246  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

239}
240
241void BeginFrame()
242{
243 Assert_(Device);
244
245 SetDescriptorHeaps(CmdList);
246}
247
248void EndFrame(IDXGISwapChain4* swapChain, uint32 syncIntervals)
249{

Callers

nothing calls this directly

Calls 1

SetDescriptorHeapsFunction · 0.85

Tested by

no test coverage detected