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

Method EndFrame

SampleFramework12/v1.02/Graphics/GraphicsTypes.cpp:157–162  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

155}
156
157void DescriptorHeap::EndFrame()
158{
159 Assert_(Heaps[0] != nullptr);
160 TemporaryAllocated = 0;
161 HeapIndex = (HeapIndex + 1) % NumHeaps;
162}
163
164D3D12_CPU_DESCRIPTOR_HANDLE DescriptorHeap::CPUHandleFromIndex(uint32 descriptorIdx) const
165{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected