You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
- Descriptor updates are queued on the D3D12 context - Split descriptor management type into a deferred, per-pipeline manager for Resources and a simple one for Samplers. - Initial descriptor update flushing implementations are still WIP, CPU side heap copying/switching is up next. - Added ability for platforms to provide custom descriptor update functions. - Moved common code from Dispatch/Draw commands into common functions: SetupDispatch, SetupIndirectArgument, SetupDraw, SetupDispatchDraw and PostGpuEvent. #jira UE-162017 #rb zach.bethel, jeannoe.morissette [CL 29418682 by christopher waters in ue5-main branch]