You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
- New Drain() method on FRDGBuilder; will flush all pending work. - Drained passes are not culled; resource lifetimes are extended; async compute fences are optimized as best as possible but fence joining may occur after the drain. - Batch up and pre-build all resource transitions. This is a prerequisite for parallel command lists. - Removed ServiceLocalQueue passes with built-in RDG AddDispatchHint(). #jira UE-114622 [CL 16393495 by zach bethel in ue5-main branch]