Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
189
void BeginFrame()
190
{
191
Assert_(Device);
192
193
SetDescriptorHeaps(CmdList);
194
}
195
196
void EndFrame(IDXGISwapChain3* swapChain, uint32 syncIntervals)
197
{
Callers
nothing calls this directly
Calls
1
SetDescriptorHeaps
Function · 0.85
Tested by
no test coverage detected