Files
UnrealEngineUWP/Engine/Source/Developer/SourceControl
luke thatcher 5e8aaf2a97 Remove RHIBeginFrame
- We now only have RHIEndFrame to mark the boundary between engine frames for the purpose of stat gathering and RHI cleanup tasks. The next frame begins immediately after the EndFrame command.
 - RHIEndFrame is called on the RHI thread after all prior command list submissions. Platform RHIs that need to enqueue RHICmdList work can override RHIEndFrame_RenderThread to add this work either side of the actual EndFrame command.
 - The work that platform RHIs performed in RHIBeginFrame has been merged into their implementations of RHIEndFrame.

#rb mihnea.balta
#jira UE-177299

[CL 35106431 by luke thatcher in ue5-main branch]
2024-07-26 08:22:50 -04:00
..
2024-07-26 08:22:50 -04:00