Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
241
void BeginFrame()
242
{
243
Assert_(Device);
244
245
SetDescriptorHeaps(CmdList);
246
}
247
248
void EndFrame(IDXGISwapChain4* swapChain, uint32 syncIntervals)
249
{
Callers
nothing calls this directly
Calls
1
SetDescriptorHeaps
Function · 0.85
Tested by
no test coverage detected